summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-01-25 08:47:45 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-01-25 08:47:45 +0100
commit34378c7da67a2669f5dbbb0b1c52da0c3f6ccd00 (patch)
tree2d0f9dba72f3f7896be5257d1174689c7efd816f /comphelper
parentb2afafa4104817e56292d2d80d965b6d9ac445e1 (diff)
loplugin:override
Change-Id: I9a67ed46a67be521d00ed2368b4820737dcb15e5
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/qa/container/testifcontainer.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/qa/container/testifcontainer.cxx b/comphelper/qa/container/testifcontainer.cxx
index 98bced110d53..12ec7e39adf7 100644
--- a/comphelper/qa/container/testifcontainer.cxx
+++ b/comphelper/qa/container/testifcontainer.cxx
@@ -35,13 +35,13 @@ class TestListener : public WeakImplHelper1< XVetoableChangeListener >
{
public:
// Methods
- virtual void SAL_CALL disposing( const css::lang::EventObject& /*Source*/ ) throw(css::uno::RuntimeException)
+ virtual void SAL_CALL disposing( const css::lang::EventObject& /*Source*/ ) throw(css::uno::RuntimeException) override
{
}
virtual void SAL_CALL vetoableChange( const css::beans::PropertyChangeEvent& /*aEvent*/ )
- throw(css::beans::PropertyVetoException, css::uno::RuntimeException)
+ throw(css::beans::PropertyVetoException, css::uno::RuntimeException) override
{
}