summaryrefslogtreecommitdiff
path: root/include/connectivity/ParameterCont.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/ParameterCont.hxx')
-rw-r--r--include/connectivity/ParameterCont.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connectivity/ParameterCont.hxx b/include/connectivity/ParameterCont.hxx
index c2572ef8030b..10ca6da0f214 100644
--- a/include/connectivity/ParameterCont.hxx
+++ b/include/connectivity/ParameterCont.hxx
@@ -38,7 +38,7 @@ namespace dbtools
const css::uno::Sequence< css::beans::PropertyValue >& getValues() const { return m_aValues; }
// XInteractionSupplyParameters
- virtual void SAL_CALL setParameters( const css::uno::Sequence< css::beans::PropertyValue >& _rValues ) throw(css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL setParameters( const css::uno::Sequence< css::beans::PropertyValue >& _rValues ) override;
protected:
virtual ~OParameterContinuation() override { }