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.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/framework/inc/uielement/commandinfo.hxx b/framework/inc/uielement/commandinfo.hxx
index eab635cc3f6c..565478b1de42 100644
--- a/framework/inc/uielement/commandinfo.hxx
+++ b/framework/inc/uielement/commandinfo.hxx
@@ -28,17 +28,15 @@ namespace framework
struct CommandInfo
{
CommandInfo() : nId( 0 ),
- nWidth( 0 ),
nImageInfo( 0 ),
bMirrored( false ),
bRotated( false ) {}
sal_uInt16 nId;
- sal_uInt16 nWidth;
::std::vector< sal_uInt16 > aIds;
- sal_Int16 nImageInfo;
- bool bMirrored : 1,
- bRotated : 1;
+ sal_Int16 nImageInfo;
+ bool bMirrored : 1,
+ bRotated : 1;
};
typedef BaseHash< CommandInfo > CommandToInfoMap;