summaryrefslogtreecommitdiff
path: root/testtools/source/bridgetest/constructors.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'testtools/source/bridgetest/constructors.cxx')
-rw-r--r--testtools/source/bridgetest/constructors.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/testtools/source/bridgetest/constructors.cxx b/testtools/source/bridgetest/constructors.cxx
index f7d1468fdfd5..6247871d1e31 100644
--- a/testtools/source/bridgetest/constructors.cxx
+++ b/testtools/source/bridgetest/constructors.cxx
@@ -61,7 +61,7 @@ private:
virtual void SAL_CALL initialize(
css::uno::Sequence< css::uno::Any > const & arguments)
- throw (css::uno::Exception, std::exception);
+ throw (css::uno::Exception, std::exception) SAL_OVERRIDE;
};
void Impl::initialize(css::uno::Sequence< css::uno::Any > const & arguments)
@@ -208,17 +208,17 @@ private:
virtual void SAL_CALL initialize(
css::uno::Sequence< css::uno::Any > const & arguments)
- throw (css::uno::Exception, std::exception);
+ throw (css::uno::Exception, std::exception) SAL_OVERRIDE;
//XMultiBase1
virtual double SAL_CALL getatt1()
- throw (::com::sun::star::uno::RuntimeException, std::exception);
+ throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual void SAL_CALL setatt1( double _att1 )
- throw (::com::sun::star::uno::RuntimeException, std::exception);
+ throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual ::sal_Int32 SAL_CALL fn11( ::sal_Int32 arg )
- throw (::com::sun::star::uno::RuntimeException, std::exception);
+ throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual OUString SAL_CALL fn12( const OUString& arg )
- throw (::com::sun::star::uno::RuntimeException, std::exception);
+ throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
double m_attr1;