summaryrefslogtreecommitdiff
path: root/sw/source/core/text/blink.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/blink.cxx')
-rw-r--r--sw/source/core/text/blink.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/blink.cxx b/sw/source/core/text/blink.cxx
index 4fd56d2a1c5a..97d868d762f2 100644
--- a/sw/source/core/text/blink.cxx
+++ b/sw/source/core/text/blink.cxx
@@ -55,7 +55,7 @@ SwBlink::~SwBlink( )
* Toggle visibility flag
* Determine the repaint rectangle and invalidate them in their OleShells.
*/
-IMPL_LINK_NOARG_TYPED(SwBlink, Blinker, Timer *, void)
+IMPL_LINK_NOARG(SwBlink, Blinker, Timer *, void)
{
bVisible = !bVisible;
if( bVisible )