diff options
Diffstat (limited to 'svx/source/styles')
-rw-r--r-- | svx/source/styles/ColorSets.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/styles/ColorSets.cxx b/svx/source/styles/ColorSets.cxx index 2e7771caefac..0c68d726a017 100644 --- a/svx/source/styles/ColorSets.cxx +++ b/svx/source/styles/ColorSets.cxx @@ -92,7 +92,7 @@ void ColorSets::init() } } -const ColorSet& ColorSets::getColorSet(const OUString& rName) +const ColorSet& ColorSets::getColorSet(std::u16string_view rName) { for (const ColorSet & rColorSet : maColorSets) { |