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;
11 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */