summaryrefslogtreecommitdiff
path: root/include/formula
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-02 10:26:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-02 11:32:32 +0200
commit29a72ca674ce9cd3d5c4ede63e2b10044f84247a (patch)
treec166f352378bc490707cedde853766a5bd2c8866 /include/formula
parent8b56a5ceed41a1bb0a82af71c90973f50f54e4b8 (diff)
loplugin:checkunusedparams in forms..formula
Change-Id: Iacd973b97fccda217c691cca0a8f440640ff7a0b Reviewed-on: https://gerrit.libreoffice.org/37140 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/formula')
-rw-r--r--include/formula/formula.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/formula/formula.hxx b/include/formula/formula.hxx
index 164c673fe6d1..9b6cf62ecd19 100644
--- a/include/formula/formula.hxx
+++ b/include/formula/formula.hxx
@@ -76,7 +76,7 @@ protected:
virtual bool PreNotify( NotifyEvent& rNEvt ) override;
::std::pair<RefButton*,RefEdit*> RefInputStartBefore( RefEdit* pEdit, RefButton* pButton );
- void RefInputStartAfter( RefEdit* pEdit, RefButton* pButton );
+ void RefInputStartAfter();
void RefInputDoneAfter();
void SetMeText(const OUString& _sText);
@@ -115,7 +115,7 @@ protected:
virtual bool PreNotify( NotifyEvent& rNEvt ) override;
::std::pair<RefButton*,RefEdit*> RefInputStartBefore( RefEdit* pEdit, RefButton* pButton );
- void RefInputStartAfter( RefEdit* pEdit, RefButton* pButton );
+ void RefInputStartAfter();
void RefInputDoneAfter( bool bForced );
void SetMeText(const OUString& _sText);