diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-29 08:50:28 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-29 08:41:53 +0000 |
commit | 86c0ce4d4637142b939ebaeb79c6bd35e49c1082 (patch) | |
tree | 92db4fc6a8b0e409963e4422d307327274b41931 /sc/source/ui/inc/anyrefdg.hxx | |
parent | 8f96ab602a9e7cad1215abb693f33824a7b37679 (diff) |
loplugin:countusersofdefaultparams
Change-Id: I26f46ddac3d7d810ebfa1c3e7f1a77427369828e
Reviewed-on: https://gerrit.libreoffice.org/28451
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc/source/ui/inc/anyrefdg.hxx')
-rw-r--r-- | sc/source/ui/inc/anyrefdg.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/anyrefdg.hxx b/sc/source/ui/inc/anyrefdg.hxx index 280dbf7673e9..823e9e085c5f 100644 --- a/sc/source/ui/inc/anyrefdg.hxx +++ b/sc/source/ui/inc/anyrefdg.hxx @@ -84,9 +84,9 @@ public: void ShowReference(const OUString& rStr); void ReleaseFocus( formula::RefEdit* pEdit ); void HideReference( bool bDoneRefMode = true ); - void RefInputStart( formula::RefEdit* pEdit, formula::RefButton* pButton = nullptr ); - void RefInputDone( bool bForced = false ); - void ToggleCollapsed( formula::RefEdit* pEdit, formula::RefButton* pButton = nullptr ); + void RefInputStart( formula::RefEdit* pEdit, formula::RefButton* pButton ); + void RefInputDone( bool bForced ); + void ToggleCollapsed( formula::RefEdit* pEdit, formula::RefButton* pButton ); inline void SetWindow(vcl::Window* _pWindow) { m_pWindow = _pWindow; } void DoClose( sal_uInt16 nId ); |