summaryrefslogtreecommitdiffstats
path: root/include/editeng/ulspitem.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-01-17 12:55:39 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-01-17 13:52:48 +0100
commitbd7b2a14604eed191625f3e654cd807933ab059b (patch)
tree02a2d36c7f00a22405b4d1aa2e514ceceebe4af9 /include/editeng/ulspitem.hxx
parentLeave a comment about the lesson learned (diff)
downloadcore-bd7b2a14604eed191625f3e654cd807933ab059b.tar.gz
core-bd7b2a14604eed191625f3e654cd807933ab059b.zip
Factor out SvxULSpaceItem::dumpAsXml() from sw
Change-Id: I52d7a7aaf304b7d698705cda7d3e70e723811fb2
Diffstat (limited to 'include/editeng/ulspitem.hxx')
-rw-r--r--include/editeng/ulspitem.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/editeng/ulspitem.hxx b/include/editeng/ulspitem.hxx
index c61cb743eeb6..58aade9613c3 100644
--- a/include/editeng/ulspitem.hxx
+++ b/include/editeng/ulspitem.hxx
@@ -78,6 +78,7 @@ public:
bool GetContext() const { return bContext; }
sal_uInt16 GetPropUpper() const { return nPropUpper; }
sal_uInt16 GetPropLower() const { return nPropLower; }
+ void dumpAsXml(struct _xmlTextWriter* pWriter) const;
};
inline SvxULSpaceItem &SvxULSpaceItem::operator=( const SvxULSpaceItem &rCpy )