summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/Panel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/sidebar/Panel.hxx')
-rw-r--r--sfx2/source/sidebar/Panel.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/sidebar/Panel.hxx b/sfx2/source/sidebar/Panel.hxx
index ef47c2060aa7..ee64df3aa2af 100644
--- a/sfx2/source/sidebar/Panel.hxx
+++ b/sfx2/source/sidebar/Panel.hxx
@@ -56,12 +56,12 @@ public:
PanelTitleBar* GetTitleBar (void) const;
bool IsTitleBarOptional (void) const { return mbIsTitleBarOptional;}
void SetUIElement (const cssu::Reference<css::ui::XUIElement>& rxElement);
- cssu::Reference<css::ui::XSidebarPanel> GetPanelComponent (void) const;
+ cssu::Reference<css::ui::XSidebarPanel> GetPanelComponent (void) const { return mxPanelComponent;}
cssu::Reference<css::awt::XWindow> GetElementWindow (void);
void SetExpanded (const bool bIsExpanded);
bool IsExpanded (void) const { return mbIsExpanded;}
bool HasIdPredicate (const ::rtl::OUString& rsId) const;
- const ::rtl::OUString& GetId (void) const;
+ const ::rtl::OUString& GetId (void) const { return msPanelId;}
virtual void Paint (const Rectangle& rUpdateArea) SAL_OVERRIDE;
virtual void Resize (void) SAL_OVERRIDE;