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 /svtools | |
parent | 5066199663e40aad46e769ca3372f5f0b9915789 (diff) |
convert Link<> to typed
Change-Id: I7aa46c5cbaf70bea5756a4066bc620b3c40dedee
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/graphic/grfcache.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/graphic/grfcache.cxx b/svtools/source/graphic/grfcache.cxx index 59bbeb227ca1..ccc2440b6bfe 100644 --- a/svtools/source/graphic/grfcache.cxx +++ b/svtools/source/graphic/grfcache.cxx @@ -262,7 +262,7 @@ void GraphicCacheEntry::ImplFillSubstitute( Graphic& rSubstitute ) // create substitute for graphic; const Size aPrefSize( rSubstitute.GetPrefSize() ); const MapMode aPrefMapMode( rSubstitute.GetPrefMapMode() ); - const Link<> aAnimationNotifyHdl( rSubstitute.GetAnimationNotifyHdl() ); + const Link<Animation*,void> aAnimationNotifyHdl( rSubstitute.GetAnimationNotifyHdl() ); const GraphicType eOldType = rSubstitute.GetType(); const bool bDefaultType = ( rSubstitute.GetType() == GRAPHIC_DEFAULT ); |