summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/dao/EditModeEnum.idl
blob: 090d35a3d320de5894965890d7e6599d9d21a350 (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 EditModeEnum {
        const long dbEditAdd = 2;
        const long dbEditInProgress = 1;
        const long dbEditNone = 0;
    };
}; }; };

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