diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-01-07 09:45:03 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-01-07 09:46:53 +0100 |
commit | 85ce7c0ac69577cf424f4230bcb9103cfdd73d43 (patch) | |
tree | 62fc4aa5fed7e3b6ca4703024ed970bcee6ca404 /include | |
parent | 1ddb7c2c9d10c92371d76c59c69086115b2c4051 (diff) |
Factor out XFillBitmapItem::dumpAsXml() from sw
Change-Id: Ice3a44635a1f4ac2c2852c2e73adae4920412d3a
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/xbtmpit.hxx | 2 | ||||
-rw-r--r-- | include/svx/xit.hxx | 2 |
2 files changed, 4 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 diff --git a/include/svx/xit.hxx b/include/svx/xit.hxx index 3a90619509a0..6ac1236d7e91 100644 --- a/include/svx/xit.hxx +++ b/include/svx/xit.hxx @@ -69,6 +69,8 @@ public: If returned string equals NameOrIndex->GetName(), the name was already unique. */ static OUString CheckNamedItem( const NameOrIndex* pCheckItem, const sal_uInt16 nWhich, const SfxItemPool* pPool1, const SfxItemPool* pPool2, SvxCompareValueFunc pCompareValueFunc, sal_uInt16 nPrefixResId, const XPropertyListRef &pDefaults ); + + virtual void dumpAsXml(struct _xmlTextWriter* pWriter) const; }; #endif |