summaryrefslogtreecommitdiff
path: root/sw/source/ui/chrdlg
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-08-07 14:34:05 +0200
committerMichael Stahl <mstahl@redhat.com>2013-08-08 23:25:28 +0200
commitaf2d474ff9a91645043c1d4292891c313cceef5e (patch)
tree1650bcce0e4f0907f099181929b0d9a315234a7c /sw/source/ui/chrdlg
parent40b4567be2ea4aca90677167e0251cfd05385055 (diff)
sw: convert SwCaptionOptPage to OUString
Change-Id: Ibd54c1472a3f86a0799386e4cf5e929d73ac104d
Diffstat (limited to 'sw/source/ui/chrdlg')
-rw-r--r--sw/source/ui/chrdlg/swuiccoll.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/chrdlg/swuiccoll.cxx b/sw/source/ui/chrdlg/swuiccoll.cxx
index beb916efbc8a..2c08cca925da 100644
--- a/sw/source/ui/chrdlg/swuiccoll.cxx
+++ b/sw/source/ui/chrdlg/swuiccoll.cxx
@@ -161,7 +161,7 @@ sal_Bool SwCondCollPage::FillItemSet(SfxItemSet &rSet)
SwCondCollItem aCondItem;
for(sal_uInt16 i = 0; i < aStrArr.Count(); i++)
{
- String sEntry = aTbLinks.GetEntryText(i, 1);
+ OUString sEntry = aTbLinks.GetEntryText(i, 1);
aCondItem.SetStyle( &sEntry, i);
}
rSet.Put(aCondItem);