summaryrefslogtreecommitdiff
path: root/sc/inc/attrib.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-09-25 00:52:06 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-09-26 00:33:16 +0000
commitfc742749b63e0b22161c99bd2450fcede64ff4b3 (patch)
tree207752db40b10076b1c308d18e55d1838ba01101 /sc/inc/attrib.hxx
parent423c67150631545b512e40d8c1e716b3ba8b6569 (diff)
tdf97667, add dumpAsXml for the conditional format data
Change-Id: I2f78be8588ed75e1e1e569af01190dad720ff442 Reviewed-on: https://gerrit.libreoffice.org/29258 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.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/attrib.hxx b/sc/inc/attrib.hxx
index b4dc160c679f..8247b1925282 100644
--- a/sc/inc/attrib.hxx
+++ b/sc/inc/attrib.hxx
@@ -357,6 +357,8 @@ public:
void AddCondFormatData( sal_uInt32 nIndex );
void SetCondFormatData( const std::vector<sal_uInt32>& aIndex );
+ virtual void dumpAsXml(struct _xmlTextWriter* pWriter) const override;
+
private:
std::vector<sal_uInt32> maIndex;
};