summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/dao/UpdateTypeEnum.idl
blob: 044c2b0004ef499131e37a10a58da0bb235888a1 (plain)
1
2
3
4
5
6
7
8
9
10
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module dao {
    constants UpdateTypeEnum {
        const long dbUpdateBatch = 4;
        const long dbUpdateCurrentRecord = 2;
        const long dbUpdateRegular = 1;
    };
}; }; };

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