summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/condformat/condformatdlgentry.cxx2
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();
}