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.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sfx2/source/sidebar/Panel.cxx b/sfx2/source/sidebar/Panel.cxx
index 04c8c9746d53..083d15bfdf51 100644
--- a/sfx2/source/sidebar/Panel.cxx
+++ b/sfx2/source/sidebar/Panel.cxx
@@ -160,10 +160,6 @@ bool Panel::HasIdPredicate (const ::rtl::OUString& rsId) const
-const ::rtl::OUString& Panel::GetId (void) const
-{
- return msPanelId;
-}
@@ -212,10 +208,6 @@ void Panel::DataChanged (const DataChangedEvent& rEvent)
SetBackground(Theme::GetPaint(Theme::Paint_PanelBackground).GetWallpaper());
}
-Reference<ui::XSidebarPanel> Panel::GetPanelComponent (void) const
-{
- return mxPanelComponent;
-}
Reference<awt::XWindow> Panel::GetElementWindow (void)
{