summaryrefslogtreecommitdiff
path: root/starmath/inc/edit.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-05 09:59:27 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-05 12:05:38 +0200
commitc9b4c5681194a1cd3297a36d4a1f4e4cc3aac55a (patch)
tree2cb864a67b556f807ba175507296f7dfc5254944 /starmath/inc/edit.hxx
parent8c4a1663f5d93380268365d35a5581d8065df897 (diff)
Use typed Idle::SetIdleHdl Link
Change-Id: I189937950325dc4ef663f7f49cb45f38f8537de9
Diffstat (limited to 'starmath/inc/edit.hxx')
-rw-r--r--starmath/inc/edit.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/inc/edit.hxx b/starmath/inc/edit.hxx
index 7efd852b6c41..b3864744e333 100644
--- a/starmath/inc/edit.hxx
+++ b/starmath/inc/edit.hxx
@@ -65,8 +65,8 @@ class SmEditWindow : public vcl::Window, public DropTargetHelper
virtual void KeyInput(const KeyEvent& rKEvt) SAL_OVERRIDE;
virtual void Command(const CommandEvent& rCEvt) SAL_OVERRIDE;
DECL_LINK(MenuSelectHdl, Menu *);
- DECL_LINK(ModifyTimerHdl, Idle *);
- DECL_LINK(CursorMoveTimerHdl, Idle *);
+ DECL_LINK_TYPED(ModifyTimerHdl, Idle *, void);
+ DECL_LINK_TYPED(CursorMoveTimerHdl, Idle *, void);
virtual void DataChanged( const DataChangedEvent& ) SAL_OVERRIDE;
virtual void Resize() SAL_OVERRIDE;