summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-24 12:03:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-24 13:03:48 +0100
commit15e030839b53554c722251660a7bce4a0176b4df (patch)
tree479971cc2aa43f815f6a12912f8363c0cc64888b
parent2448ed63610dffa54d4ec988628a3f7e29a3ecf4 (diff)
coverity#1000843 Uncaught exception
Change-Id: Iad3368c1345b0c9674c069ff7981d3c40f7f7139
-rw-r--r--dbaccess/source/ui/uno/textconnectionsettings_uno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/uno/textconnectionsettings_uno.cxx b/dbaccess/source/ui/uno/textconnectionsettings_uno.cxx
index b6f53841a61c..6e81e7667789 100644
--- a/dbaccess/source/ui/uno/textconnectionsettings_uno.cxx
+++ b/dbaccess/source/ui/uno/textconnectionsettings_uno.cxx
@@ -91,7 +91,7 @@ namespace dbaui
{ return ODatabaseAdministrationDialog::getPropertyValue(p1); }
virtual void SAL_CALL addPropertyChangeListener(const OUString& p1, const css::uno::Reference<css::beans::XPropertyChangeListener>& p2) throw (css::beans::UnknownPropertyException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE
{ ODatabaseAdministrationDialog::addPropertyChangeListener(p1, p2); }
- virtual void SAL_CALL removePropertyChangeListener(const OUString& p1, const css::uno::Reference<css::beans::XPropertyChangeListener>& p2) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE
+ virtual void SAL_CALL removePropertyChangeListener(const OUString& p1, const css::uno::Reference<css::beans::XPropertyChangeListener>& p2) throw (css::beans::UnknownPropertyException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE
{ ODatabaseAdministrationDialog::removePropertyChangeListener(p1, p2); }
virtual void SAL_CALL addVetoableChangeListener(const OUString& p1, const css::uno::Reference<css::beans::XVetoableChangeListener>& p2) throw (css::beans::UnknownPropertyException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE
{ ODatabaseAdministrationDialog::addVetoableChangeListener(p1, p2); }