summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-05-13 12:02:51 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-05-13 12:02:51 +0000
commitbea93ffec206bb07e0e0bfcccaf095427c80426c (patch)
tree0c76a06467edbc3f5fe42d845ffcfe618b631c96 /sfx2
parent6bd80b82fb587dd245b358dfbf2c18990ef8dc65 (diff)
INTEGRATION: CWS fwk86 (1.2.282); FILE MERGED
2008/04/30 15:47:20 pb 1.2.282.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/07 11:45:01 pb 1.2.282.1: fix: #i86924# new member: ULONG m_nSymbolsStyle
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/inc/sfx2/mnuitem.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/inc/sfx2/mnuitem.hxx b/sfx2/inc/sfx2/mnuitem.hxx
index 1952115c40..8ab848b2bc 100644
--- a/sfx2/inc/sfx2/mnuitem.hxx
+++ b/sfx2/inc/sfx2/mnuitem.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: mnuitem.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -158,7 +158,8 @@ inline SfxVirtualMenu* SfxMenuControl::GetPopupMenu() const
class SfxAppMenuControl_Impl : public SfxMenuControl
{
PopupMenu* pMenu;
- BOOL m_bWasHiContrastMode;
+ ULONG m_nSymbolsStyle;
+ BOOL m_bWasHiContrastMode;
BOOL m_bShowMenuImages;
protected: