diff options
Diffstat (limited to 'include/editeng/outlobj.hxx')
-rw-r--r-- | include/editeng/outlobj.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/outlobj.hxx b/include/editeng/outlobj.hxx index 8b21c25eb044..38c142c905e3 100644 --- a/include/editeng/outlobj.hxx +++ b/include/editeng/outlobj.hxx @@ -105,7 +105,7 @@ public: void SetStyleSheets(sal_uInt16 nLevel, const OUString& rNewName, const SfxStyleFamily& rNewFamily); - void dumpAsXml(struct _xmlTextWriter* pWriter) const; + void dumpAsXml(xmlTextWriterPtr pWriter) const; }; #endif |