summaryrefslogtreecommitdiffstats
path: root/include/sfx2/sidebar/SidebarToolBox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/sidebar/SidebarToolBox.hxx')
-rw-r--r--include/sfx2/sidebar/SidebarToolBox.hxx8
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
{