summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/doctemplates.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/doctemplates.cxx')
-rw-r--r--sfx2/source/doc/doctemplates.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/doctemplates.cxx b/sfx2/source/doc/doctemplates.cxx
index aee34e984954..d3680ebac99e 100644
--- a/sfx2/source/doc/doctemplates.cxx
+++ b/sfx2/source/doc/doctemplates.cxx
@@ -404,14 +404,14 @@ void SfxDocTplService_Impl::init_Impl()
// convert locale to string
OUString aLang = maLocale.Language;
- aLang += String( '-' );
+ aLang += OUString( '-' );
aLang += maLocale.Country;
// set maRootContent to the root of the templates hierarchy. Create the
// entry if necessary
maRootURL = OUString( TEMPLATE_ROOT_URL );
- maRootURL += String( '/' );
+ maRootURL += OUString( '/' );
maRootURL += aLang;
::rtl::OUString aTemplVersPropName( TEMPLATE_VERSION );