summaryrefslogtreecommitdiff
path: root/sc/inc/attrib.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-04-09 03:48:22 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-04-09 15:12:49 +0200
commit6ae4e8b44f17502d59f4528f008e06d3550e310c (patch)
tree253dff4ddd599fda01f20218ff42c85df20d6160 /sc/inc/attrib.hxx
parent678dfeefa1daf3b6b28e8a0721069c294a53dfd0 (diff)
add the merge flags to the item set dump
Change-Id: I5f8b73d7f1c7904c230f43fa4e9c7f62dff89b50 Reviewed-on: https://gerrit.libreoffice.org/36312 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/inc/attrib.hxx')
-rw-r--r--sc/inc/attrib.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/inc/attrib.hxx b/sc/inc/attrib.hxx
index 414fdcdd3987..de789fb10dd7 100644
--- a/sc/inc/attrib.hxx
+++ b/sc/inc/attrib.hxx
@@ -76,6 +76,8 @@ public:
nRowMerge = rMerge.nRowMerge;
return *this;
}
+
+ virtual void dumpAsXml(struct _xmlTextWriter* pWriter) const override;
};
class SC_DLLPUBLIC ScMergeFlagAttr: public SfxInt16Item
@@ -99,6 +101,8 @@ public:
bool HasPivotButton() const;
bool HasPivotPopupButton() const;
+
+ virtual void dumpAsXml(struct _xmlTextWriter* pWriter) const override;
};
class SC_DLLPUBLIC ScProtectionAttr: public SfxPoolItem