diff options
Diffstat (limited to 'cui/source/options/optlanguagetool.cxx')
-rw-r--r-- | cui/source/options/optlanguagetool.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optlanguagetool.cxx b/cui/source/options/optlanguagetool.cxx index 4e1b909cc0a8..fab94987a32d 100644 --- a/cui/source/options/optlanguagetool.cxx +++ b/cui/source/options/optlanguagetool.cxx @@ -24,7 +24,7 @@ #include <strings.hrc> using LanguageToolCfg = officecfg::Office::Linguistic::GrammarChecking::LanguageTool; -constexpr OUStringLiteral LANGUAGETOOL_DEFAULT_URL = u"https://api.languagetool.org/v2"; +constexpr OUString LANGUAGETOOL_DEFAULT_URL = u"https://api.languagetool.org/v2"_ustr; OptLanguageToolTabPage::OptLanguageToolTabPage(weld::Container* pPage, weld::DialogController* pController, |