Re: callcatcher oddness ...

2012-03-23 Thread Caolán McNamara
On Fri, 2012-03-23 at 16:00 +, Michael Meeks wrote: > Is callcatcher filtering out _Impl symbols or somesuch ? The unusedcode.easy list is generated from a bigger "unused.all" list which contains ReloadDecouple_Impl. See the toplevel Makefile. I only include stuff with "::" in them (see

callcatcher oddness ...

2012-03-23 Thread Michael Meeks
Hi there, I just saw sfx2/source/view/viewfrm.cxx: long ReloadDecouple_Impl( void* pObj, void* pArg ) { ((SfxViewFrame*) pObj)->ExecReload_Impl( *(SfxRequest*)pArg ); return 0; } Which appears to be completely unused; at least - removing it compiles nicely, and I get no g