diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-08 14:28:58 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-10 08:20:15 +0200 |
commit | 4db28b21499b866c44a6727118a9a94bf2f590ef (patch) | |
tree | 641178417368b22f0ccece05b0d2fb919f7ea982 /include/svtools | |
parent | 5066199663e40aad46e769ca3372f5f0b9915789 (diff) |
convert Link<> to typed
Change-Id: I7aa46c5cbaf70bea5756a4066bc620b3c40dedee
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/grfmgr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/grfmgr.hxx b/include/svtools/grfmgr.hxx index 3ea3097d37d4..c72e0ee522a9 100644 --- a/include/svtools/grfmgr.hxx +++ b/include/svtools/grfmgr.hxx @@ -415,7 +415,7 @@ public: bool IsAnimated() const { return mbAnimated; } bool IsEPS() const { return mbEPS; } - Link<> GetAnimationNotifyHdl() const { return GetGraphic().GetAnimationNotifyHdl(); } + Link<Animation*,void> GetAnimationNotifyHdl() const { return GetGraphic().GetAnimationNotifyHdl(); } bool SwapOut(); bool SwapOut( SvStream* pOStm ); |