summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/convdic.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/source/convdic.hxx b/linguistic/source/convdic.hxx
index a0501e2ddf1b..ca881fb8b10e 100644
--- a/linguistic/source/convdic.hxx
+++ b/linguistic/source/convdic.hxx
@@ -30,10 +30,10 @@
#include <unordered_map>
// text conversion dictionary extension
-inline constexpr OUStringLiteral CONV_DIC_EXT = u"tcd";
+inline constexpr OUString CONV_DIC_EXT = u"tcd"_ustr;
#define CONV_DIC_DOT_EXT ".tcd"
-inline constexpr OUStringLiteral SN_CONV_DICTIONARY = u"com.sun.star.linguistic2.ConversionDictionary";
+inline constexpr OUString SN_CONV_DICTIONARY = u"com.sun.star.linguistic2.ConversionDictionary"_ustr;
bool IsConvDic( const OUString &rFileURL, LanguageType &nLang, sal_Int16 &nConvType );