Kaydet (Commit) 64cd0d66 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

make mac tinderbox happy

Change-Id: Ie42f38f65fd4b164c9bebb14f6754392c4abecff
üst 44ecd013
......@@ -162,7 +162,7 @@ ScCondFrmtEntry::ScCondFrmtEntry(Window* pParent, ScDocument* pDoc):
maLbEntryTypeMax.SelectEntryPos(1);
maLbDataBarMinType.SelectEntryPos(0);
maLbDataBarMaxType.SelectEntryPos(1);
maEdMiddle.SetText(rtl::OUString::valueOf(50));
maEdMiddle.SetText(rtl::OUString::valueOf(static_cast<sal_Int32>(50)));
maEdDataBarMin.Disable();
maEdDataBarMax.Disable();
......
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