diff options
Diffstat (limited to 'linguistic/source/misc2.cxx')
-rw-r--r-- | linguistic/source/misc2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/misc2.cxx b/linguistic/source/misc2.cxx index eeccadd5cb4a..86a81e5a1f06 100644 --- a/linguistic/source/misc2.cxx +++ b/linguistic/source/misc2.cxx @@ -144,7 +144,7 @@ std::vector< OUString > GetDictionaryPaths() return GetMultiPaths_Impl( u"Dictionary", PATH_FLAG_ALL ); } -OUString GetWritableDictionaryURL( const OUString &rDicName ) +OUString GetWritableDictionaryURL( std::u16string_view rDicName ) { // new user writable dictionaries should be created in the 'writable' path OUString aDirName( GetDictionaryWriteablePath() ); |