defer finding dialog parent until we need it
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlCommandUnderlines.idl
blobf5416e5e6acb402054be175e8396140414d87606
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module excel {
3 constants XlCommandUnderlines {
4 const long xlCommandUnderlinesAutomatic = -4105;
5 const long xlCommandUnderlinesOff = -4146;
6 const long xlCommandUnderlinesOn = 1;
7 };
8 }; }; };
10 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */