diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-05-19 19:37:44 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-05-19 19:46:28 +0200 |
commit | 36f58d4dd1ee5ebe220a5e1e7d1b28aeb15b8977 (patch) | |
tree | 2611e69bb233ce79775b91c6bc8ac6a599d3f2d4 /sw/inc/docary.hxx | |
parent | bb2f6e6c5130d8b6ad702b00c1aa4f8d559056a3 (diff) |
sw doc model xml dump: handle SwDoc::mpFrmFmtTbl
Change-Id: Ie15ff20524e7065323e681945bb5eaf199a2bf3a
Diffstat (limited to 'sw/inc/docary.hxx')
-rw-r--r-- | sw/inc/docary.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/docary.hxx b/sw/inc/docary.hxx index f628fb21dae8..94f822992f1b 100644 --- a/sw/inc/docary.hxx +++ b/sw/inc/docary.hxx @@ -81,7 +81,7 @@ public: virtual SwFmt* GetFmt(size_t idx) const SAL_OVERRIDE { return (SwFmt*)operator[](idx); } sal_uInt16 GetPos(const SwFrmFmt* pFmt) const; bool Contains(const SwFrmFmt* pFmt) const; - void dumpAsXml(xmlTextWriterPtr w); + void dumpAsXml(xmlTextWriterPtr w, const char* pName); /// free's any remaining child objects virtual ~SwFrmFmts(); }; |