summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-07-16 10:52:54 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-07-16 10:52:54 +0200
commit9edaebe651a341bf449e366ff54830556f32292d (patch)
tree38782f1a421568155edfcb86ef286cea851df0e0
parent379e07eae784a0af5b20c4006c0ee6c7a3d29c1c (diff)
Remove unused modelInvalid
Change-Id: I18701b367dcca36afb8e6f28645453294881683f
-rw-r--r--chart2/source/controller/sidebar/ChartElementsPanel.cxx9
-rw-r--r--chart2/source/controller/sidebar/ChartElementsPanel.hxx1
2 files changed, 1 insertions, 9 deletions
diff --git a/chart2/source/controller/sidebar/ChartElementsPanel.cxx b/chart2/source/controller/sidebar/ChartElementsPanel.cxx
index e26c65a94a54..db58221d439b 100644
--- a/chart2/source/controller/sidebar/ChartElementsPanel.cxx
+++ b/chart2/source/controller/sidebar/ChartElementsPanel.cxx
@@ -103,9 +103,7 @@ void ChartSidebarModifyListener::modified(const css::lang::EventObject& /*rEvent
void ChartSidebarModifyListener::disposing(const css::lang::EventObject& /*rEvent*/)
throw (::css::uno::RuntimeException, ::std::exception)
-{
- mpParent->modelInvalid();
-}
+{}
ChartModel* getChartModel(css::uno::Reference<css::frame::XModel> xModel)
{
@@ -488,11 +486,6 @@ void ChartElementsPanel::NotifyItemUpdate(
{
}
-void ChartElementsPanel::modelInvalid()
-{
-
-}
-
IMPL_LINK(ChartElementsPanel, CheckBoxHdl, CheckBox*, pCheckBox)
{
bool bChecked = pCheckBox->IsChecked();
diff --git a/chart2/source/controller/sidebar/ChartElementsPanel.hxx b/chart2/source/controller/sidebar/ChartElementsPanel.hxx
index 6bf1642e1e96..51e7e49bcd18 100644
--- a/chart2/source/controller/sidebar/ChartElementsPanel.hxx
+++ b/chart2/source/controller/sidebar/ChartElementsPanel.hxx
@@ -68,7 +68,6 @@ public:
virtual void dispose() SAL_OVERRIDE;
void updateData();
- void modelInvalid();
private:
//ui controls