summaryrefslogtreecommitdiffstats
path: root/include/editeng/brushitem.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-12-17 09:07:10 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-12-17 09:07:38 +0100
commit53421edf6c821d9a74c32c2fd8d5eb15fb5e5fd3 (patch)
tree58f475e2b0d50088c701b709c105b4d3f507f9a8 /include/editeng/brushitem.hxx
parentvcl: Sidebar corner case. (diff)
downloadcore-53421edf6c821d9a74c32c2fd8d5eb15fb5e5fd3.tar.gz
core-53421edf6c821d9a74c32c2fd8d5eb15fb5e5fd3.zip
Factor out SvxBrushItem::dumpAsXml() from sw
Change-Id: I5421cf5a7d1a2ff4db81d028f44a490c234b9ccf
Diffstat (limited to 'include/editeng/brushitem.hxx')
-rw-r--r--include/editeng/brushitem.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/editeng/brushitem.hxx b/include/editeng/brushitem.hxx
index ae4cb9a13667..16dc38de410c 100644
--- a/include/editeng/brushitem.hxx
+++ b/include/editeng/brushitem.hxx
@@ -127,6 +127,8 @@ public:
static SvxGraphicPosition WallpaperStyle2GraphicPos( WallpaperStyle eStyle );
static WallpaperStyle GraphicPos2WallpaperStyle( SvxGraphicPosition ePos );
static sal_Int8 TransparencyToPercent(sal_Int32 nTrans);
+
+ void dumpAsXml(struct _xmlTextWriter* pWriter) const;
};
#endif // INCLUDED_EDITENG_BRUSHITEM_HXX