Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlLinkInfo.idl
blob6c21830ed8701fc1ac20e6006eaf39c13bbe987f
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module excel {
3 constants XlLinkInfo {
4 const long xlEditionDate = 2;
5 const long xlLinkInfoStatus = 3;
6 const long xlUpdateState = 1;
7 };
8 }; }; };
10 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */