summaryrefslogtreecommitdiff
path: root/sw/inc/textcontentcontrol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/textcontentcontrol.hxx')
-rw-r--r--sw/inc/textcontentcontrol.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/textcontentcontrol.hxx b/sw/inc/textcontentcontrol.hxx
index 156b44804195..8c8a3b3ee044 100644
--- a/sw/inc/textcontentcontrol.hxx
+++ b/sw/inc/textcontentcontrol.hxx
@@ -42,7 +42,7 @@ public:
void ChgTextNode(SwTextNode* pNode);
SwTextNode* GetTextNode() const;
- void Invalidate(bool bKeepPlaceholderStatus = true);
+ void Invalidate();
void dumpAsXml(xmlTextWriterPtr pWriter) const override;
};