summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/menubarwrapper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-05-21 15:01:22 +0200
committerNoel Grandin <noel@peralex.com>2013-05-22 15:19:49 +0200
commit122e4bc598e2d7d1a3e5cef4c45cda94ca7cfd9b (patch)
tree60f226b57ba464fedb21a5637532aba6f32da248 /framework/inc/uielement/menubarwrapper.hxx
parent03c3cd90930d6fb7d0f498e4b21871b1746d9b2d (diff)
fdo#46808, XMultiServiceFactory to XComponentContext
Change-Id: I2ca9a2930a921c600f5e93cc2e66d461220ea87d
Diffstat (limited to 'framework/inc/uielement/menubarwrapper.hxx')
-rw-r--r--framework/inc/uielement/menubarwrapper.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/inc/uielement/menubarwrapper.hxx b/framework/inc/uielement/menubarwrapper.hxx
index 1bdeca3b726c..2b3d31e363d8 100644
--- a/framework/inc/uielement/menubarwrapper.hxx
+++ b/framework/inc/uielement/menubarwrapper.hxx
@@ -40,7 +40,7 @@ class MenuBarWrapper : public UIConfigElementWrapperBase,
{
public:
MenuBarWrapper(
- const com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >& xServiceManager );
+ const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >& xContext );
virtual ~MenuBarWrapper();
//---------------------------------------------------------------------------------------------------------
@@ -80,6 +80,7 @@ class MenuBarWrapper : public UIConfigElementWrapperBase,
sal_Bool m_bRefreshPopupControllerCache : 1;
com::sun::star::uno::Reference< com::sun::star::lang::XComponent > m_xMenuBarManager;
PopupControllerCache m_aPopupControllerCache;
+ com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > m_xContext;
};
} // namespace framework