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.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/inc/uielement/commandinfo.hxx b/framework/inc/uielement/commandinfo.hxx
index dc4f24891f..b33f90cf4d 100644
--- a/framework/inc/uielement/commandinfo.hxx
+++ b/framework/inc/uielement/commandinfo.hxx
@@ -47,11 +47,13 @@ namespace framework
struct CommandInfo
{
CommandInfo() : nId( 0 ),
+ nWidth( 0 ),
nImageInfo( 0 ),
bMirrored( false ),
bRotated( false ) {}
USHORT nId;
+ sal_uInt16 nWidth;
::std::vector< USHORT > aIds;
sal_Int16 nImageInfo;
sal_Bool bMirrored : 1,