diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-06-29 05:38:37 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-06-29 05:46:18 +0200 |
commit | def32c7e14ad9743e2b55804442be5d596f6c21c (patch) | |
tree | e3191d4bfbc1942667ede37d23814c2b9d8644c7 /sc/source/ui | |
parent | aa028cab4a72660c773a9eac0cd8a19a0d655c01 (diff) |
hide the style boxes to collapse the date entries fully
Change-Id: I58f06a57a05ef007afc203c737acfe29df6ea6a3
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/condformat/condformatdlgentry.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx b/sc/source/ui/condformat/condformatdlgentry.cxx index e0f78a54802b..2fb93e08a136 100644 --- a/sc/source/ui/condformat/condformatdlgentry.cxx +++ b/sc/source/ui/condformat/condformatdlgentry.cxx @@ -1258,6 +1258,7 @@ void ScDateFrmtEntry::SetActive() maLbDateEntry.Show(); maFtStyle.Show(); maWdPreview.Show(); + maLbStyle.Show(); Select(); } @@ -1267,6 +1268,7 @@ void ScDateFrmtEntry::SetInactive() maLbDateEntry.Hide(); maFtStyle.Hide(); maWdPreview.Hide(); + maLbStyle.Hide(); Deselect(); } |