From 468ff4b3b6e20cab284b5f6dbd7c8aa5a1ba1264 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 19 Mar 2015 15:27:30 +0200 Subject: loplugin:constantfunction: sc Change-Id: Id3268114041575d7dbb84e8d963ead566c78b928 --- sc/inc/viewuno.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sc/inc/viewuno.hxx') diff --git a/sc/inc/viewuno.hxx b/sc/inc/viewuno.hxx index 7d8131aa1e92..2b39aacf9544 100644 --- a/sc/inc/viewuno.hxx +++ b/sc/inc/viewuno.hxx @@ -202,9 +202,7 @@ private: void SetZoomType(sal_Int16 ZoomType); com::sun::star::uno::Reference< com::sun::star::uno::XInterface > GetClickedObject(const Point& rPoint) const; - void StartMouseListening(); void EndMouseListening(); - void StartActivationListening(); void EndActivationListening(); bool mbLeftMousePressed; bool mbPendingSelectionChanged; -- cgit