tdf#164420 Fix unselected Check/Radio buttons not following themes in GTK
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlCommentDisplayMode.idl
blobdd3edcb466019d70111ca599db14fa24eda6c19f
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module excel {
3 constants XlCommentDisplayMode {
4 const long xlCommentAndIndicator = 1;
5 const long xlCommentIndicatorOnly = -1;
6 const long xlNoIndicator = 0;
7 };
8 }; }; };
10 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */