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 53c805fd02e8..16412544c5da 100644
--- a/sfx2/source/sidebar/Panel.cxx
+++ b/sfx2/source/sidebar/Panel.cxx
@@ -114,10 +114,6 @@ PanelTitleBar* Panel::GetTitleBar (void) const
-bool Panel::IsTitleBarOptional (void) const
-{
- return mbIsTitleBarOptional;
-}
@@ -152,10 +148,6 @@ void Panel::SetExpanded (const bool bIsExpanded)
-bool Panel::IsExpanded (void) const
-{
- return mbIsExpanded;
-}