From 84d15d6e5418bd5024bb21b6c8fdc2700667ac04 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 1 Jun 2016 10:09:07 +0200 Subject: loplugin:unuseddefaultparams Change-Id: I0fe173534dc2e70c3d507eae757a91e48a26acfc Reviewed-on: https://gerrit.libreoffice.org/25757 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/inc/shellio.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc/shellio.hxx') diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx index 4f8ba19b6830..ebd19461cc42 100644 --- a/sw/inc/shellio.hxx +++ b/sw/inc/shellio.hxx @@ -375,7 +375,7 @@ protected: bool CopyNextPam( SwPaM ** ); void PutNumFormatFontsInAttrPool(); - void PutEditEngFontsInAttrPool( bool bIncl_CJK_CTL = true ); + void PutEditEngFontsInAttrPool(); virtual sal_uLong WriteStream() = 0; void SetBaseURL( const OUString& rURL ) { sBaseURL = rURL; } -- cgit