summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_3D_SceneGeometry.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/dialogs/tp_3D_SceneGeometry.hxx')
-rw-r--r--chart2/source/controller/dialogs/tp_3D_SceneGeometry.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/dialogs/tp_3D_SceneGeometry.hxx b/chart2/source/controller/dialogs/tp_3D_SceneGeometry.hxx
index 8bdba7c33dea..be6c44ba1b30 100644
--- a/chart2/source/controller/dialogs/tp_3D_SceneGeometry.hxx
+++ b/chart2/source/controller/dialogs/tp_3D_SceneGeometry.hxx
@@ -54,8 +54,8 @@ public:
DECL_LINK( PerspectiveChanged, void* );
// is called immediately when a field changes
DECL_LINK( PerspectiveEdited, void* );
- DECL_LINK( PerspectiveToggled, void* );
- DECL_LINK( RightAngledAxesToggled, void* );
+ DECL_LINK_TYPED( PerspectiveToggled, CheckBox&, void );
+ DECL_LINK_TYPED( RightAngledAxesToggled, CheckBox&, void );
private:
void applyAnglesToModel();