summaryrefslogtreecommitdiff
path: root/ucbhelper/source/client/content.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/client/content.cxx')
-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 7f3268c41754..4eeeab2008d6 100644
--- a/ucbhelper/source/client/content.cxx
+++ b/ucbhelper/source/client/content.cxx
@@ -491,8 +491,9 @@ Reference< XRow > Content::getPropertyValuesInterface(
// rProp.Attributes = ;
}
+ static constexpr OUStringLiteral sgetPropertyValues = u"getPropertyValues";
Command aCommand;
- aCommand.Name = "getPropertyValues";
+ aCommand.Name = sgetPropertyValues;
aCommand.Handle = -1; // n/a
aCommand.Argument <<= aProps;