summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-curl/UCBDeadPropertyValue.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2023-10-19 10:30:36 +0200
committerStephan Bergmann <sbergman@redhat.com>2023-10-20 16:56:53 +0200
commitdab91084b576410f0d76b4da5f5479bb1578ec0c (patch)
tree626914e26046e9cade0e249d1331d7c696afe7a6 /ucb/source/ucp/webdav-curl/UCBDeadPropertyValue.cxx
parent5bd143316162f29227b2f8ec4d165a3260806bde (diff)
Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: ucb
Change-Id: Ic3123585203ebcdf2fe791709d38551e7a326d04 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158246 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'ucb/source/ucp/webdav-curl/UCBDeadPropertyValue.cxx')
-rw-r--r--ucb/source/ucp/webdav-curl/UCBDeadPropertyValue.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/ucb/source/ucp/webdav-curl/UCBDeadPropertyValue.cxx b/ucb/source/ucp/webdav-curl/UCBDeadPropertyValue.cxx
index 1bcf87eacf3d..94acb74c242f 100644
--- a/ucb/source/ucp/webdav-curl/UCBDeadPropertyValue.cxx
+++ b/ucb/source/ucp/webdav-curl/UCBDeadPropertyValue.cxx
@@ -26,15 +26,15 @@ using namespace ::com::sun::star;
// static
-constexpr OUStringLiteral aTypeString = u"string";
-constexpr OUStringLiteral aTypeLong = u"long";
-constexpr OUStringLiteral aTypeShort = u"short";
-constexpr OUStringLiteral aTypeBoolean = u"boolean";
-constexpr OUStringLiteral aTypeChar = u"char";
-constexpr OUStringLiteral aTypeByte = u"byte";
-constexpr OUStringLiteral aTypeHyper = u"hyper";
-constexpr OUStringLiteral aTypeFloat = u"float";
-constexpr OUStringLiteral aTypeDouble = u"double";
+constexpr OUString aTypeString = u"string"_ustr;
+constexpr OUString aTypeLong = u"long"_ustr;
+constexpr OUString aTypeShort = u"short"_ustr;
+constexpr OUString aTypeBoolean = u"boolean"_ustr;
+constexpr OUString aTypeChar = u"char"_ustr;
+constexpr OUString aTypeByte = u"byte"_ustr;
+constexpr OUString aTypeHyper = u"hyper"_ustr;
+constexpr OUString aTypeFloat = u"float"_ustr;
+constexpr OUString aTypeDouble = u"double"_ustr;
// static
bool UCBDeadPropertyValue::supportsType( const uno::Type & rType )