From 9e851b69d13935a055ffcf08b9171330bbf5ebbb Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Tue, 11 Jun 2013 16:02:55 +0200 Subject: sidebar: Remove the setPosSizePixel hack. Change-Id: I3c074f0860bf9cb384a7189038a214199a2d7222 --- include/svx/sidebar/SidebarDialControl.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/svx/sidebar/SidebarDialControl.hxx b/include/svx/sidebar/SidebarDialControl.hxx index 68293e6ca8e4..a3e53d306c53 100644 --- a/include/svx/sidebar/SidebarDialControl.hxx +++ b/include/svx/sidebar/SidebarDialControl.hxx @@ -32,8 +32,6 @@ public: virtual ~SidebarDialControl (void); virtual Size GetOptimalSize() const; - virtual void setPosSizePixel(long nX, long nY, long nWidth, long nHeight, sal_uInt16 nFlags = WINDOW_POSSIZE_ALL); - virtual void MouseButtonDown (const MouseEvent& rMEvt); protected: -- cgit