summaryrefslogtreecommitdiff
path: root/cui/source/options/optchart.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optchart.hxx')
-rw-r--r--cui/source/options/optchart.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/cui/source/options/optchart.hxx b/cui/source/options/optchart.hxx
index 1be71a4c546d..34cd2113f2a3 100644
--- a/cui/source/options/optchart.hxx
+++ b/cui/source/options/optchart.hxx
@@ -43,11 +43,11 @@ private:
SvxChartColorTableItem* pColorConfig;
XColorListRef pColorList;
- DECL_LINK_TYPED( ResetToDefaults, Button *, void );
- DECL_LINK_TYPED( AddChartColor, Button *, void );
- DECL_LINK_TYPED( RemoveChartColor, Button *, void );
- DECL_LINK_TYPED( ListClickedHdl, ListBox&, void );
- DECL_LINK_TYPED(BoxClickedHdl, ValueSet*, void);
+ DECL_LINK( ResetToDefaults, Button *, void );
+ DECL_LINK( AddChartColor, Button *, void );
+ DECL_LINK( RemoveChartColor, Button *, void );
+ DECL_LINK( ListClickedHdl, ListBox&, void );
+ DECL_LINK(BoxClickedHdl, ValueSet*, void);
void FillColorBox();
long GetColorIndex( const Color& rCol );