diff options
author | Jan Holesovsky <kendy@suse.cz> | 2013-06-11 16:02:55 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2013-06-11 16:06:20 +0200 |
commit | 9e851b69d13935a055ffcf08b9171330bbf5ebbb (patch) | |
tree | 241afe419e1267888e7f6eac25ff1e3aa76d4114 /include/svx/sidebar | |
parent | 3d0a22e8c3a848f7413d6bd090106371227260d0 (diff) |
sidebar: Remove the setPosSizePixel hack.
Change-Id: I3c074f0860bf9cb384a7189038a214199a2d7222
Diffstat (limited to 'include/svx/sidebar')
-rw-r--r-- | include/svx/sidebar/SidebarDialControl.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
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: |