diff options
author | Noel Grandin <noel@peralex.com> | 2015-08-11 13:57:18 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-08-11 13:57:36 +0200 |
commit | d86b3e6ff80e0ef6c9bfd1d8ad9626ef3319cc0f (patch) | |
tree | bc3121e5dc54dfc49d90cd40a3b1045ec57b87ff /include/svtools/editbrowsebox.hxx | |
parent | f88cbf8f10366a176872fc6cfb375a7e1ee951f5 (diff) |
loplugin:constantfunction
Change-Id: I4f18d046ac71e3585471c0b4ebbe94c562024bc9
Diffstat (limited to 'include/svtools/editbrowsebox.hxx')
-rw-r--r-- | include/svtools/editbrowsebox.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svtools/editbrowsebox.hxx b/include/svtools/editbrowsebox.hxx index 5d11cf3fe855..2eb3632182cd 100644 --- a/include/svtools/editbrowsebox.hxx +++ b/include/svtools/editbrowsebox.hxx @@ -563,7 +563,6 @@ namespace svt virtual CellController* GetController(long nRow, sal_uInt16 nCol); virtual void InitController(CellControllerRef& rController, long nRow, sal_uInt16 nCol); static void ResizeController(CellControllerRef& rController, const Rectangle&); - static void ReleaseController(CellControllerRef& pController, long nRow, sal_uInt16 nCol); virtual void DoubleClick(const BrowserMouseEvent&) SAL_OVERRIDE; void ActivateCell() { ActivateCell(GetCurRow(), GetCurColumnId()); } |