summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-08-16 11:02:07 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-08-16 11:02:07 +0200
commita8a2f6474245fa957105a0c50af2115ff5b6db37 (patch)
tree32b1885080dea9ea5a844b63bc4d6a8704454505 /xmloff
parentb4f2af4bb8d060423b3c50a7026e5045ff64c432 (diff)
loplugin:stringstatic
Change-Id: I062c3269b98e6833b99e50c1784f531e57ea3ea7
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/forms/elementexport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/forms/elementexport.cxx b/xmloff/source/forms/elementexport.cxx
index 36bfcd489836..cd9d89babb8a 100644
--- a/xmloff/source/forms/elementexport.cxx
+++ b/xmloff/source/forms/elementexport.cxx
@@ -1163,9 +1163,9 @@ namespace xmloff
{ // attribute flags
SCAFlags::GroupName
};
- static const OUString pStringPropertyNames[] =
+ static const OUStringLiteral pStringPropertyNames[] =
{ // property names
- OUString(PROPERTY_GROUP_NAME)
+ OUStringLiteral(PROPERTY_GROUP_NAME)
};
static const sal_Int32 nIdCount = SAL_N_ELEMENTS( nStringPropertyAttributeIds );