From f951ab5c46a3cb128a52646bcb9381b37242c3f3 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Thu, 26 Mar 2015 12:00:55 +0100 Subject: sc: No need for a special LogicMouseButtonUp/Down. They were not in logic units but in pixels anyway. Change-Id: I5b6cea13b84659c3404b38b9a19c091b41ccd3c4 --- sc/source/ui/inc/gridwin.hxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sc/source/ui/inc/gridwin.hxx') 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. -- cgit