From 0acd47f68e3efb46dafd866ee95497da818fa34f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 29 Apr 2015 17:05:19 +0200 Subject: Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/END ...just use IMPL_LINK[_NOARG] and let the compiler decide what to inline Change-Id: I63ec5116df7e79093ebf31193f8c674f1351c0e6 --- svx/source/svdraw/svdpntv.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'svx/source/svdraw/svdpntv.cxx') diff --git a/svx/source/svdraw/svdpntv.cxx b/svx/source/svdraw/svdpntv.cxx index 59c0fbb36d8a..dfc7d210e6a5 100644 --- a/svx/source/svdraw/svdpntv.cxx +++ b/svx/source/svdraw/svdpntv.cxx @@ -293,7 +293,7 @@ void SdrPaintView::ConfigurationChanged( ::utl::ConfigurationBroadcaster* , sal_ -IMPL_LINK_NOARG_INLINE_START(SdrPaintView, ImpComeBackHdl) +IMPL_LINK_NOARG(SdrPaintView, ImpComeBackHdl) { if (bSomeObjChgdFlag) { bSomeObjChgdFlag=false; @@ -301,7 +301,6 @@ IMPL_LINK_NOARG_INLINE_START(SdrPaintView, ImpComeBackHdl) } return 0; } -IMPL_LINK_NOARG_INLINE_END(SdrPaintView,ImpComeBackHdl) void SdrPaintView::FlushComeBackTimer() const { -- cgit