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