summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/impedit.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-15 15:33:36 +0200
committerNoel Grandin <noel@peralex.com>2015-09-16 08:38:55 +0200
commitd30aedb2a381e89a5a3466f06c95ff7636c9306d (patch)
tree8f93c330551b4fd7936377067eba63bbd029ec03 /editeng/source/editeng/impedit.hxx
parent7beefb1fe6e56bfaf24d4660e11baf5abfa3b675 (diff)
convert Link<> to typed
Change-Id: Id5be64f38fa448271a5364c86c32ffddfc309bbf
Diffstat (limited to 'editeng/source/editeng/impedit.hxx')
-rw-r--r--editeng/source/editeng/impedit.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/editeng/source/editeng/impedit.hxx b/editeng/source/editeng/impedit.hxx
index 87556e5947fd..91d5b499c7c3 100644
--- a/editeng/source/editeng/impedit.hxx
+++ b/editeng/source/editeng/impedit.hxx
@@ -657,10 +657,10 @@ private:
inline VirtualDevice* GetVirtualDevice( const MapMode& rMapMode, DrawModeFlags nDrawMode );
inline void EraseVirtualDevice() { pVirtDev.disposeAndClear(); }
- DECL_LINK_TYPED(StatusTimerHdl, Timer *, void);
- DECL_LINK_TYPED(IdleFormatHdl, Idle *, void);
- DECL_LINK_TYPED(OnlineSpellHdl, Timer *, void);
- DECL_LINK( DocModified, void* );
+ DECL_LINK_TYPED( StatusTimerHdl, Timer *, void);
+ DECL_LINK_TYPED( IdleFormatHdl, Idle *, void);
+ DECL_LINK_TYPED( OnlineSpellHdl, Timer *, void);
+ DECL_LINK_TYPED( DocModified, LinkParamNone*, void );
void CheckIdleFormatter();