diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2024-08-02 08:16:34 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2024-08-02 09:56:57 +0200 |
commit | c7bc52f8e69f772edad9c4f695155281e19b1952 (patch) | |
tree | 465d08a07ae5c927ec461d53b9d359978e9babf2 /sw/inc/fmtcol.hxx | |
parent | 9ed09fb1327e6cd10febe45c7f76ee1e46d99b5f (diff) |
sw doc model xml dump: add SwFormat::dumpAsXml()
SwFormat's name was dumped at 4 different places, extract that to a
single function.
Change-Id: I64026a267676ca5b0a5920b1a3ee0efa323defc7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171389
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
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()) |