summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/paragraph
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/paragraph')
-rw-r--r--svx/source/sidebar/paragraph/ParaPropertyPanel.cxx4
-rw-r--r--svx/source/sidebar/paragraph/ParaPropertyPanel.hxx2
2 files changed, 1 insertions, 5 deletions
diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
index d8843464b64c..2a5e55cf11bf 100644
--- a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
+++ b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
@@ -209,10 +209,6 @@ void ParaPropertyPanel::HandleContextChange (
}
}
-SfxBindings* ParaPropertyPanel::GetBindings()
-{
- return mpBindings;
-}
diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.hxx b/svx/source/sidebar/paragraph/ParaPropertyPanel.hxx
index 220945ba70e3..df9a425a5e08 100644
--- a/svx/source/sidebar/paragraph/ParaPropertyPanel.hxx
+++ b/svx/source/sidebar/paragraph/ParaPropertyPanel.hxx
@@ -69,7 +69,7 @@ public:
const cssu::Reference<css::ui::XSidebar>& rxSidebar);
virtual void DataChanged (const DataChangedEvent& rEvent) SAL_OVERRIDE;
- SfxBindings* GetBindings();
+ SfxBindings* GetBindings() { return mpBindings;}
virtual void HandleContextChange (
const ::sfx2::sidebar::EnumContext aContext) SAL_OVERRIDE;