summaryrefslogtreecommitdiff
path: root/cui/source/options/optlanguagetool.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2023-10-19 10:30:09 +0200
committerStephan Bergmann <sbergman@redhat.com>2023-10-19 19:31:54 +0200
commitfa869ef61c790b6407ef6eae3eefc094d13c1361 (patch)
tree30bc5da33abb54a02b12d8182f94150941c119d8 /cui/source/options/optlanguagetool.cxx
parent3afe381c840f3c3687800410066d6738191c7480 (diff)
Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: cui
Change-Id: I4c06aabb88e15975ae6e1e6b783aa0a9237c1617 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158186 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'cui/source/options/optlanguagetool.cxx')
-rw-r--r--cui/source/options/optlanguagetool.cxx2
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,