summaryrefslogtreecommitdiff
path: root/sccomp
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-03 14:20:56 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-03 14:20:56 +0200
commit9a5a6880c5f2edc321ed36c8da8d57ed27ac07ec (patch)
treebd72a300ebc1ab5d9e8fbdbdf99df5398f867ca6 /sccomp
parentd7cb910ad888401335552835314d689a49351924 (diff)
loplugin:saloverride
Change-Id: I2f818c865345c9396b3292d9bf0f8520556223e1
Diffstat (limited to 'sccomp')
-rw-r--r--sccomp/source/solver/SolverComponent.hxx2
1 files changed, 1 insertions, 1 deletions
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()