summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-06-11 08:37:25 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-06-11 08:38:12 +0200
commit64cd0d66ef91668fae759361992380e0c7d8d73b (patch)
tree3bed279afe899acf662e018a613e33b570efadd5 /sc
parentAdd css.awt.XToolkit2 (diff)
downloadcore-64cd0d66ef91668fae759361992380e0c7d8d73b.tar.gz
core-64cd0d66ef91668fae759361992380e0c7d8d73b.zip
make mac tinderbox happy
Change-Id: Ie42f38f65fd4b164c9bebb14f6754392c4abecff
Diffstat (limited to 'sc')
-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();