diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-31 10:11:25 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-31 10:03:24 +0000 |
commit | 442eacc4e186db3cc941f7cba28ac1692d601ea2 (patch) | |
tree | 47e3df64ebfbeb596768eba2edf23f9366f86fff /sc/source/ui/inc/inscldlg.hxx | |
parent | 04bfdc0a82c306dbe16e7d79e78f2b1c8fd05475 (diff) |
loplugin:countusersofdefaultparams in sc(part1)
Change-Id: Ia2b0174654fad536ee23f6174a0b38b1843a4aa5
Reviewed-on: https://gerrit.libreoffice.org/30427
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/inc/inscldlg.hxx')
-rw-r--r-- | sc/source/ui/inc/inscldlg.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/inscldlg.hxx b/sc/source/ui/inc/inscldlg.hxx index 53e7f04c7360..1cd229d7089b 100644 --- a/sc/source/ui/inc/inscldlg.hxx +++ b/sc/source/ui/inc/inscldlg.hxx @@ -35,8 +35,8 @@ private: VclPtr<RadioButton> m_pBtnInsCol; public: - ScInsertCellDlg( vcl::Window* pParent,bool bDisallowCellMove = false ); - virtual ~ScInsertCellDlg() override; + ScInsertCellDlg( vcl::Window* pParent, bool bDisallowCellMove ); + virtual ~ScInsertCellDlg() override; virtual void dispose() override; InsCellCmd GetInsCellCmd() const; |