summaryrefslogtreecommitdiff
path: root/cui/source/inc
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-06-07 10:27:49 +0200
committerAndras Timar <atimar@suse.com>2012-06-07 10:29:47 +0200
commite4d49e65a65b5f4fbe3bb27fa1097e414857d535 (patch)
tree022337259a65faf59481420e7f74acee4169484f /cui/source/inc
parent666f89632fe42afeae02c6022fe0f50198b7118b (diff)
Hide aAuthorFT fixed text, too, when the button is hidden
Change-Id: If8cd9a9f9e5518d054b9648cde28d996454480c5
Diffstat (limited to 'cui/source/inc')
-rw-r--r--cui/source/inc/postdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/postdlg.hxx b/cui/source/inc/postdlg.hxx
index 7d66cc936b28..953fbef882e2 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 );