[PATCH] unusedcode.easy: Removed unused code

Miklos Vajna vmiklos at suse.cz
Fri Apr 20 02:55:27 PDT 2012


On Thu, Apr 19, 2012 at 11:52:48PM +0200, Xavi Escriche Galindo <xescriche at hotmail.com> wrote:
> -UnoControlModel::UnoControlModel()
> -    :UnoControlModel_Base()
> -    ,MutexAndBroadcastHelper()
> -    ,OPropertySetHelper( BrdcstHelper )
> -    ,maDisposeListeners( *this )
> -    ,maContext( ::comphelper::getProcessServiceFactory() )
> -{
> -    OSL_ENSURE( false, "UnoControlModel::UnoControlModel: not implemented. Well, not really." );
> -    // just implemented to let the various FooImplInheritanceHelper compile, you should use the
> -    // version taking a service factory
> -}
> -

It seems you forgot to remove the according declaration from
toolkit/inc/toolkit/controls/unocontrolmodel.hxx.


More information about the LibreOffice mailing list