summaryrefslogtreecommitdiff
path: root/ucb/source/core/ucbstore.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/core/ucbstore.cxx')
-rw-r--r--ucb/source/core/ucbstore.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/ucb/source/core/ucbstore.cxx b/ucb/source/core/ucbstore.cxx
index a06e430c3586..52b3a8b4a341 100644
--- a/ucb/source/core/ucbstore.cxx
+++ b/ucb/source/core/ucbstore.cxx
@@ -681,10 +681,10 @@ void PropertySetRegistry::renamePropertySet( const OUString& rOldKey,
aOldValuesKey += "/";
- OUString const aHandleKey("/Handle");
- OUString const aValueKey("/Value");
- OUString const aStateKey("/State");
- OUString const aAttrKey("/Attributes");
+ static constexpr OUStringLiteral aHandleKey(u"/Handle");
+ static constexpr OUStringLiteral aValueKey(u"/Value");
+ static constexpr OUStringLiteral aStateKey(u"/State");
+ static constexpr OUStringLiteral aAttrKey(u"/Attributes");
for ( const OUString& rPropName : aElems )
{