diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-10 13:44:57 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-11 06:04:52 +0000 |
commit | b796b24793827583550279d40bfe565c66ad284d (patch) | |
tree | c727fbab95059956287850ac817d8f9c1bb422f4 /unodevtools | |
parent | a97e6990435bbc47be4a4f6f349404f438e2c315 (diff) |
loplugin:countusersofdefaultparams in svl..unodevtools
Change-Id: Ie3d2cf29e99b8a51b80246aafa23a92e6c3404b2
Reviewed-on: https://gerrit.libreoffice.org/28017
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'unodevtools')
-rw-r--r-- | unodevtools/source/skeletonmaker/skeletoncpp.hxx | 4 | ||||
-rw-r--r-- | unodevtools/source/skeletonmaker/skeletonjava.hxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/unodevtools/source/skeletonmaker/skeletoncpp.hxx b/unodevtools/source/skeletonmaker/skeletoncpp.hxx index d8c3f938ee55..bd056047c941 100644 --- a/unodevtools/source/skeletonmaker/skeletoncpp.hxx +++ b/unodevtools/source/skeletonmaker/skeletoncpp.hxx @@ -43,8 +43,8 @@ void printMethods(std::ostream & o, OUString const & name, codemaker::GeneratedTypeSet & generated, OString const & delegate, - OString const & classname=OString(), - OString const & indentation=OString(), + OString const & classname, + OString const & indentation, bool defaultvalue=false, OUString const & propertyhelper=OUString()); diff --git a/unodevtools/source/skeletonmaker/skeletonjava.hxx b/unodevtools/source/skeletonmaker/skeletonjava.hxx index 4402fc173c0a..9efeeb1acc4e 100644 --- a/unodevtools/source/skeletonmaker/skeletonjava.hxx +++ b/unodevtools/source/skeletonmaker/skeletonjava.hxx @@ -36,7 +36,7 @@ void printMethods(std::ostream & o, OUString const & name, codemaker::GeneratedTypeSet & generated, OString const & delegate, - OString const & indentation=OString(), + OString const & indentation, bool defaultvalue=false, bool usepropertymixin=false); |