summaryrefslogtreecommitdiff
path: root/sw/source/ui/chrdlg
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2013-08-12 18:29:41 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2013-08-12 18:31:05 +0200
commit86637135b809f94973a6b55084d8045bbd276ceb (patch)
treef9372452b6fdd269ecf9088f009e9683fed7c3c1 /sw/source/ui/chrdlg
parentec365165ba7f332df479422174899808e1ff4152 (diff)
String to OUString and some optimizations
Change-Id: I9d93d6aa26b2c9d20f7be8d201051a51e8e4ce7a
Diffstat (limited to 'sw/source/ui/chrdlg')
-rw-r--r--sw/source/ui/chrdlg/swuiccoll.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/ui/chrdlg/swuiccoll.cxx b/sw/source/ui/chrdlg/swuiccoll.cxx
index 2c08cca925da..994ccb2aeac6 100644
--- a/sw/source/ui/chrdlg/swuiccoll.cxx
+++ b/sw/source/ui/chrdlg/swuiccoll.cxx
@@ -197,8 +197,7 @@ void SwCondCollPage::Reset(const SfxItemSet &/*rSet*/)
for( sal_uInt16 n = 0; n < aStrArr.Count(); n++)
{
- String aEntry( aStrArr.GetString(n) );
- aEntry += '\t';
+ OUString aEntry( aStrArr.GetString(n) + "\t" );
const SwCollCondition* pCond = 0;
if( pFmt && RES_CONDTXTFMTCOLL == pFmt->Which() &&