summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 14:06:30 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 14:27:47 +0000
commitf0d873b7063bfb6bb45ad364bb4bd39b5c6c0c12 (patch)
tree83ddf866a07844a90c5239f73be6db3f1b40cde9 /sw/inc
parente6b2349ff0fc19451b4a8055239bc31ddf863dae (diff)
coverity#738416 Uncaught exception
Change-Id: I94ae558032d16f3000909c266c808d4c187c0e70
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/unotxdoc.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx
index ef72f2c266ab..cda5439252bc 100644
--- a/sw/inc/unotxdoc.hxx
+++ b/sw/inc/unotxdoc.hxx
@@ -371,7 +371,8 @@ public:
css::beans::PropertyVetoException,
css::lang::IllegalArgumentException,
css::lang::WrappedTargetException,
- css::uno::RuntimeException);
+ css::uno::RuntimeException,
+ std::exception);
virtual css::uno::Any SAL_CALL getPropertyValue( const OUString& PropertyName ) throw(css::beans::UnknownPropertyException, css::lang::WrappedTargetException, css::uno::RuntimeException);
virtual void SAL_CALL addPropertyChangeListener( const OUString& aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener >& xListener ) throw(css::beans::UnknownPropertyException, css::lang::WrappedTargetException, css::uno::RuntimeException);
virtual void SAL_CALL removePropertyChangeListener( const OUString& aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener >& aListener ) throw(css::beans::UnknownPropertyException, css::lang::WrappedTargetException, css::uno::RuntimeException);