diff options
author | Noel Grandin <noel@peralex.com> | 2015-08-11 08:42:56 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-08-11 09:48:18 +0200 |
commit | 8dc5f89346fa0f6820d5fd0b1ad4092168967f12 (patch) | |
tree | f3742c90480393565c89ffdd0cb1cee639c65d0d /vcl/source/fontsubset/cff.cxx | |
parent | 286dfc2a720ea8bd6b26c10126202fa25a112e0f (diff) |
loplugin: defaultparams
Change-Id: I79a889c68e91712d2abdacc559c78813f730e623
Diffstat (limited to 'vcl/source/fontsubset/cff.cxx')
-rw-r--r-- | vcl/source/fontsubset/cff.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/fontsubset/cff.cxx b/vcl/source/fontsubset/cff.cxx index 8c3cfd4cf04a..a4cbf53d5d5a 100644 --- a/vcl/source/fontsubset/cff.cxx +++ b/vcl/source/fontsubset/cff.cxx @@ -2019,7 +2019,7 @@ bool CffSubsetterContext::emitAsType1( Type1Emitter& rEmitter, if( mpCffLocal->mfBlueScale) { pOut += sprintf( pOut, "/BlueScale "); - pOut += dbl2str( pOut, mpCffLocal->mfBlueScale, 6); + pOut += dbl2str( pOut, mpCffLocal->mfBlueScale); pOut += sprintf( pOut, " def\n"); } if( mpCffLocal->mfBlueShift) { // default BlueShift==7 |