[Libreoffice-commits] core.git: comphelper/qa

Stephan Bergmann sbergman at redhat.com
Sun Jan 24 23:48:18 PST 2016


 comphelper/qa/container/testifcontainer.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 34378c7da67a2669f5dbbb0b1c52da0c3f6ccd00
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Jan 25 08:47:45 2016 +0100

    loplugin:override
    
    Change-Id: I9a67ed46a67be521d00ed2368b4820737dcb15e5

diff --git a/comphelper/qa/container/testifcontainer.cxx b/comphelper/qa/container/testifcontainer.cxx
index 98bced1..12ec7e3 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
         {
 
         }


More information about the Libreoffice-commits mailing list