[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - sc/source

Markus Mohrhard markus.mohrhard at googlemail.com
Mon Jul 1 06:38:45 PDT 2013


 sc/source/ui/condformat/condformatdlgentry.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 22f2ad0088d57fc9e3a0bd8b975a5c549810fa7d
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sat Jun 29 05:38:37 2013 +0200

    hide the style boxes to collapse the date entries fully
    
    Change-Id: I58f06a57a05ef007afc203c737acfe29df6ea6a3
    (cherry picked from commit def32c7e14ad9743e2b55804442be5d596f6c21c)
    Reviewed-on: https://gerrit.libreoffice.org/4617
    Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat at free.fr>
    Tested-by: Bosdonnat Cedric <cedric.bosdonnat at free.fr>

diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx b/sc/source/ui/condformat/condformatdlgentry.cxx
index e0f78a5..2fb93e0 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();
 }


More information about the Libreoffice-commits mailing list