summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-09-22 15:27:33 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-09-22 18:56:31 +0000
commitf378e1748f0645481a8b2deebd7bb2b34797aff7 (patch)
treea7ae26a16303e4686f2ca2793d0936b0e2115b7f /svtools
parent32cbfd1addeb37f302ed309e7a383e2cadc84520 (diff)
convert Link<> to typed
Change-Id: Iccdfc807447c18c2929cc93bcb11d32b3659d666 Reviewed-on: https://gerrit.libreoffice.org/18774 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/svrtf/svparser.cxx4
1 files changed, 1 insertions, 3 deletions
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<sal_uInt16> &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;
}
/*========================================================================