diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-01-20 09:10:35 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-01-20 09:11:26 +0100 |
commit | 71edf281f38a3ee839a99393cb06316c7231f3d2 (patch) | |
tree | d0e21d5dfc391781ac20db2cfb23a7523377b266 /include/editeng | |
parent | be06f3433ff7a92eba2f35f2f9764131e874450c (diff) |
Factor out SvxShadowItem::dumpAsXml() from sw
Change-Id: Id25a050a9840d83cff4b390faec7478f17336524
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/shaditem.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/editeng/shaditem.hxx b/include/editeng/shaditem.hxx index 43ec3bc7210e..c7761fcae9cb 100644 --- a/include/editeng/shaditem.hxx +++ b/include/editeng/shaditem.hxx @@ -83,6 +83,7 @@ public: virtual OUString GetValueTextByPos( sal_uInt16 nPos ) const SAL_OVERRIDE; virtual sal_uInt16 GetEnumValue() const SAL_OVERRIDE; virtual void SetEnumValue( sal_uInt16 nNewVal ) SAL_OVERRIDE; + void dumpAsXml(struct _xmlTextWriter* pWriter) const; }; inline SvxShadowItem &SvxShadowItem::operator=( const SvxShadowItem& rFmtShadow ) |