From 06a4698850a1d9d1d4db703dc42852b0d36f6acd Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 28 Mar 2014 11:54:09 +0100 Subject: chart::impl::StockBar is not a UNO service implementation Change-Id: I5faa0dd028dcc79d09c47fd53b7804121a062e2e --- chart2/source/model/inc/StockBar.hxx | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'chart2/source/model/inc') diff --git a/chart2/source/model/inc/StockBar.hxx b/chart2/source/model/inc/StockBar.hxx index 6e8d3d098ea4..65e465a1a85f 100644 --- a/chart2/source/model/inc/StockBar.hxx +++ b/chart2/source/model/inc/StockBar.hxx @@ -50,20 +50,6 @@ public: explicit StockBar( bool bRisingCourse ); virtual ~StockBar(); - //TODO: are these actually used (given they are not SAL_OVERRIDE)? - virtual OUString SAL_CALL - getImplementationName() - throw( ::com::sun::star::uno::RuntimeException, std::exception ); - virtual sal_Bool SAL_CALL - supportsService( const OUString& ServiceName ) - throw( ::com::sun::star::uno::RuntimeException, std::exception ); - virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL - getSupportedServiceNames() - throw( ::com::sun::star::uno::RuntimeException, std::exception ); - static OUString getImplementationName_Static(); - static ::com::sun::star::uno::Sequence< OUString > - getSupportedServiceNames_Static(); - /// merge XInterface implementations DECLARE_XINTERFACE() -- cgit