summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-12-20 12:20:50 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-12-20 13:03:46 +0100
commitb1e0d30e6adaa1bef2b0e923354ce4e5f82ae707 (patch)
tree0bffb15fe07a545b69297e3336f8788e6fb3cf32 /include/svx
parent8ee916d7ea1b7ebffc69539491da123703d04b90 (diff)
Add SdrObjGroup::dumpAsXml() to show contents of group shapes
Change-Id: I8b713cbd64f91ad62d06ef57d790ac4e54e37315
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/svdobj.hxx2
-rw-r--r--include/svx/svdogrp.hxx2
2 files changed, 3 insertions, 1 deletions
diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx
index 1502a4fe5cc9..fd1f56f79af2 100644
--- a/include/svx/svdobj.hxx
+++ b/include/svx/svdobj.hxx
@@ -966,7 +966,7 @@ public:
OString stringify() const;
- void dumpAsXml(struct _xmlTextWriter* pWriter) const;
+ virtual void dumpAsXml(struct _xmlTextWriter* pWriter) const;
protected:
// Sets a new UNO shape
diff --git a/include/svx/svdogrp.hxx b/include/svx/svdogrp.hxx
index c209532ad125..6e9f48e5a6e2 100644
--- a/include/svx/svdogrp.hxx
+++ b/include/svx/svdogrp.hxx
@@ -108,6 +108,8 @@ public:
virtual void ReformatText() SAL_OVERRIDE;
virtual SdrObject* DoConvertToPolyObj(bool bBezier, bool bAddText) const SAL_OVERRIDE;
+
+ virtual void dumpAsXml(struct _xmlTextWriter* pWriter) const SAL_OVERRIDE;
};
#endif // INCLUDED_SVX_SVDOGRP_HXX