summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/inc/res_ErrorBar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/inc/res_ErrorBar.hxx')
-rw-r--r--chart2/source/controller/inc/res_ErrorBar.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/inc/res_ErrorBar.hxx b/chart2/source/controller/inc/res_ErrorBar.hxx
index 901ef38619f9..8105e92df53e 100644
--- a/chart2/source/controller/inc/res_ErrorBar.hxx
+++ b/chart2/source/controller/inc/res_ErrorBar.hxx
@@ -125,10 +125,10 @@ private:
DECL_LINK_TYPED( CategoryChosen, Button*, void );
DECL_LINK_TYPED( CategoryChosen2, ListBox&, void );
DECL_LINK_TYPED( SynchronizePosAndNeg, CheckBox&, void );
- DECL_LINK( PosValueChanged, void * );
+ DECL_LINK_TYPED( PosValueChanged, Edit&, void );
DECL_LINK_TYPED( IndicatorChanged, Button *, void );
DECL_LINK_TYPED( ChooseRange, Button *, void );
- DECL_LINK( RangeChanged, Edit * );
+ DECL_LINK_TYPED( RangeChanged, Edit&, void );
void UpdateControlStates();
bool isRangeFieldContentValid( Edit & rEdit );