diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-10 16:03:56 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-11 07:02:27 +0000 |
commit | a5b4046eb93c950296dee846bc1444921e5bf332 (patch) | |
tree | caf279c0a03f16de15345d5b4ce14e3d28e24aaf /sc/inc/unitconv.hxx | |
parent | f31d98f63c4ad11897e0a961fb378fdf7989f4d3 (diff) |
loplugin:countusersofdefaultparams in sc(part2)
Change-Id: I1e2a0969ca7e9e0f75079a171150269dfed26507
Reviewed-on: https://gerrit.libreoffice.org/30755
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/unitconv.hxx')
-rw-r--r-- | sc/inc/unitconv.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/unitconv.hxx b/sc/inc/unitconv.hxx index 5c683253f636..dc756c9f6f3d 100644 --- a/sc/inc/unitconv.hxx +++ b/sc/inc/unitconv.hxx @@ -30,7 +30,7 @@ class ScUnitConverterData public: ScUnitConverterData( const OUString& rFromUnit, - const OUString& rToUnit, double fValue = 1.0 ); + const OUString& rToUnit, double fValue ); ScUnitConverterData( const ScUnitConverterData& ); ~ScUnitConverterData(); |