Kaydet (Commit) 2235d53b authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1000846 Uncaught exception

Change-Id: I4e92ad97e7b3567c028d63ac0936fa9cdef12e24
üst eb410d6d
...@@ -95,7 +95,7 @@ namespace dbaui ...@@ -95,7 +95,7 @@ namespace dbaui
{ ODatabaseAdministrationDialog::removePropertyChangeListener(p1, p2); } { ODatabaseAdministrationDialog::removePropertyChangeListener(p1, p2); }
virtual void SAL_CALL addVetoableChangeListener(const OUString& p1, const css::uno::Reference<css::beans::XVetoableChangeListener>& p2) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE virtual void SAL_CALL addVetoableChangeListener(const OUString& p1, const css::uno::Reference<css::beans::XVetoableChangeListener>& p2) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE
{ ODatabaseAdministrationDialog::addVetoableChangeListener(p1, p2); } { ODatabaseAdministrationDialog::addVetoableChangeListener(p1, p2); }
virtual void SAL_CALL removeVetoableChangeListener(const OUString& p1, const css::uno::Reference<css::beans::XVetoableChangeListener>& p2) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE virtual void SAL_CALL removeVetoableChangeListener(const OUString& p1, const css::uno::Reference<css::beans::XVetoableChangeListener>& p2) throw (css::beans::UnknownPropertyException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE
{ ODatabaseAdministrationDialog::removeVetoableChangeListener(p1, p2); } { ODatabaseAdministrationDialog::removeVetoableChangeListener(p1, p2); }
virtual void SAL_CALL setTitle(const OUString& p1) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE virtual void SAL_CALL setTitle(const OUString& p1) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE
{ ODatabaseAdministrationDialog::setTitle(p1); } { ODatabaseAdministrationDialog::setTitle(p1); }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment