summaryrefslogtreecommitdiff
path: root/cui/source
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source')
-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 );