summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-06-15 06:43:32 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-06-15 06:44:12 +0200
commit31058ad8f22480730651e7379fb0d7b9654739a0 (patch)
tree4c1fa81daf4b9f7d79da0229a49986e2b8694d3b /sc
parentuse correct localization aware string to double (diff)
downloadcore-31058ad8f22480730651e7379fb0d7b9654739a0.tar.gz
core-31058ad8f22480730651e7379fb0d7b9654739a0.zip
disable two ui elements for 3.6
Change-Id: I55c8932fb5561704626f73e044091fe7b5240229
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/condformat/condformatdlg.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/ui/condformat/condformatdlg.cxx b/sc/source/ui/condformat/condformatdlg.cxx
index d23069294c7e..25ff9a57e63f 100644
--- a/sc/source/ui/condformat/condformatdlg.cxx
+++ b/sc/source/ui/condformat/condformatdlg.cxx
@@ -548,7 +548,8 @@ void ScCondFrmtEntry::SetColorScaleType()
{
maEdMiddle.Hide();
maLbEntryTypeMiddle.Hide();
- maLbColScale2.Show();
+ // TODO: enale for 3.7 again with good presets
+ //maLbColScale2.Show();
maLbColScale3.Hide();
maLbColMiddle.Hide();
}
@@ -557,7 +558,8 @@ void ScCondFrmtEntry::SetColorScaleType()
maEdMiddle.Show();
maLbEntryTypeMiddle.Show();
maLbColScale2.Hide();
- maLbColScale3.Show();
+ // TODO: enale for 3.7 again with good presets
+ // maLbColScale3.Show();
maLbColMiddle.Show();
}
maLbEntryTypeMin.Show();