diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-11-10 11:33:03 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-11-10 14:10:00 +0100 |
commit | 9b504ad3ae9f71ea02df2ab6f2c2fbd59d38ae9a (patch) | |
tree | aae9a06a869b8bbe61956a90ea763afd835ca425 /sw/inc/docufld.hxx | |
parent | 7a87e9718ce8b455c0780ef7606b1c219bf228b5 (diff) |
sw doc model xml dump: show comment text
Change-Id: If15ca89f2b7c54441f076eb233c4e1414dac25c0
Diffstat (limited to 'sw/inc/docufld.hxx')
-rw-r--r-- | sw/inc/docufld.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/docufld.hxx b/sw/inc/docufld.hxx index 34b083efeb77..2e8c9152fd24 100644 --- a/sw/inc/docufld.hxx +++ b/sw/inc/docufld.hxx @@ -487,6 +487,7 @@ public: virtual bool QueryValue( css::uno::Any& rVal, sal_uInt16 nWhich ) const override; virtual bool PutValue( const css::uno::Any& rVal, sal_uInt16 nWhich ) override; virtual OUString GetDescription() const override; + virtual void dumpAsXml(struct _xmlTextWriter* pWriter) const override; }; class SwDocInfoFieldType : public SwValueFieldType |