xmloff/source/forms/elementexport.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a8a2f6474245fa957105a0c50af2115ff5b6db37
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Tue Aug 16 11:02:07 2016 +0200

    loplugin:stringstatic
    
    Change-Id: I062c3269b98e6833b99e50c1784f531e57ea3ea7

diff --git a/xmloff/source/forms/elementexport.cxx 
b/xmloff/source/forms/elementexport.cxx
index 36bfcd4..cd9d89b 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 );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to