framework/source/uifactory/uicontrollerfactory.cxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 0c50756b5eddbb19641321b54e1beb543744a9d9
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Thu Apr 3 15:38:23 2014 +0200

    Remove redundant pure overrides
    
    Change-Id: Ic5e50643d41c08900377a34676c2ff17977643c0

diff --git a/framework/source/uifactory/uicontrollerfactory.cxx 
b/framework/source/uifactory/uicontrollerfactory.cxx
index b383e5f..ed52637 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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to