summaryrefslogtreecommitdiffstats
path: root/include/sfx2/StyleManager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/StyleManager.hxx')
-rw-r--r--include/sfx2/StyleManager.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/StyleManager.hxx b/include/sfx2/StyleManager.hxx
index 0c747eba5831..1c19b981d64c 100644
--- a/include/sfx2/StyleManager.hxx
+++ b/include/sfx2/StyleManager.hxx
@@ -37,7 +37,7 @@ public:
virtual ~StyleManager()
{}
- SfxStyleSheetBase* Search(const OUString& rStyleName, SfxStyleFamily eFamily);
+ SfxStyleSheetBase* Search(std::u16string_view rStyleName, SfxStyleFamily eFamily);
virtual std::unique_ptr<StylePreviewRenderer> CreateStylePreviewRenderer(
OutputDevice& rOutputDev, SfxStyleSheetBase* pStyle,