summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-07 14:27:10 +0200
committerNoel Grandin <noel@peralex.com>2013-10-08 10:03:13 +0200
commit95ca5cc81841ee8b8291aac64f108fc0fb2e3ce4 (patch)
tree54a111f63078c7000e54796bc24403ecaffab150 /sc
parent24c079605645cf29ba366ca39b7c1177da8b317f (diff)
convert sc/source/ui/condformat/*.cxx from String to OUString
Change-Id: I4d615bd1b2138d31a7741d3d22ba65ae4bf38d15
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/condformat/condformatmgr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/condformat/condformatmgr.cxx b/sc/source/ui/condformat/condformatmgr.cxx
index 364acca0500a..3990cfdc1f96 100644
--- a/sc/source/ui/condformat/condformatmgr.cxx
+++ b/sc/source/ui/condformat/condformatmgr.cxx
@@ -29,8 +29,8 @@ ScCondFormatManagerWindow::ScCondFormatManagerWindow(Window* pParent, ScDocument
maHeaderBar.SetPosSizePixel( Point(0, 0), Size( aBoxSize.Width(), 16 ) );
- String aConditionStr(ScGlobal::GetRscString(STR_HEADER_COND));
- String aRangeStr(ScGlobal::GetRscString(STR_HEADER_RANGE));
+ OUString aConditionStr(ScGlobal::GetRscString(STR_HEADER_COND));
+ OUString aRangeStr(ScGlobal::GetRscString(STR_HEADER_RANGE));
long nTabSize = aBoxSize.Width()/2;
maHeaderBar.InsertItem( ITEMID_RANGE, aRangeStr, nTabSize, HIB_LEFT| HIB_VCENTER );