summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/text/TextPropertyPanel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/text/TextPropertyPanel.cxx')
-rw-r--r--svx/source/sidebar/text/TextPropertyPanel.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/svx/source/sidebar/text/TextPropertyPanel.cxx b/svx/source/sidebar/text/TextPropertyPanel.cxx
index 4486cfe35950..dbcc1eb0206c 100644
--- a/svx/source/sidebar/text/TextPropertyPanel.cxx
+++ b/svx/source/sidebar/text/TextPropertyPanel.cxx
@@ -82,10 +82,6 @@ TextPropertyPanel* TextPropertyPanel::Create (
rContext);
}
-::sfx2::sidebar::ControllerItem& TextPropertyPanel::GetSpaceController()
-{
- return maSpacingControl;
-}
TextPropertyPanel::TextPropertyPanel ( Window* pParent, const cssu::Reference<css::frame::XFrame>& rxFrame, SfxBindings* pBindings, const ::sfx2::sidebar::EnumContext& /*rContext*/ )
: PanelLayout(pParent, "SidebarTextPanel", "svx/ui/sidebartextpanel.ui", rxFrame),
@@ -298,10 +294,6 @@ void TextPropertyPanel::NotifyItemUpdate (
}
}
-Color& TextPropertyPanel::GetUnderlineColor()
-{
- return meUnderlineColor;
-}
} } // end of namespace svx::sidebar