diff options
-rw-r--r-- | xmloff/source/forms/elementexport.cxx | 4 |
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 ); |