diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/redline.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/redline.hxx b/sw/inc/redline.hxx index 55d4076d375a..d1dbd528c4d8 100644 --- a/sw/inc/redline.hxx +++ b/sw/inc/redline.hxx @@ -190,7 +190,6 @@ class SW_DLLPUBLIC SwRangeRedline : public SwPaM void CopyToSection(); void DelCopyOfSection(size_t nMyPos); void MoveFromSection(size_t nMyPos); - void MaybeNotifyModification(); public: SwRangeRedline( RedlineType_t eType, const SwPaM& rPam ); @@ -282,6 +281,7 @@ public: bool operator<( const SwRangeRedline& ) const; void dumpAsXml(struct _xmlTextWriter* pWriter) const; + void MaybeNotifyModification(); }; /// Base object for 'Redlines' that are not of 'Ranged' type (like table row insert\delete) |