From 9391688f616a22cfd4521f2472bdbda4c6609383 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 17 Mar 2016 14:27:08 +0200 Subject: loplugin:constantfunction in editeng Change-Id: I8f8414b4867d3248e6d836ed8037de4da41b97f1 Reviewed-on: https://gerrit.libreoffice.org/23331 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/editeng/svxrtf.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/editeng/svxrtf.hxx') diff --git a/include/editeng/svxrtf.hxx b/include/editeng/svxrtf.hxx index a7c8d8095cef..081eaf7e5af5 100644 --- a/include/editeng/svxrtf.hxx +++ b/include/editeng/svxrtf.hxx @@ -289,8 +289,7 @@ protected: SvxRTFParser( SfxItemPool& rAttrPool, SvStream& rIn, - css::uno::Reference< css::document::XDocumentProperties> i_xDocProps, - bool bReadNewDoc = true ); + css::uno::Reference< css::document::XDocumentProperties> i_xDocProps ); virtual ~SvxRTFParser(); void SetNewDoc( bool bFlag ) { bNewDoc = bFlag; } -- cgit