diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2012-11-23 22:52:05 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2012-11-23 22:52:05 +0100 |
commit | e40e6b26eb020683769e06530820d9dcdde30830 (patch) | |
tree | 349574632637ff652b06ea06cb6c30fef4b97267 /oox | |
parent | db4aab0e114df7eda1a53a218de41a38c5bde7f2 (diff) |
Remove some other newly tagged unused methods
Change-Id: I6413fa7b9a7ca5e5f88c634ac4a7092162a9a9c9
Diffstat (limited to 'oox')
-rw-r--r-- | oox/inc/oox/ole/vbacontrol.hxx | 6 | ||||
-rw-r--r-- | oox/source/ole/vbacontrol.cxx | 5 |
2 files changed, 0 insertions, 11 deletions
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() |