[Libreoffice-commits] core.git: sccomp/source

Stephan Bergmann sbergman at redhat.com
Thu Apr 3 05:21:23 PDT 2014


 sccomp/source/solver/SolverComponent.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9a5a6880c5f2edc321ed36c8da8d57ed27ac07ec
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Apr 3 14:20:56 2014 +0200

    loplugin:saloverride
    
    Change-Id: I2f818c865345c9396b3292d9bf0f8520556223e1

diff --git a/sccomp/source/solver/SolverComponent.hxx b/sccomp/source/solver/SolverComponent.hxx
index 4de8a74..1d2ceed 100644
--- a/sccomp/source/solver/SolverComponent.hxx
+++ b/sccomp/source/solver/SolverComponent.hxx
@@ -146,7 +146,7 @@ public:
 
                             // XServiceInfo
     virtual OUString SAL_CALL getImplementationName()
-                                throw(::com::sun::star::uno::RuntimeException, std::exception) = 0;
+                                throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE = 0;
     virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName )
                                 throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
     virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()


More information about the Libreoffice-commits mailing list