From a209172669e7a2de6065486e385e4e3007b74bd2 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 7 Aug 2017 17:16:26 +0200 Subject: loplugin:constantparam Change-Id: Ib92aba17c46a4ada75c2a0630f281759d995f32e Reviewed-on: https://gerrit.libreoffice.org/40843 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/xmloff/txtparae.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/xmloff') diff --git a/include/xmloff/txtparae.hxx b/include/xmloff/txtparae.hxx index 1c534f82b5cc..c62a25d0b6f3 100644 --- a/include/xmloff/txtparae.hxx +++ b/include/xmloff/txtparae.hxx @@ -282,7 +282,6 @@ protected: bool bProgress, bool bExportParagraph = true, const css::uno::Reference< css::beans::XPropertySet > *pRangePropSet = nullptr, - bool bExportLevels = true, TextPNS eExtensionNS = TextPNS::ODF); void exportParagraph( const css::uno::Reference< css::text::XTextContent > & rTextContent, -- cgit