summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/menubarwrapper.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 10:05:11 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 10:05:11 +0000
commitef653ff0bd09b3bc8e6251b8c5ee115ef37173ff (patch)
treea89882ab99192aaa603a3e837a0ae433887b32b9 /framework/inc/uielement/menubarwrapper.hxx
parentf562bce0a184c8d7e9c524b9c9fdcaf57bc8f5e3 (diff)
INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED
2005/10/28 14:48:21 cd 1.4.32.1: #i55991# Warning free code changes for gcc
Diffstat (limited to 'framework/inc/uielement/menubarwrapper.hxx')
-rw-r--r--framework/inc/uielement/menubarwrapper.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/framework/inc/uielement/menubarwrapper.hxx b/framework/inc/uielement/menubarwrapper.hxx
index 1de69d65956b..e8f1c4ded3e1 100644
--- a/framework/inc/uielement/menubarwrapper.hxx
+++ b/framework/inc/uielement/menubarwrapper.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: menubarwrapper.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 00:45:12 $
+ * last change: $Author: hr $ $Date: 2006-06-19 11:05:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -99,10 +99,7 @@ class MenuBarWrapper : public UIConfigElementWrapperBase
virtual void SAL_CALL setSettings( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess >& UISettings ) throw (::com::sun::star::uno::RuntimeException);
private:
- // #110897# com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory > m_xServiceManager;
- com::sun::star::uno::Reference< com::sun::star::lang::XComponent > m_xMenuBarManager;
-
- // #110897#
+ com::sun::star::uno::Reference< com::sun::star::lang::XComponent > m_xMenuBarManager;
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& mxServiceFactory;
};