summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/Panel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/sidebar/Panel.cxx')
-rw-r--r--sfx2/source/sidebar/Panel.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sfx2/source/sidebar/Panel.cxx b/sfx2/source/sidebar/Panel.cxx
index 9c05ddedc352..8b2bb7bd67ca 100644
--- a/sfx2/source/sidebar/Panel.cxx
+++ b/sfx2/source/sidebar/Panel.cxx
@@ -137,11 +137,6 @@ bool Panel::HasIdPredicate (const OUString& rsId) const
return msPanelId.equals(rsId);
}
-void Panel::Paint (vcl::RenderContext& rRenderContext, const Rectangle& rUpdateArea)
-{
- Window::Paint(rRenderContext, rUpdateArea);
-}
-
void Panel::Resize()
{
Window::Resize();
@@ -156,11 +151,6 @@ void Panel::Resize()
}
}
-void Panel::Activate()
-{
- Window::Activate();
-}
-
void Panel::DataChanged (const DataChangedEvent& rEvent)
{
(void)rEvent;