summaryrefslogtreecommitdiff
path: root/framework/inc/dispatch/startmoduledispatcher.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/dispatch/startmoduledispatcher.hxx')
-rw-r--r--framework/inc/dispatch/startmoduledispatcher.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/dispatch/startmoduledispatcher.hxx b/framework/inc/dispatch/startmoduledispatcher.hxx
index 97d3825dc798..5058f3a3e522 100644
--- a/framework/inc/dispatch/startmoduledispatcher.hxx
+++ b/framework/inc/dispatch/startmoduledispatcher.hxx
@@ -73,7 +73,7 @@ class StartModuleDispatcher : public css::lang::XTypeProvider
//---------------------------------------
/** @short the original queryDispatch() target. */
- ::rtl::OUString m_sDispatchTarget;
+ OUString m_sDispatchTarget;
//---------------------------------------
/** @short list of registered status listener */
@@ -101,7 +101,7 @@ class StartModuleDispatcher : public css::lang::XTypeProvider
*/
StartModuleDispatcher(const css::uno::Reference< css::uno::XComponentContext >& rxContext,
const css::uno::Reference< css::frame::XFrame >& xFrame ,
- const ::rtl::OUString& sTarget);
+ const OUString& sTarget);
//---------------------------------------
/** @short does nothing real. */