summaryrefslogtreecommitdiffstats
path: root/include/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-08 14:28:58 +0200
committerNoel Grandin <noel@peralex.com>2015-09-10 08:20:15 +0200
commit4db28b21499b866c44a6727118a9a94bf2f590ef (patch)
tree641178417368b22f0ccece05b0d2fb919f7ea982 /include/svtools
parentoox: workaround C2249 error on MSVC 14.0 (diff)
downloadcore-4db28b21499b866c44a6727118a9a94bf2f590ef.tar.gz
core-4db28b21499b866c44a6727118a9a94bf2f590ef.zip
convert Link<> to typed
Change-Id: I7aa46c5cbaf70bea5756a4066bc620b3c40dedee
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/grfmgr.hxx2
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 );