diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-13 13:09:44 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-13 14:56:20 +0000 |
commit | 2d72cfb5027bdab62ca4b509dd4aa1397bf56bf0 (patch) | |
tree | 9c450ec7e28605a870847b82a3a47a3a0b930606 /toolkit/source/awt/vclxwindow.cxx | |
parent | beb0a165ec7577c0012b6d183f1046cd7cfb3026 (diff) |
coverity#737151 Uncaught exception
Change-Id: I133012cf88020e38eb0fc0932979347b996943fe
Diffstat (limited to 'toolkit/source/awt/vclxwindow.cxx')
-rw-r--r-- | toolkit/source/awt/vclxwindow.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/toolkit/source/awt/vclxwindow.cxx b/toolkit/source/awt/vclxwindow.cxx index 5b4d51e89b28..a994d7f85c5c 100644 --- a/toolkit/source/awt/vclxwindow.cxx +++ b/toolkit/source/awt/vclxwindow.cxx @@ -1406,7 +1406,9 @@ namespace } } -void VCLXWindow::setProperty( const OUString& PropertyName, const ::com::sun::star::uno::Any& Value ) throw(::com::sun::star::uno::RuntimeException) +void VCLXWindow::setProperty( const OUString& PropertyName, const ::com::sun::star::uno::Any& Value ) + throw(::com::sun::star::uno::RuntimeException, + std::exception) { SolarMutexGuard aGuard; |