summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-06-11 06:37:25 +0000
committerJan Holesovsky <kendy@suse.cz>2012-06-15 16:03:00 +0200
commit83ca5dd046ca5528ecdc6498db61843011e18f91 (patch)
tree8d553064593af33de0650e556208f61d829fd1a1
parent8bbee1358d7c45edbc4d9b32b47dd45fc87f80b1 (diff)
make mac tinderbox happy
Change-Id: Ie42f38f65fd4b164c9bebb14f6754392c4abecff Signed-off-by: Jan Holesovsky <kendy@suse.cz>
-rw-r--r--sc/source/ui/condformat/condformatdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/condformat/condformatdlg.cxx b/sc/source/ui/condformat/condformatdlg.cxx
index 32869deb65f3..27127e90d3cb 100644
--- a/sc/source/ui/condformat/condformatdlg.cxx
+++ b/sc/source/ui/condformat/condformatdlg.cxx
@@ -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();