diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-30 11:58:04 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-30 11:25:25 +0000 |
commit | 92a302146e626c877c493086ff518fde70c3141b (patch) | |
tree | b6b879d090cb08a9959cbc5d3a4b6076415ba482 /include/sax/tools | |
parent | 4e1336ca349506d9e4c413f63ef18535eea7c2a7 (diff) |
loplugin:countusersofdefaultparams in include/oox..sax
Change-Id: Ifb24c0f536d9c00bc9eb8c782d6854052f2d37b9
Reviewed-on: https://gerrit.libreoffice.org/31408
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sax/tools')
-rw-r--r-- | include/sax/tools/converter.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sax/tools/converter.hxx b/include/sax/tools/converter.hxx index 072c3b438d6e..77e5a3839e7b 100644 --- a/include/sax/tools/converter.hxx +++ b/include/sax/tools/converter.hxx @@ -67,8 +67,8 @@ public: /** convert measure to string */ static void convertMeasure( OUStringBuffer& rBuffer, sal_Int32 nMeasure, - sal_Int16 SourceUnit = css::util::MeasureUnit::MM_100TH, - sal_Int16 nTargetUnit = css::util::MeasureUnit::INCH ); + sal_Int16 SourceUnit, + sal_Int16 nTargetUnit ); /** convert string to boolean */ static bool convertBool( bool& rBool, |