From 9a5a6880c5f2edc321ed36c8da8d57ed27ac07ec Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 3 Apr 2014 14:20:56 +0200 Subject: loplugin:saloverride Change-Id: I2f818c865345c9396b3292d9bf0f8520556223e1 --- sccomp/source/solver/SolverComponent.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sccomp') diff --git a/sccomp/source/solver/SolverComponent.hxx b/sccomp/source/solver/SolverComponent.hxx index 4de8a74b4c2a..1d2ceede0407 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() -- cgit