diff options
author | Noel Grandin <noel@peralex.com> | 2016-04-01 15:51:24 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-04-04 12:03:50 +0000 |
commit | 17b1852133427e6c0b4266ccb63e24980aff94f0 (patch) | |
tree | 68d8c881fd851df8f7ebc964c6e34cc9d3faa6ad /include | |
parent | ecdf7aaede66c209fa5c101c0435322a765f02ee (diff) |
loplugin:constantparam in unotools
Change-Id: I0501e6e7eadd735b1666a8ecb2c5e6da73ce7e67
Reviewed-on: https://gerrit.libreoffice.org/23728
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/unotools/atom.hxx | 2 | ||||
-rw-r--r-- | include/unotools/configvaluecontainer.hxx | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/include/unotools/atom.hxx b/include/unotools/atom.hxx index a60ae008954f..c91dc87208d7 100644 --- a/include/unotools/atom.hxx +++ b/include/unotools/atom.hxx @@ -40,7 +40,7 @@ namespace utl { AtomProvider(); ~AtomProvider(); - int getAtom( const OUString&, bool bCreate = false ); + int getAtom( const OUString& ); const OUString& getString( int ) const; }; diff --git a/include/unotools/configvaluecontainer.hxx b/include/unotools/configvaluecontainer.hxx index 7cbe8970b2aa..970bc1861a0b 100644 --- a/include/unotools/configvaluecontainer.hxx +++ b/include/unotools/configvaluecontainer.hxx @@ -167,7 +167,6 @@ namespace utl /// implements the ctors void implConstruct( const OUString& _rConfigLocation, - const CVCFlags _nAccessFlags, const sal_Int32 _nLevels ); |