From 087f0d5fee7af0cc00484df0e1f3678576f28ce2 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 16 Aug 2013 08:46:36 +0100 Subject: mbParentIsBorder is always false, follow logical consequences of that Change-Id: I6283a3d4df91447d15b62e738be07961ac00ef56 --- include/sfx2/sidebar/SidebarToolBox.hxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include') diff --git a/include/sfx2/sidebar/SidebarToolBox.hxx b/include/sfx2/sidebar/SidebarToolBox.hxx index 5627749cb1d4..74e4e87585f1 100644 --- a/include/sfx2/sidebar/SidebarToolBox.hxx +++ b/include/sfx2/sidebar/SidebarToolBox.hxx @@ -53,13 +53,6 @@ public: virtual void Paint (const Rectangle& rRect); - virtual Point GetPosPixel (void) const; - virtual void setPosSizePixel ( - long nX, - long nY, - long nWidth, - long nHeight, - sal_uInt16 nFlags); virtual long Notify (NotifyEvent& rEvent); cssu::Reference GetControllerForItemId ( @@ -73,7 +66,6 @@ public: const ::rtl::OUString& rsCommandName); private: - bool mbParentIsBorder; Image maItemSeparator; class ItemDescriptor { -- cgit