summaryrefslogtreecommitdiff
path: root/sw/inc/pam.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-01-27 09:09:10 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-01-27 09:10:18 +0100
commit58a50c3dc74cc9bd298d6b4156e45a8dbbffc116 (patch)
tree6879d215644f02fd7947b3cc371f70d2456509b4 /sw/inc/pam.hxx
parent19669b2c2d77ddf5d7a07a655ca21d0557e7d603 (diff)
Extract SwPosition::dumpAsXml() from MarkManager
Change-Id: I7832f484861d32b01c8d5edd1adc4a80072cf7e2
Diffstat (limited to 'sw/inc/pam.hxx')
-rw-r--r--sw/inc/pam.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/pam.hxx b/sw/inc/pam.hxx
index 26d847fa331f..616a45a6061a 100644
--- a/sw/inc/pam.hxx
+++ b/sw/inc/pam.hxx
@@ -74,6 +74,7 @@ struct SW_DLLPUBLIC SwPosition
bool operator >=(const SwPosition &) const;
bool operator ==(const SwPosition &) const;
bool operator !=(const SwPosition &) const;
+ void dumpAsXml(struct _xmlTextWriter* pWriter) const;
};
std::ostream &operator <<(std::ostream& s, const SwPosition& position);