summaryrefslogtreecommitdiff
path: root/sw/inc/fldbas.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-11-10 11:33:03 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-11-10 14:10:00 +0100
commit9b504ad3ae9f71ea02df2ab6f2c2fbd59d38ae9a (patch)
treeaae9a06a869b8bbe61956a90ea763afd835ca425 /sw/inc/fldbas.hxx
parent7a87e9718ce8b455c0780ef7606b1c219bf228b5 (diff)
sw doc model xml dump: show comment text
Change-Id: If15ca89f2b7c54441f076eb233c4e1414dac25c0
Diffstat (limited to 'sw/inc/fldbas.hxx')
-rw-r--r--sw/inc/fldbas.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/fldbas.hxx b/sw/inc/fldbas.hxx
index 603e7587b8ee..6a49b5e82493 100644
--- a/sw/inc/fldbas.hxx
+++ b/sw/inc/fldbas.hxx
@@ -360,6 +360,7 @@ public:
virtual OUString GetDescription() const;
/// Is this field clickable?
bool IsClickable() const;
+ virtual void dumpAsXml(struct _xmlTextWriter* pWriter) const;
};
inline SwFieldType* SwField::GetTyp() const