diff options
Diffstat (limited to 'sw/inc/fmtcol.hxx')
-rw-r--r-- | sw/inc/fmtcol.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fmtcol.hxx b/sw/inc/fmtcol.hxx index 1f66f3e1ed36..3c32c6517a33 100644 --- a/sw/inc/fmtcol.hxx +++ b/sw/inc/fmtcol.hxx @@ -129,7 +129,7 @@ public: ::sw::ListLevelIndents AreListLevelIndentsApplicable() const; bool AreListLevelIndentsApplicableImpl(sal_uInt16 nWhich) const; - void dumpAsXml(xmlTextWriterPtr pWriter) const; + void dumpAsXml(xmlTextWriterPtr pWriter) const override; virtual void FormatDropNotify(const SwFormatDrop& rDrop) override { if(HasWriterListeners() && !IsModifyLocked()) |