diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-19 14:18:42 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-19 15:37:59 +0000 |
commit | e2363a12a613e04c39bb2bf88ea2bdec4b42e04c (patch) | |
tree | 46c9fc2e21e696ef703c2d0726c3b4ed8c8f567d /include/svtools | |
parent | 011f1e6c90a1fb50d73493b931b73559388826e8 (diff) |
unused pMouseEvent member
Change-Id: I4d3d9bcdfdb43a2a628dcd1411962f78f81a81e2
Diffstat (limited to 'include/svtools')
-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 d02a83b85162..62fa3343c145 100644 --- a/include/svtools/editbrowsebox.hxx +++ b/include/svtools/editbrowsebox.hxx @@ -471,7 +471,6 @@ namespace svt void Set(const BrowserMouseEvent* pEvt, sal_Bool bIsDown); } aMouseEvent; - const BrowserMouseEvent* pMouseEvent; // is set during a mouse event CellControllerRef aController, aOldController; |