From ac11e45bad895e9f7de0b38fe22b7f2acf8c8e4b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 4 May 2017 16:10:13 +0200 Subject: loplugin:checkunusedparams in svx(part4) Change-Id: I032b49f4e1228ef275d7ff8d87ba969dcef687ab Reviewed-on: https://gerrit.libreoffice.org/37248 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/sdr/table/tablecontroller.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx/sdr/table/tablecontroller.hxx') diff --git a/include/svx/sdr/table/tablecontroller.hxx b/include/svx/sdr/table/tablecontroller.hxx index 40011b10f1e9..d08f5abc0ceb 100644 --- a/include/svx/sdr/table/tablecontroller.hxx +++ b/include/svx/sdr/table/tablecontroller.hxx @@ -148,7 +148,7 @@ private: SVX_DLLPRIVATE void EditCell(const CellPos& rPos, vcl::Window* pWindow, TblAction nAction); SVX_DLLPRIVATE void StopTextEdit(); - SVX_DLLPRIVATE TblAction getKeyboardAction(const KeyEvent& rKEvt, vcl::Window* pWindow); + SVX_DLLPRIVATE TblAction getKeyboardAction(const KeyEvent& rKEvt); SVX_DLLPRIVATE bool executeAction(TblAction nAction, bool bSelect, vcl::Window* pWindow); SVX_DLLPRIVATE void gotoCell(const CellPos& rCell, bool bSelect, vcl::Window* pWindow, TblAction nAction = TblAction::NONE); -- cgit