summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/gridwin.hxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-03-26 12:00:55 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-03-30 09:23:51 +0200
commitf951ab5c46a3cb128a52646bcb9381b37242c3f3 (patch)
treebe27f75df930dbce0049bf1f75a2c19391f28bde /sc/source/ui/inc/gridwin.hxx
parent3aed864e7a2f7024fd81ba81bdc6182848320e0e (diff)
sc: No need for a special LogicMouseButtonUp/Down.
They were not in logic units but in pixels anyway. Change-Id: I5b6cea13b84659c3404b38b9a19c091b41ccd3c4
Diffstat (limited to 'sc/source/ui/inc/gridwin.hxx')
-rw-r--r--sc/source/ui/inc/gridwin.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx
index 3d4f90fe5451..9d8965d052fb 100644
--- a/sc/source/ui/inc/gridwin.hxx
+++ b/sc/source/ui/inc/gridwin.hxx
@@ -324,12 +324,6 @@ public:
/// @see OutputDevice::LogicInvalidate().
void LogicInvalidate(const Rectangle* pRectangle) SAL_OVERRIDE;
- /// Same as MouseButtonDown(), but coordinates are in logic unit.
- void LogicMouseButtonDown(const MouseEvent& rMouseEvent);
-
- /// Same as MouseButtonUp(), but coordinates are in logic unit.
- void LogicMouseButtonUp(const MouseEvent& rMouseEvent);
-
/// Update the cell selection according to what handles have been dragged.
/// @see vcl::ITiledRenderable::setTextSelection() for the values of nType.
/// Coordinates are in pixels.