summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-03-09 14:04:46 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-03-09 19:27:49 +0100
commit4b9d59dbbbac29748b78b8b47c21fd3426e71e55 (patch)
tree96244bff44601bfbb9b3562387af26972e732572 /chart2
parent21ece490ff555606cb773fd904fd01b01e384fb6 (diff)
no need for overwriting this method
Change-Id: I8d81f9f7d80ceabd85077acd3239069988be3586
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/model/template/ScatterChartType.cxx6
-rw-r--r--chart2/source/model/template/ScatterChartType.hxx3
2 files changed, 0 insertions, 9 deletions
diff --git a/chart2/source/model/template/ScatterChartType.cxx b/chart2/source/model/template/ScatterChartType.cxx
index 2a569bbf5b30..9f33147e1a21 100644
--- a/chart2/source/model/template/ScatterChartType.cxx
+++ b/chart2/source/model/template/ScatterChartType.cxx
@@ -223,12 +223,6 @@ uno::Sequence< OUString > SAL_CALL ScatterChartType::getSupportedMandatoryRoles(
return aMandRolesSeq;
}
-uno::Sequence< OUString > SAL_CALL ScatterChartType::getSupportedOptionalRoles()
- throw (uno::RuntimeException, std::exception)
-{
- return uno::Sequence< OUString >();
-}
-
// ____ OPropertySet ____
uno::Any ScatterChartType::GetDefaultValue( sal_Int32 nHandle ) const
throw(beans::UnknownPropertyException)
diff --git a/chart2/source/model/template/ScatterChartType.hxx b/chart2/source/model/template/ScatterChartType.hxx
index 9f28410d0761..378966d660fc 100644
--- a/chart2/source/model/template/ScatterChartType.hxx
+++ b/chart2/source/model/template/ScatterChartType.hxx
@@ -52,9 +52,6 @@ protected:
virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL
getSupportedMandatoryRoles()
throw (::com::sun::star::uno::RuntimeException, std::exception);
- virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL
- getSupportedOptionalRoles()
- throw (::com::sun::star::uno::RuntimeException, std::exception);
virtual ::com::sun::star::uno::Reference< ::com::sun::star::chart2::XCoordinateSystem > SAL_CALL
createCoordinateSystem( ::sal_Int32 DimensionCount )
throw (::com::sun::star::lang::IllegalArgumentException,