summaryrefslogtreecommitdiffstats
path: root/include/editeng/shaditem.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-01-20 09:10:35 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-01-20 09:11:26 +0100
commit71edf281f38a3ee839a99393cb06316c7231f3d2 (patch)
treed0e21d5dfc391781ac20db2cfb23a7523377b266 /include/editeng/shaditem.hxx
parentSome more loplugin:cstylecast: xmlscript (diff)
downloadcore-71edf281f38a3ee839a99393cb06316c7231f3d2.tar.gz
core-71edf281f38a3ee839a99393cb06316c7231f3d2.zip
Factor out SvxShadowItem::dumpAsXml() from sw
Change-Id: Id25a050a9840d83cff4b390faec7478f17336524
Diffstat (limited to 'include/editeng/shaditem.hxx')
-rw-r--r--include/editeng/shaditem.hxx1
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 )