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