From f378e1748f0645481a8b2deebd7bb2b34797aff7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 22 Sep 2015 15:27:33 +0200 Subject: convert Link<> to typed Change-Id: Iccdfc807447c18c2929cc93bcb11d32b3659d666 Reviewed-on: https://gerrit.libreoffice.org/18774 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- svtools/source/svrtf/svparser.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'svtools/source') diff --git a/svtools/source/svrtf/svparser.cxx b/svtools/source/svrtf/svparser.cxx index 2a768631609a..241688d79828 100644 --- a/svtools/source/svrtf/svparser.cxx +++ b/svtools/source/svrtf/svparser.cxx @@ -606,7 +606,7 @@ void SvParser::BuildWhichTable( std::vector &rWhichMap, } -IMPL_LINK_NOARG( SvParser, NewDataRead ) +IMPL_LINK_NOARG_TYPED( SvParser, NewDataRead, LinkParamNone*, void ) { switch( eState ) { @@ -640,8 +640,6 @@ IMPL_LINK_NOARG( SvParser, NewDataRead ) ReleaseRef(); // ready otherwise! break; } - - return 0; } /*======================================================================== -- cgit