summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/dao/SynchronizeTypeEnum.idl
blob: dfb21ff8bd625acfacfe82c90f2d7321e650c7a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module dao {
    constants SynchronizeTypeEnum {
        const long dbRepExportChanges = 1;
        const long dbRepImpExpChanges = 4;
        const long dbRepImportChanges = 2;
        const long dbRepSyncInternet = 16;
    };
}; }; };

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */