summaryrefslogtreecommitdiff
path: root/ucbhelper
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper')
-rw-r--r--ucbhelper/source/client/content.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/ucbhelper/source/client/content.cxx b/ucbhelper/source/client/content.cxx
index 948c4848c6f4..7f3268c41754 100644
--- a/ucbhelper/source/client/content.cxx
+++ b/ucbhelper/source/client/content.cxx
@@ -416,8 +416,9 @@ Reference< XCommandInfo > Content::getCommands()
Reference< XPropertySetInfo > Content::getProperties()
{
+ static constexpr OUStringLiteral sgetPropertySetInfo = u"getPropertySetInfo";
Command aCommand;
- aCommand.Name = "getPropertySetInfo";
+ aCommand.Name = sgetPropertySetInfo;
aCommand.Handle = -1; // n/a
aCommand.Argument = Any();