diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-10 19:19:10 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-12 12:30:53 +0200 |
commit | dd6d7992d6f16133fafa7a617cf5fa0ba1ae37cc (patch) | |
tree | 49da40c8dbfa15a9fde368e0a8b69a623f357eaf /include/basic | |
parent | 8891472e1f9c5e452a4e8d55241eeba118274092 (diff) |
loplugin:constantparam
Change-Id: I67d74072c776c32a1f91df94c621efe180baf5dc
Reviewed-on: https://gerrit.libreoffice.org/37481
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/basic')
-rw-r--r-- | include/basic/sbx.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basic/sbx.hxx b/include/basic/sbx.hxx index 6b2890688710..485a2e89994b 100644 --- a/include/basic/sbx.hxx +++ b/include/basic/sbx.hxx @@ -222,7 +222,7 @@ protected: public: SBX_DECL_PERSIST_NODATA(SBXID_COLLECTION,1); - SbxCollection( const OUString& rClassname ); + SbxCollection(); SbxCollection( const SbxCollection& ); SbxCollection& operator=( const SbxCollection& ); virtual SbxVariable* FindUserData( sal_uInt32 nUserData ) override; |