diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-25 23:23:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-26 10:23:55 +0100 |
commit | ae9c5dc3711b6e37b97cb2974fb8322a65cf7869 (patch) | |
tree | 39b54590e82ef6b132ab815a20d48a59c7a03c03 /svx/source | |
parent | c7c62c71144d9758a5f1d5f33734d4025e31a920 (diff) |
regenerate list
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/form/formcontrolling.cxx | 20 | ||||
-rw-r--r-- | svx/source/inc/formcontrolling.hxx | 17 |
2 files changed, 0 insertions, 37 deletions
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 @@ -281,26 +281,6 @@ namespace svx } //-------------------------------------------------------------------- - 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( ) { try diff --git a/svx/source/inc/formcontrolling.hxx b/svx/source/inc/formcontrolling.hxx index d2c249f11e8a..ae27a1299ed0 100644 --- a/svx/source/inc/formcontrolling.hxx +++ b/svx/source/inc/formcontrolling.hxx @@ -189,23 +189,6 @@ namespace svx IControllerFeatureInvalidation* _pInvalidationCallback ); - /** constructs the helper form a <type scope="com::sun::star::form">XForm<type> instance - - Any functionality which depends on a controller will not be available. - - @param _rContext - the context the component lives in - @param _rxForm - The form which the helper should be responsible for. Must not be <NULL/>. - @param _pInvalidationCallback - the callback for invalidating feature states - */ - FormControllerHelper( - const ::comphelper::ComponentContext& _rContext, - const ::com::sun::star::uno::Reference< ::com::sun::star::form::XForm >& _rxForm, - IControllerFeatureInvalidation* _pInvalidationCallback - ); - // forwards to the XFormOperations implementation ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowSet > getCursor() const; |