sdext: adapt xpdfwrapper to poppler 24.12
[LibreOffice.git] / oovbaapi / ooo / vba / dao / SynchronizeTypeEnum.idl
blobdfb21ff8bd625acfacfe82c90f2d7321e650c7a3
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module dao {
3 constants SynchronizeTypeEnum {
4 const long dbRepExportChanges = 1;
5 const long dbRepImpExpChanges = 4;
6 const long dbRepImportChanges = 2;
7 const long dbRepSyncInternet = 16;
8 };
9 }; }; };
11 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */