diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-15 09:46:46 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-15 08:40:44 +0000 |
commit | 47f323d04ca6174f6d9c20061d84d7a7d727cd61 (patch) | |
tree | 3f2e1e5a5141ea849b173b7e53658755c71ce96c /include/svx/langbox.hxx | |
parent | c37b72c182894a481819b44b9a2dc9049dce2c61 (diff) |
loplugin:constantparam
Change-Id: I1a6e13584ca516f44195e724b39e78360a842c7c
Reviewed-on: https://gerrit.libreoffice.org/30859
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/langbox.hxx')
-rw-r--r-- | include/svx/langbox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/langbox.hxx b/include/svx/langbox.hxx index a32e5f0ee452..6aeb86776d44 100644 --- a/include/svx/langbox.hxx +++ b/include/svx/langbox.hxx @@ -61,7 +61,7 @@ private: SvxLanguageBoxBase(const SvxLanguageBoxBase&) = delete; SvxLanguageBoxBase& operator=(const SvxLanguageBoxBase&) = delete; public: - explicit SvxLanguageBoxBase( bool bCheck ); + explicit SvxLanguageBoxBase(); virtual ~SvxLanguageBoxBase(); void SetLanguageList( SvxLanguageListFlags nLangList, |