summaryrefslogtreecommitdiff
path: root/include/svx/xbtmpit.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-01-07 09:45:03 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-01-07 09:46:53 +0100
commit85ce7c0ac69577cf424f4230bcb9103cfdd73d43 (patch)
tree62fc4aa5fed7e3b6ca4703024ed970bcee6ca404 /include/svx/xbtmpit.hxx
parent1ddb7c2c9d10c92371d76c59c69086115b2c4051 (diff)
Factor out XFillBitmapItem::dumpAsXml() from sw
Change-Id: Ice3a44635a1f4ac2c2852c2e73adae4920412d3a
Diffstat (limited to 'include/svx/xbtmpit.hxx')
-rw-r--r--include/svx/xbtmpit.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/xbtmpit.hxx b/include/svx/xbtmpit.hxx
index e6a83b8febe4..59996b293f85 100644
--- a/include/svx/xbtmpit.hxx
+++ b/include/svx/xbtmpit.hxx
@@ -68,6 +68,8 @@ public:
static bool CompareValueFunc( const NameOrIndex* p1, const NameOrIndex* p2 );
XFillBitmapItem* checkForUniqueItem( SdrModel* pModel ) const;
+
+ virtual void dumpAsXml(struct _xmlTextWriter* pWriter) const SAL_OVERRIDE;
};
#endif