diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-10-19 10:30:12 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-10-19 21:08:25 +0200 |
commit | 30c4d857612ec3ba6c252d6da70b0195e0e1d902 (patch) | |
tree | 235d7240b2c7c784c71133fc33e5c749533f489f /editeng/source/misc/unolingu.cxx | |
parent | 24655ccaeb7d36cf024b31ad5925244ac7016351 (diff) |
Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: editeng
Change-Id: I9ea2bdf3b939f260184bf793e2b91cd37e9d80c1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158190
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'editeng/source/misc/unolingu.cxx')
-rw-r--r-- | editeng/source/misc/unolingu.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/misc/unolingu.cxx b/editeng/source/misc/unolingu.cxx index b8b5676099f1..1e7b69a25f27 100644 --- a/editeng/source/misc/unolingu.cxx +++ b/editeng/source/misc/unolingu.cxx @@ -633,7 +633,7 @@ uno::Reference< XDictionary > LinguMgr::GetStandard() if (!xTmpDicList.is()) return nullptr; - static constexpr OUStringLiteral aDicName( u"standard.dic" ); + static constexpr OUString aDicName( u"standard.dic"_ustr ); uno::Reference< XDictionary > xDic = xTmpDicList->getDictionaryByName( aDicName ); if (!xDic.is()) { |