[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sfx2/source

Andras Timar timar at kemper.freedesktop.org
Fri Jul 6 08:40:49 PDT 2012


 sfx2/source/dialog/versdlg.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 1352d6ff9e8f321a970d91654c2242b34ef1505f
Author: Andras Timar <atimar at suse.com>
Date:   Fri Jul 6 17:38:29 2012 +0200

    hide aDateTimeText when editing new version comment
    
    Change-Id: I644adb0292272130587f8a19777c47bf8fd2887c

diff --git a/sfx2/source/dialog/versdlg.cxx b/sfx2/source/dialog/versdlg.cxx
index b43c6fa..9a4fa8e 100644
--- a/sfx2/source/dialog/versdlg.cxx
+++ b/sfx2/source/dialog/versdlg.cxx
@@ -477,7 +477,10 @@ SfxViewVersionDialog_Impl::SfxViewVersionDialog_Impl ( Window *pParent, SfxVersi
         aEdit.SetReadOnly( sal_True );
     }
     else
+    {
+        aDateTimeText.Hide();
         aCloseButton.Hide();
+    }
 }
 
 IMPL_LINK( SfxViewVersionDialog_Impl, ButtonHdl, Button*, pButton )


More information about the Libreoffice-commits mailing list