From 0c50756b5eddbb19641321b54e1beb543744a9d9 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 3 Apr 2014 15:38:23 +0200 Subject: Remove redundant pure overrides Change-Id: Ic5e50643d41c08900377a34676c2ff17977643c0 --- framework/source/uifactory/uicontrollerfactory.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'framework/source/uifactory') diff --git a/framework/source/uifactory/uicontrollerfactory.cxx b/framework/source/uifactory/uicontrollerfactory.cxx index b383e5f75604..ed52637ae649 100644 --- a/framework/source/uifactory/uicontrollerfactory.cxx +++ b/framework/source/uifactory/uicontrollerfactory.cxx @@ -48,11 +48,6 @@ class UIControllerFactory : private cppu::BaseMutex, public: virtual ~UIControllerFactory(); - // XServiceInfo - virtual ::rtl::OUString SAL_CALL getImplementationName( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE = 0; - virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE = 0; - virtual css::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE = 0; - // XMultiComponentFactory virtual css::uno::Reference< css::uno::XInterface > SAL_CALL createInstanceWithContext( const OUString& aServiceSpecifier, const css::uno::Reference< css::uno::XComponentContext >& Context ) throw (css::uno::Exception, css::uno::RuntimeException, std::exception) SAL_OVERRIDE; virtual css::uno::Reference< css::uno::XInterface > SAL_CALL createInstanceWithArgumentsAndContext( const OUString& ServiceSpecifier, const css::uno::Sequence< css::uno::Any >& Arguments, const css::uno::Reference< css::uno::XComponentContext >& Context ) throw (css::uno::Exception, css::uno::RuntimeException, std::exception) SAL_OVERRIDE; -- cgit