diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-27 13:31:45 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-29 09:30:09 +0200 |
commit | fd7ef5f6386d6ba6951c88ebfafb107f1fa63400 (patch) | |
tree | a33a3997f30d70f1012e5fcc45eb711e4207be54 /sw | |
parent | e7cd49ebb08a839161429519d6a0e0eda4839d41 (diff) |
convert include/sfx2/doctempl.hxx from String to OUString
Change-Id: I0d4232afa37539bafd779b1cc9a323aabb1d6b0e
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/fields/docufld.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/fields/docufld.cxx b/sw/source/core/fields/docufld.cxx index dae5ac7ea65a..33b80dae9c7b 100644 --- a/sw/source/core/fields/docufld.cxx +++ b/sw/source/core/fields/docufld.cxx @@ -618,8 +618,8 @@ OUString SwTemplNameFieldType::Expand(sal_uLong nFmt) const // fuers besorgen vom RegionNamen !! SfxDocumentTemplates aFac; aFac.Construct(); - String sTmp; - String sRegion; + OUString sTmp; + OUString sRegion; aFac.GetLogicNames( xDocProps->getTemplateURL(), sRegion, sTmp ); aRet = sRegion; } |