diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-01-21 09:34:41 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-01-21 09:35:28 +0100 |
commit | 7fe28b2c7b9a1fd5718e1f5b6562cf93902d6be0 (patch) | |
tree | 1df0c4a7ed94846ea7f56eb24900e465b1779a76 /sw/inc/fmtpdsc.hxx | |
parent | 60143f4f7bc50054dcef923218b8c7c3bc154933 (diff) |
Factor out SwFmtPageDesc::dumpAsXml() from docnode
Change-Id: I813804ece7507fef84c43ba8fc290b151c8063ab
Diffstat (limited to 'sw/inc/fmtpdsc.hxx')
-rw-r--r-- | sw/inc/fmtpdsc.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/fmtpdsc.hxx b/sw/inc/fmtpdsc.hxx index 6661b324a8a4..202f4bea87c5 100644 --- a/sw/inc/fmtpdsc.hxx +++ b/sw/inc/fmtpdsc.hxx @@ -81,6 +81,7 @@ public: void RegisterToEndNotInfo( SwEndNoteInfo& ); void RegisterToPageDesc( SwPageDesc& ); bool KnowsPageDesc() const; + void dumpAsXml(struct _xmlTextWriter* pWriter) const; }; inline const SwFmtPageDesc &SwAttrSet::GetPageDesc(bool bInP) const |