[Libreoffice-commits] .: cui/source
Andras Timar
timar at kemper.freedesktop.org
Thu Jun 7 01:29:54 PDT 2012
cui/source/inc/postdlg.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e4d49e65a65b5f4fbe3bb27fa1097e414857d535
Author: Andras Timar <atimar at suse.com>
Date: Thu Jun 7 10:27:49 2012 +0200
Hide aAuthorFT fixed text, too, when the button is hidden
Change-Id: If8cd9a9f9e5518d054b9648cde28d996454480c5
diff --git a/cui/source/inc/postdlg.hxx b/cui/source/inc/postdlg.hxx
index 7d66cc9..953fbef 100644
--- a/cui/source/inc/postdlg.hxx
+++ b/cui/source/inc/postdlg.hxx
@@ -75,7 +75,7 @@ public:
void ShowLastAuthor(const String& rAuthor, const String& rDate);
inline void DontChangeAuthor() { aAuthorBtn.Enable(sal_False); }
- inline void HideAuthor() { aAuthorBtn.Hide(); }
+ inline void HideAuthor() { aAuthorFT.Hide(); aAuthorBtn.Hide(); }
inline void SetReadonlyPostIt(sal_Bool bDisable)
{
aOKBtn.Enable( !bDisable );
More information about the Libreoffice-commits
mailing list