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

New commits:
commit 34378c7da67a2669f5dbbb0b1c52da0c3f6ccd00
Author: Stephan Bergmann <sberg...@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
         {
 
         }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to