summaryrefslogtreecommitdiff
path: root/oox/source/ole/axcontrol.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ole/axcontrol.cxx')
-rw-r--r--oox/source/ole/axcontrol.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/oox/source/ole/axcontrol.cxx b/oox/source/ole/axcontrol.cxx
index 0190f7f98da2..8592ba6dc4f8 100644
--- a/oox/source/ole/axcontrol.cxx
+++ b/oox/source/ole/axcontrol.cxx
@@ -2319,11 +2319,6 @@ void AxTabStripModel::convertProperties( PropertyMap& rPropMap, const ControlCon
AxFontDataModel::convertProperties( rPropMap, rConv );
}
-OUString AxTabStripModel::getCaption( sal_Int32 nIndex ) const
-{
- return ContainerHelper::getVectorElement( maCaptions, nIndex, OUString() );
-}
-
// ============================================================================
AxContainerModelBase::AxContainerModelBase( bool bFontSupport ) :
@@ -2489,11 +2484,6 @@ void AxMultiPageModel::convertProperties( PropertyMap& rPropMap, const ControlCo
AxContainerModelBase::convertProperties( rPropMap, rConv );
}
-void AxMultiPageModel::setTabStripModel( const AxTabStripModelRef& rxTabStrip )
-{
- mxTabStrip = rxTabStrip;
-}
-
// ============================================================================
AxUserFormModel::AxUserFormModel()