diff options
author | Noel Power <noel.power@suse.com> | 2013-06-12 18:50:22 +0100 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2013-06-12 18:53:19 +0100 |
commit | fecd316a966f08d095c1514f8de0924749a5b8da (patch) | |
tree | 65328c9d85297905dc582c801448e0eb1eb82c35 /include/oox | |
parent | d70f6df911b5ec153733201cadcd077256c82980 (diff) |
typo correction AX_SELCTION_xxx -> AX_SELECTION_xxx
petty correct of AX_SELCTION_xxx -> AX_SELECTION_xxx but it
was irritating me
Change-Id: Iae7a0151a63502aa89f04ae54fe7348548ffd32c
Diffstat (limited to 'include/oox')
-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; |