From ae9c5dc3711b6e37b97cb2974fb8322a65cf7869 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 25 Aug 2011 23:23:37 +0100 Subject: regenerate list --- svx/source/form/formcontrolling.cxx | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'svx/source/form') diff --git a/svx/source/form/formcontrolling.cxx b/svx/source/form/formcontrolling.cxx index 87428ebf5809..c7727c107520 100644 --- a/svx/source/form/formcontrolling.cxx +++ b/svx/source/form/formcontrolling.cxx @@ -280,26 +280,6 @@ namespace svx osl_decrementInterlockedCount( &m_refCount ); } - //-------------------------------------------------------------------- - FormControllerHelper::FormControllerHelper( const ::comphelper::ComponentContext& _rContext, - const Reference< XForm >& _rxForm, IControllerFeatureInvalidation* _pInvalidationCallback ) - :m_aContext( _rContext ) - ,m_pInvalidationCallback( _pInvalidationCallback ) - { - osl_incrementInterlockedCount( &m_refCount ); - try - { - m_xFormOperations = FormOperations::createWithForm( m_aContext.getUNOContext(), _rxForm ); - if ( m_xFormOperations.is() ) - m_xFormOperations->setFeatureInvalidation( this ); - } - catch( const Exception& ) - { - DBG_UNHANDLED_EXCEPTION(); - } - osl_decrementInterlockedCount( &m_refCount ); - } - //-------------------------------------------------------------------- FormControllerHelper::~FormControllerHelper( ) { -- cgit