From f23738139429358c11fa62708fbdf5bb0c43d199 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 28 Feb 2019 10:17:00 +0200 Subject: use the xmlTextWriterPtr typedef consistently this is the single biggest chunk of stuff my upcoming paramtypedef loplugin will warn about, so do it separately Change-Id: I412e69e76406d6d947101885d4cd92c65e021508 Reviewed-on: https://gerrit.libreoffice.org/68486 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/xflbmpit.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx/xflbmpit.hxx') diff --git a/include/svx/xflbmpit.hxx b/include/svx/xflbmpit.hxx index 30d77a277050..57e5a03af2d9 100644 --- a/include/svx/xflbmpit.hxx +++ b/include/svx/xflbmpit.hxx @@ -37,7 +37,7 @@ public: OUString &rText, const IntlWrapper& ) const override; SVX_DLLPRIVATE virtual sal_uInt16 GetValueCount() const override; - void dumpAsXml(struct _xmlTextWriter* pWriter) const override; + void dumpAsXml(xmlTextWriterPtr pWriter) const override; }; -- cgit