diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-11-16 12:59:37 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-16 14:38:03 +0000 |
commit | e040c1a075fd3dfbe5d496a4eec349a0dd0795ee (patch) | |
tree | fdd5741126092d9c2b329b633c195869ebcdf0a7 /framework/inc/classes/menumanager.hxx | |
parent | 98e13821701909056485e3f5491cf70f500e15c5 (diff) |
get this to build again
Diffstat (limited to 'framework/inc/classes/menumanager.hxx')
-rw-r--r-- | framework/inc/classes/menumanager.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/inc/classes/menumanager.hxx b/framework/inc/classes/menumanager.hxx index 2c55f287e82f..dc9c06e3af12 100644 --- a/framework/inc/classes/menumanager.hxx +++ b/framework/inc/classes/menumanager.hxx @@ -102,7 +102,7 @@ class MenuManager : public ThreadHelpBase , const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& getServiceFactory(); static void UpdateSpecialWindowMenu( Menu* pMenu ,const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory,IMutex& _rMutex); - static void FillMenuImages(::com::sun::star::uno::Reference< com::sun::star::frame::XFrame >& xFrame,Menu* _pMenu,sal_Bool bIsHiContrast,sal_Bool bShowMenuImages); + static void FillMenuImages(::com::sun::star::uno::Reference< com::sun::star::frame::XFrame >& xFrame,Menu* _pMenu,sal_Bool bShowMenuImages); protected: DECL_LINK( Highlight, Menu * ); @@ -144,7 +144,6 @@ class MenuManager : public ThreadHelpBase , sal_Bool m_bDeleteChildren; sal_Bool m_bActive; sal_Bool m_bIsBookmarkMenu; - sal_Bool m_bWasHiContrast; sal_Bool m_bShowMenuImages; ::rtl::OUString m_aMenuItemCommand; Menu* m_pVCLMenu; |