summaryrefslogtreecommitdiff
path: root/include/framework/sfxhelperfunctions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/framework/sfxhelperfunctions.hxx')
-rw-r--r--include/framework/sfxhelperfunctions.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/framework/sfxhelperfunctions.hxx b/include/framework/sfxhelperfunctions.hxx
index 92fd502683ea..36de22f54e67 100644
--- a/include/framework/sfxhelperfunctions.hxx
+++ b/include/framework/sfxhelperfunctions.hxx
@@ -59,11 +59,11 @@ typedef void ( *pfunc_getRefreshToolbars)(
typedef void ( *pfunc_createDockingWindow)(
const css::uno::Reference< css::frame::XFrame >& rFrame,
- const OUString& rResourceURL );
+ std::u16string_view rResourceURL );
typedef bool ( *pfunc_isDockingWindowVisible)(
const css::uno::Reference< css::frame::XFrame >& rFrame,
- const OUString& rResourceURL );
+ std::u16string_view rResourceURL );
namespace framework
@@ -96,12 +96,12 @@ FWK_DLLPUBLIC void RefreshToolbars(
FWK_DLLPUBLIC pfunc_createDockingWindow SetDockingWindowCreator( pfunc_createDockingWindow pCreateDockingWindow );
FWK_DLLPUBLIC void CreateDockingWindow(
const css::uno::Reference< css::frame::XFrame >& rFrame,
- const OUString& rResourceURL );
+ std::u16string_view rResourceURL );
FWK_DLLPUBLIC pfunc_isDockingWindowVisible SetIsDockingWindowVisible( pfunc_isDockingWindowVisible pIsDockingWindowVisible );
FWK_DLLPUBLIC bool IsDockingWindowVisible(
const css::uno::Reference< css::frame::XFrame >& rFrame,
- const OUString& rResourceURL );
+ std::u16string_view rResourceURL );
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */