From e40e6b26eb020683769e06530820d9dcdde30830 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Fri, 23 Nov 2012 22:52:05 +0100 Subject: Remove some other newly tagged unused methods Change-Id: I6413fa7b9a7ca5e5f88c634ac4a7092162a9a9c9 --- oox/inc/oox/ole/vbacontrol.hxx | 6 ------ oox/source/ole/vbacontrol.cxx | 5 ----- 2 files changed, 11 deletions(-) (limited to 'oox') diff --git a/oox/inc/oox/ole/vbacontrol.hxx b/oox/inc/oox/ole/vbacontrol.hxx index 9edd454bbc05..b9f3975d5e37 100644 --- a/oox/inc/oox/ole/vbacontrol.hxx +++ b/oox/inc/oox/ole/vbacontrol.hxx @@ -74,12 +74,6 @@ public: ApiControlType eCtrlType, sal_Int32 nCtrlIndex ) const; - /** Binds the passed control model to the data sources. The implementation - will check which source types are supported. */ - void bindToSources( - const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel >& rxCtrlModel, - const ControlConverter& rConv ) const; - protected: ::rtl::OUString maName; ///< Name of the control. ::rtl::OUString maTag; ///< User defined tag. diff --git a/oox/source/ole/vbacontrol.cxx b/oox/source/ole/vbacontrol.cxx index 5e109b0433bb..607b8e6e76c1 100644 --- a/oox/source/ole/vbacontrol.cxx +++ b/oox/source/ole/vbacontrol.cxx @@ -316,11 +316,6 @@ void VbaSiteModel::convertProperties( PropertyMap& rPropMap, } } -void VbaSiteModel::bindToSources( const Reference< XControlModel >& rxCtrlModel, const ControlConverter& rConv ) const -{ - rConv.bindToSources( rxCtrlModel, maControlSource, maRowSource ); -} - // ============================================================================ VbaFormControl::VbaFormControl() -- cgit