summaryrefslogtreecommitdiffstats
path: root/include/svx/sidebar/SelectionChangeHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sidebar/SelectionChangeHandler.hxx')
-rw-r--r--include/svx/sidebar/SelectionChangeHandler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/sidebar/SelectionChangeHandler.hxx b/include/svx/sidebar/SelectionChangeHandler.hxx
index deaa2581a9a2..45dce18525b9 100644
--- a/include/svx/sidebar/SelectionChangeHandler.hxx
+++ b/include/svx/sidebar/SelectionChangeHandler.hxx
@@ -45,7 +45,7 @@ class SVX_DLLPUBLIC SelectionChangeHandler
{
public:
SelectionChangeHandler (
- const std::function<rtl::OUString ()>& rSelectionChangeCallback,
+ const std::function<OUString ()>& rSelectionChangeCallback,
const css::uno::Reference<css::frame::XController>& rxController,
const vcl::EnumContext::Context eDefaultContext);
virtual ~SelectionChangeHandler() override;
@@ -63,7 +63,7 @@ private:
SelectionChangeHandler(const SelectionChangeHandler&) = delete;
SelectionChangeHandler& operator=(const SelectionChangeHandler&) = delete;
- const std::function<rtl::OUString ()> maSelectionChangeCallback;
+ const std::function<OUString ()> maSelectionChangeCallback;
css::uno::Reference<css::frame::XController> mxController;
const vcl::EnumContext::Context meDefaultContext;
bool mbIsConnected;