summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/access/AcDataTransferType.idl
blob: 7ecd575656a6eccdc64dd6493d70c88b7dac59df (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 AcDataTransferType {
        const long acExport = 1;
        const long acImport = 0;
        const long acLink = 2;
    };
}; }; };

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