Kaydet (Commit) 95ca5cc8 authored tarafından Noel Grandin's avatar Noel Grandin

convert sc/source/ui/condformat/*.cxx from String to OUString

Change-Id: I4d615bd1b2138d31a7741d3d22ba65ae4bf38d15
üst 24c07960
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment