diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-16 08:46:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-16 13:59:31 +0100 |
commit | 087f0d5fee7af0cc00484df0e1f3678576f28ce2 (patch) | |
tree | 33448288768c058dba1a48bfee2b37050b15471e /include | |
parent | ce043bb4f9f3e05f8d79346a263a685faf26037e (diff) |
mbParentIsBorder is always false, follow logical consequences of that
Change-Id: I6283a3d4df91447d15b62e738be07961ac00ef56
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/sidebar/SidebarToolBox.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
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<css::frame::XToolbarController> GetControllerForItemId ( @@ -73,7 +66,6 @@ public: const ::rtl::OUString& rsCommandName); private: - bool mbParentIsBorder; Image maItemSeparator; class ItemDescriptor { |