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