summaryrefslogtreecommitdiff
path: root/chart2/source/controller/sidebar/ChartSeriesPanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/sidebar/ChartSeriesPanel.hxx')
-rw-r--r--chart2/source/controller/sidebar/ChartSeriesPanel.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/controller/sidebar/ChartSeriesPanel.hxx b/chart2/source/controller/sidebar/ChartSeriesPanel.hxx
index 5710810f86d7..d38eb797dbfc 100644
--- a/chart2/source/controller/sidebar/ChartSeriesPanel.hxx
+++ b/chart2/source/controller/sidebar/ChartSeriesPanel.hxx
@@ -106,9 +106,9 @@ private:
void Initialize();
- DECL_LINK_TYPED(CheckBoxHdl, Button*, void);
- DECL_LINK_TYPED(RadioBtnHdl, RadioButton&, void);
- DECL_LINK_TYPED(ListBoxHdl, ListBox&, void);
+ DECL_LINK(CheckBoxHdl, Button*, void);
+ DECL_LINK(RadioBtnHdl, RadioButton&, void);
+ DECL_LINK(ListBoxHdl, ListBox&, void);
};
} } // end of namespace ::chart::sidebar