summaryrefslogtreecommitdiff
path: root/forms/source/richtext/richtextimplcontrol.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-09-23 09:55:11 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-09-23 13:07:27 +0000
commit146fe08382999faf77d268a24ba3ef3bfea18a7e (patch)
tree03d5d55cb995ec8a05e9e257317357ec5b134ff2 /forms/source/richtext/richtextimplcontrol.hxx
parent473a8e2ccad0f58430c469ac3366153db033ac25 (diff)
convert Link<> to typed
Change-Id: Ica5093e29630d6d6974ccba034609129887ac85b Reviewed-on: https://gerrit.libreoffice.org/18802 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'forms/source/richtext/richtextimplcontrol.hxx')
-rw-r--r--forms/source/richtext/richtextimplcontrol.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/richtext/richtextimplcontrol.hxx b/forms/source/richtext/richtextimplcontrol.hxx
index 48087c0eb174..7d0f3489a78d 100644
--- a/forms/source/richtext/richtextimplcontrol.hxx
+++ b/forms/source/richtext/richtextimplcontrol.hxx
@@ -173,7 +173,7 @@ namespace frm
virtual void EditEngineStatusChanged( const EditStatus& _rStatus ) SAL_OVERRIDE;
private:
- DECL_LINK( OnInvalidateAllAttributes, void* );
+ DECL_LINK_TYPED( OnInvalidateAllAttributes, LinkParamNone*, void );
DECL_LINK_TYPED( OnHScroll, ScrollBar*, void );
DECL_LINK_TYPED( OnVScroll, ScrollBar*, void );
};