summaryrefslogtreecommitdiffstats
path: root/include/sfx2/sidebar/ControllerFactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/sidebar/ControllerFactory.hxx')
-rw-r--r--include/sfx2/sidebar/ControllerFactory.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/sidebar/ControllerFactory.hxx b/include/sfx2/sidebar/ControllerFactory.hxx
index feb40343afcb..83d631a1bed8 100644
--- a/include/sfx2/sidebar/ControllerFactory.hxx
+++ b/include/sfx2/sidebar/ControllerFactory.hxx
@@ -37,7 +37,7 @@ public:
static css::uno::Reference<css::frame::XToolbarController> CreateToolBoxController(
ToolBox* pToolBox,
const sal_uInt16 nItemId,
- const ::rtl::OUString& rsCommandName,
+ const OUString& rsCommandName,
const css::uno::Reference<css::frame::XFrame>& rxFrame,
const css::uno::Reference<css::frame::XController>& rxController,
const css::uno::Reference<css::awt::XWindow>& rxParentWindow,
@@ -46,7 +46,7 @@ public:
private:
static css::uno::Reference<css::frame::XToolbarController> CreateToolBarController(
ToolBox* pToolBox,
- const ::rtl::OUString& rsCommandName,
+ const OUString& rsCommandName,
const css::uno::Reference<css::frame::XFrame>& rxFrame,
const css::uno::Reference<css::frame::XController>& rxController,
const sal_Int32 nWidth);