summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlEndStyleCap.idl
blob: d57a0553ad8c225fcf9b62ce64e3a13474006c48 (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 XlEndStyleCap {
        const long xlCap = 1;
        const long xlNoCap = 2;
    };
}; }; };

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