diff options
Diffstat (limited to 'include/xmloff/xmlnumfi.hxx')
-rw-r--r-- | include/xmloff/xmlnumfi.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlnumfi.hxx b/include/xmloff/xmlnumfi.hxx index e0f61cc1eec3..1bf6c9228ed6 100644 --- a/include/xmloff/xmlnumfi.hxx +++ b/include/xmloff/xmlnumfi.hxx @@ -182,7 +182,7 @@ public: const LocaleDataWrapper& GetLocaleData() const; - void AddToCode( const OUString& rString ); + void AddToCode( std::u16string_view rString ); void AddToCode( sal_Unicode c ); void AddNumber( const SvXMLNumberInfo& rInfo ); void AddCurrency( const OUString& rContent, LanguageType nLang ); |