diff options
author | Noel Grandin <noel@peralex.com> | 2016-06-01 10:09:07 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-06-02 06:32:25 +0000 |
commit | 84d15d6e5418bd5024bb21b6c8fdc2700667ac04 (patch) | |
tree | 1d9af624bc2a13c2b57a317354a9b64c77f90a71 /sw/inc/shellio.hxx | |
parent | 8e8a88ec1ad02c153ae3c7653edc81716dc91b7a (diff) |
loplugin:unuseddefaultparams
Change-Id: I0fe173534dc2e70c3d507eae757a91e48a26acfc
Reviewed-on: https://gerrit.libreoffice.org/25757
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/inc/shellio.hxx')
-rw-r--r-- | sw/inc/shellio.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |