summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
Diffstat (limited to 'oox')
-rw-r--r--oox/inc/oox/ole/vbacontrol.hxx6
-rw-r--r--oox/source/ole/vbacontrol.cxx5
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()