summaryrefslogtreecommitdiff
path: root/sw/source/ui/fmtui
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-08-07 13:43:44 +0200
committerMichael Stahl <mstahl@redhat.com>2013-08-08 23:25:27 +0200
commitdf7ffcdb022b0b30006aa8238ba4070eb4c64bd5 (patch)
tree520286d73c703606ce438e4eccd76dd1523e6131 /sw/source/ui/fmtui
parent642926b4b582f691ac4bc0d90fb3a73f64b91b4a (diff)
sw: convert some SwStyleNameMapper methods to OUString
Change-Id: I151678b2bf155a7561b4c4e4b2d9fd1f05930477
Diffstat (limited to 'sw/source/ui/fmtui')
-rw-r--r--sw/source/ui/fmtui/tmpdlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/fmtui/tmpdlg.cxx b/sw/source/ui/fmtui/tmpdlg.cxx
index af1c631843e9..7ad860ec76c9 100644
--- a/sw/source/ui/fmtui/tmpdlg.cxx
+++ b/sw/source/ui/fmtui/tmpdlg.cxx
@@ -346,7 +346,7 @@ const SfxItemSet* SwTemplateDlg::GetRefreshedSet()
void SwTemplateDlg::PageCreated( sal_uInt16 nId, SfxTabPage &rPage )
{
// set style's and metric's names
- String sNumCharFmt, sBulletCharFmt;
+ OUString sNumCharFmt, sBulletCharFmt;
SwStyleNameMapper::FillUIName( RES_POOLCHR_NUM_LEVEL, sNumCharFmt);
SwStyleNameMapper::FillUIName( RES_POOLCHR_BUL_LEVEL, sBulletCharFmt);
SfxAllItemSet aSet(*(GetInputSetImpl()->GetPool()));
@@ -481,7 +481,7 @@ void SwTemplateDlg::PageCreated( sal_uInt16 nId, SfxTabPage &rPage )
if(0 == (nHtmlMode & HTMLMODE_ON ))
{
std::vector<OUString> aList;
- String aNew;
+ OUString aNew;
SwStyleNameMapper::FillUIName( RES_POOLCOLL_TEXT, aNew );
aList.push_back( aNew );
if( pWrtShell )