summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-11-23 22:52:05 +0100
committerJulien Nabet <serval2412@yahoo.fr>2012-11-23 22:52:05 +0100
commite40e6b26eb020683769e06530820d9dcdde30830 (patch)
tree349574632637ff652b06ea06cb6c30fef4b97267
parentdb4aab0e114df7eda1a53a218de41a38c5bde7f2 (diff)
Remove some other newly tagged unused methods
Change-Id: I6413fa7b9a7ca5e5f88c634ac4a7092162a9a9c9
-rw-r--r--oox/inc/oox/ole/vbacontrol.hxx6
-rw-r--r--oox/source/ole/vbacontrol.cxx5
-rwxr-xr-xunusedcode.easy1
3 files changed, 0 insertions, 12 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()
diff --git a/unusedcode.easy b/unusedcode.easy
index f335d0ab41a3..a3e78d5e6c23 100755
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -52,7 +52,6 @@ desktop::Lockfile::clean()
framework::OReadMenuDocumentHandler::getServiceFactory()
jfw_plugin::VendorBase::createInstance()
oox::drawingml::TextListStyle::dump() const
-oox::ole::VbaSiteModel::bindToSources(com::sun::star::uno::Reference<com::sun::star::awt::XControlModel> const&, oox::ole::ControlConverter const&) const
oox::xls::BiffDrawingObjectBase::BiffDrawingObjectBase(oox::xls::WorksheetHelper const&)
oox::xls::FormulaProcessorBase::generateRangeList2dString(oox::xls::ApiCellRangeList const&, bool, unsigned short, bool)
sc_apitest::main()