summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlLinkType.idl
blob: aea213005fb479ab18a521951f5f423474118366 (plain)
1
2
3
4
5
6
7
8
9
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module excel {
    constants XlLinkType {
        const long xlLinkTypeExcelLinks = 1;
        const long xlLinkTypeOLELinks = 2;
    };
}; }; };

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