summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-16 08:46:36 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-16 13:59:31 +0100
commit087f0d5fee7af0cc00484df0e1f3678576f28ce2 (patch)
tree33448288768c058dba1a48bfee2b37050b15471e /include
parentcallcatcher: update unused code list (diff)
downloadcore-087f0d5fee7af0cc00484df0e1f3678576f28ce2.tar.gz
core-087f0d5fee7af0cc00484df0e1f3678576f28ce2.zip
mbParentIsBorder is always false, follow logical consequences of that
Change-Id: I6283a3d4df91447d15b62e738be07961ac00ef56
Diffstat (limited to 'include')
-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
{