diff options
Diffstat (limited to 'include/oox/ole/axcontrol.hxx')
-rw-r--r-- | include/oox/ole/axcontrol.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/oox/ole/axcontrol.hxx b/include/oox/ole/axcontrol.hxx index 84e3a3ecbcdd..d2bf3e571bce 100644 --- a/include/oox/ole/axcontrol.hxx +++ b/include/oox/ole/axcontrol.hxx @@ -129,9 +129,9 @@ const sal_Int32 AX_DISPLAYSTYLE_OPTBUTTON = 5; const sal_Int32 AX_DISPLAYSTYLE_TOGGLE = 6; const sal_Int32 AX_DISPLAYSTYLE_DROPDOWN = 7; -const sal_Int32 AX_SELCTION_SINGLE = 0; -const sal_Int32 AX_SELCTION_MULTI = 1; -const sal_Int32 AX_SELCTION_EXTENDED = 2; +const sal_Int32 AX_SELECTION_SINGLE = 0; +const sal_Int32 AX_SELECTION_MULTI = 1; +const sal_Int32 AX_SELECTION_EXTENDED = 2; const sal_Int32 AX_SHOWDROPBUTTON_NEVER = 0; const sal_Int32 AX_SHOWDROPBUTTON_FOCUS = 1; |