diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-11 13:27:40 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-14 10:00:44 +0200 |
commit | 2a4ccc0c1e836fb7cde991c1233ca5a63599ec8b (patch) | |
tree | 74fee8c81b010cfef46fab0b96e5eb984726d25a /include/svx | |
parent | 6532cb0e5ec3a59c248b332e868c4c03c31659f1 (diff) |
convert Link<> to typed
Change-Id: I1c501671d72edd5b998e80c7fa1e91dbeb507af8
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/compressgraphicdialog.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/compressgraphicdialog.hxx b/include/svx/compressgraphicdialog.hxx index eacf312abb99..f14a51709581 100644 --- a/include/svx/compressgraphicdialog.hxx +++ b/include/svx/compressgraphicdialog.hxx @@ -67,7 +67,7 @@ private: DECL_LINK( NewHeightModifiedHdl, void* ); DECL_LINK( ResolutionModifiedHdl, void* ); DECL_LINK_TYPED( ToggleCompressionRB, RadioButton&, void ); - DECL_LINK( ToggleReduceResolutionRB, void* ); + DECL_LINK_TYPED( ToggleReduceResolutionRB, CheckBox&, void ); DECL_LINK_TYPED( CalculateClickHdl, Button*, void ); |