summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlHtmlType.idl
blob: 7ab54858ecc3d386a0d2cf32e8648a476f8b7ea2 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module excel {
    constants XlHtmlType {
        const long xlHtmlCalc = 1;
        const long xlHtmlChart = 3;
        const long xlHtmlList = 2;
        const long xlHtmlStatic = 0;
    };
}; }; };

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