summaryrefslogtreecommitdiff
path: root/sc/inc/postit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/postit.hxx')
-rw-r--r--sc/inc/postit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/postit.hxx b/sc/inc/postit.hxx
index fb962442a1cb..8835deaee972 100644
--- a/sc/inc/postit.hxx
+++ b/sc/inc/postit.hxx
@@ -133,7 +133,7 @@ public:
void ForgetCaption();
/** Shows or hides the note caption object. */
- void ShowCaption( const ScAddress& rPos, bool bShow = true );
+ void ShowCaption( const ScAddress& rPos, bool bShow );
/** Returns true, if the caption object is visible. */
bool IsCaptionShown() const { return maNoteData.mbShown;}