summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/doctemplateslocal.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/doctemplateslocal.cxx')
-rw-r--r--sfx2/source/doc/doctemplateslocal.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/doc/doctemplateslocal.cxx b/sfx2/source/doc/doctemplateslocal.cxx
index 33ddb3341dbf..3432fdfa6b08 100644
--- a/sfx2/source/doc/doctemplateslocal.cxx
+++ b/sfx2/source/doc/doctemplateslocal.cxx
@@ -114,10 +114,10 @@ uno::Sequence< beans::StringPair > SAL_CALL DocTemplLocaleHelper::ReadLocalizati
// -----------------------------------
DocTemplLocaleHelper::DocTemplLocaleHelper()
-: m_aGroupListElement( RTL_CONSTASCII_USTRINGPARAM( "groupuinames:template-group-list" ) )
-, m_aGroupElement( RTL_CONSTASCII_USTRINGPARAM( "groupuinames:template-group" ) )
-, m_aNameAttr( RTL_CONSTASCII_USTRINGPARAM( "groupuinames:name" ) )
-, m_aUINameAttr( RTL_CONSTASCII_USTRINGPARAM( "groupuinames:default-ui-name" ) )
+: m_aGroupListElement( "groupuinames:template-group-list" )
+, m_aGroupElement( "groupuinames:template-group" )
+, m_aNameAttr( "groupuinames:name" )
+, m_aUINameAttr( "groupuinames:default-ui-name" )
{
}