summaryrefslogtreecommitdiff
path: root/include/oox/drawingml/theme.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/drawingml/theme.hxx')
-rw-r--r--include/oox/drawingml/theme.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/drawingml/theme.hxx b/include/oox/drawingml/theme.hxx
index 6222a4264451..34347923b669 100644
--- a/include/oox/drawingml/theme.hxx
+++ b/include/oox/drawingml/theme.hxx
@@ -84,7 +84,7 @@ public:
/** Returns theme font properties by scheme type (major/minor). */
const TextCharacterProperties* getFontStyle( sal_Int32 nSchemeType ) const;
/** Returns theme font by placeholder name, e.g. the major latin theme font for the font name '+mj-lt'. */
- const TextFont* resolveFont( const OUString& rName ) const;
+ const TextFont* resolveFont( std::u16string_view rName ) const;
Shape& getSpDef() { return maSpDef; }
const Shape& getSpDef() const { return maSpDef; }