summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/macrosmenucontroller.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uielement/macrosmenucontroller.hxx')
-rw-r--r--framework/inc/uielement/macrosmenucontroller.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/uielement/macrosmenucontroller.hxx b/framework/inc/uielement/macrosmenucontroller.hxx
index 2483b08d1eee..72e360aab968 100644
--- a/framework/inc/uielement/macrosmenucontroller.hxx
+++ b/framework/inc/uielement/macrosmenucontroller.hxx
@@ -53,7 +53,7 @@ namespace framework
DECL_STATIC_LINK( MacrosMenuController, ExecuteHdl_Impl, ExecuteInfo* );
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xServiceManager;
::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchProvider > m_xDispatchProvider;
- ::rtl::OUString m_aModuleIdentifier;
+ OUString m_aModuleIdentifier;
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > m_xUICommandLabels;
public: