summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/access/AcOpenDataMode.idl
blob: e2c0216802609b80468181a8eed7177a3624b5a9 (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 access {
    constants AcOpenDataMode {
        const long acAdd = 0;
        const long acEdit = 1;
        const long acReadOnly = 2;
    };
}; }; };

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