From 4b9d59dbbbac29748b78b8b47c21fd3426e71e55 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sun, 9 Mar 2014 14:04:46 +0100 Subject: no need for overwriting this method Change-Id: I8d81f9f7d80ceabd85077acd3239069988be3586 --- chart2/source/model/template/ScatterChartType.cxx | 6 ------ chart2/source/model/template/ScatterChartType.hxx | 3 --- 2 files changed, 9 deletions(-) (limited to 'chart2/source') 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, -- cgit