diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-16 11:14:05 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-03-16 10:27:43 +0000 |
commit | f958db475d19ac60f39616e075717c2fe3ee4839 (patch) | |
tree | 2665b94e4302d9853e4913a7e82a3f35017786f4 /include/unotools/atom.hxx | |
parent | e41d23abb03a0c5a5c50be290c2265513e178889 (diff) |
loplugin:constantparam in unotools/
Change-Id: I016cf96af3a93c8f2114657a7e59599f68446ddc
Reviewed-on: https://gerrit.libreoffice.org/23296
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/unotools/atom.hxx')
-rw-r--r-- | include/unotools/atom.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/atom.hxx b/include/unotools/atom.hxx index f8f684cc3cca..a60ae008954f 100644 --- a/include/unotools/atom.hxx +++ b/include/unotools/atom.hxx @@ -51,7 +51,7 @@ namespace utl { MultiAtomProvider(); ~MultiAtomProvider(); - int getAtom( int atomClass, const OUString& rString, bool bCreate = false ); + int getAtom( int atomClass, const OUString& rString ); const OUString& getString( int atomClass, int atom ) const; }; |