diff options
Diffstat (limited to 'xmloff/source/draw/layerexp.cxx')
-rw-r--r-- | xmloff/source/draw/layerexp.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/xmloff/source/draw/layerexp.cxx b/xmloff/source/draw/layerexp.cxx index 491d28c9d4ab..82a8dd410d6a 100644 --- a/xmloff/source/draw/layerexp.cxx +++ b/xmloff/source/draw/layerexp.cxx @@ -53,12 +53,12 @@ void SdXMLayerExporter::exportLayer( SvXMLExport& rExport ) if( nCount == 0 ) return; - static const OUStringLiteral strName( u"Name" ); - static const OUStringLiteral strTitle( u"Title" ); - static const OUStringLiteral strDescription( u"Description" ); - static const OUStringLiteral strIsVisible( u"IsVisible"); - static const OUStringLiteral strIsPrintable( u"IsPrintable"); - static const OUStringLiteral strIsLocked( u"IsLocked" ); + static constexpr OUStringLiteral strName( u"Name" ); + static constexpr OUStringLiteral strTitle( u"Title" ); + static constexpr OUStringLiteral strDescription( u"Description" ); + static constexpr OUStringLiteral strIsVisible( u"IsVisible"); + static constexpr OUStringLiteral strIsPrintable( u"IsPrintable"); + static constexpr OUStringLiteral strIsLocked( u"IsLocked" ); OUString sTmp; |