summaryrefslogtreecommitdiffstats
path: root/sfx2/source/styles/StyleManager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/styles/StyleManager.cxx')
-rw-r--r--sfx2/source/styles/StyleManager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/styles/StyleManager.cxx b/sfx2/source/styles/StyleManager.cxx
index 95bdeac80122..4504be9db6ff 100644
--- a/sfx2/source/styles/StyleManager.cxx
+++ b/sfx2/source/styles/StyleManager.cxx
@@ -12,7 +12,7 @@
namespace sfx2
{
-SfxStyleSheetBase* StyleManager::Search(const OUString& rStyleName, SfxStyleFamily eFamily)
+SfxStyleSheetBase* StyleManager::Search(std::u16string_view rStyleName, SfxStyleFamily eFamily)
{
SfxStyleSheetBasePool* pPool = mrShell.GetStyleSheetPool();
if (!pPool)