summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xlescher.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xlescher.hxx')
-rw-r--r--sc/source/filter/inc/xlescher.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/xlescher.hxx b/sc/source/filter/inc/xlescher.hxx
index f235cf9fa7fd..07f7aa34f893 100644
--- a/sc/source/filter/inc/xlescher.hxx
+++ b/sc/source/filter/inc/xlescher.hxx
@@ -166,7 +166,7 @@ const sal_uInt16 EXC_OBJ_BUTTON_HELP = 0x0002;
const sal_uInt16 EXC_OBJ_BUTTON_CANCEL = 0x0004;
const sal_uInt16 EXC_OBJ_BUTTON_CLOSE = 0x0008;
-// BIFF5 checkboxs, radio buttons
+// BIFF5 checkboxes, radio buttons
const sal_uInt16 EXC_OBJ_CHECKBOX_UNCHECKED = 0;
const sal_uInt16 EXC_OBJ_CHECKBOX_CHECKED = 1;
const sal_uInt16 EXC_OBJ_CHECKBOX_TRISTATE = 2;