summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/commandinfo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uielement/commandinfo.hxx')
-rw-r--r--framework/inc/uielement/commandinfo.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/uielement/commandinfo.hxx b/framework/inc/uielement/commandinfo.hxx
index 58aa382bc6eb..016cee039796 100644
--- a/framework/inc/uielement/commandinfo.hxx
+++ b/framework/inc/uielement/commandinfo.hxx
@@ -52,9 +52,9 @@ struct CommandInfo
bMirrored( false ),
bRotated( false ) {}
- USHORT nId;
- sal_uInt16 nWidth;
- ::std::vector< USHORT > aIds;
+ sal_uInt16 nId;
+ sal_uInt16 nWidth;
+ ::std::vector< sal_uInt16 > aIds;
sal_Int16 nImageInfo;
sal_Bool bMirrored : 1,
bRotated : 1;