diff options
Diffstat (limited to 'include/oox/dump')
-rw-r--r-- | include/oox/dump/dumperbase.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/oox/dump/dumperbase.hxx b/include/oox/dump/dumperbase.hxx index 74aa1da81213..54bbb6f6af0f 100644 --- a/include/oox/dump/dumperbase.hxx +++ b/include/oox/dump/dumperbase.hxx @@ -25,6 +25,7 @@ #include <map> #include <memory> #include <set> +#include <string_view> #include <utility> #include <vector> @@ -329,7 +330,7 @@ public: static OUString trimSpaces( const OUString& rStr ); static OUString trimTrailingNul( const OUString& rStr ); - static OString convertToUtf8( const OUString& rStr ); + static OString convertToUtf8( std::u16string_view rStr ); static DataType convertToDataType( std::u16string_view rStr ); static FormatType convertToFormatType( std::u16string_view rStr ); |