From 4a760a8d0b1cf12c6092f733db74ff5b1c83b733 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sat, 9 May 2015 21:28:30 +0200 Subject: Replace IMPL_STATIC_LINK[_TYPED] with more useful variants Change-Id: Ic59c2c9079dce37ad76b6a1396a719d372253674 --- basctl/source/basicide/basobj2.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'basctl') diff --git a/basctl/source/basicide/basobj2.cxx b/basctl/source/basicide/basobj2.cxx index 646dd2f387a5..9b8778336994 100644 --- a/basctl/source/basicide/basobj2.cxx +++ b/basctl/source/basicide/basobj2.cxx @@ -210,9 +210,8 @@ namespace DECL_STATIC_LINK( MacroExecution, ExecuteMacroEvent, MacroExecutionData* ); }; - IMPL_STATIC_LINK( MacroExecution, ExecuteMacroEvent, MacroExecutionData*, i_pData ) + IMPL_STATIC_LINK_NOINSTANCE( MacroExecution, ExecuteMacroEvent, MacroExecutionData*, i_pData ) { - (void)pThis; ENSURE_OR_RETURN( i_pData, "wrong MacroExecutionData", 0L ); // take ownership of the data boost::scoped_ptr< MacroExecutionData > pData( i_pData ); -- cgit