From a8a2f6474245fa957105a0c50af2115ff5b6db37 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 16 Aug 2016 11:02:07 +0200 Subject: loplugin:stringstatic Change-Id: I062c3269b98e6833b99e50c1784f531e57ea3ea7 --- xmloff/source/forms/elementexport.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmloff') 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 ); -- cgit