summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/unomodel.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-29 12:38:07 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-29 12:58:07 +0100
commit1f2a705bf3a5556c8dc18f5f67a6544747828392 (patch)
tree07a51cd7efcfff5d6c40d6184457e43e676924f1 /sd/source/ui/inc/unomodel.hxx
parente632eaecfcd71d8f280ce9142a2ab9966a27bae5 (diff)
coverity#1308581 Uncaught exception
Change-Id: I925cc31890c8b1cd5ced0a619fbfde4be0a66dd4
Diffstat (limited to 'sd/source/ui/inc/unomodel.hxx')
-rw-r--r--sd/source/ui/inc/unomodel.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/unomodel.hxx b/sd/source/ui/inc/unomodel.hxx
index 009fb672cf27..f77cc5bbd2e2 100644
--- a/sd/source/ui/inc/unomodel.hxx
+++ b/sd/source/ui/inc/unomodel.hxx
@@ -387,7 +387,7 @@ public:
virtual void SAL_CALL removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& aListener ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
// intern
- SdPage* FindPage( const OUString& rName ) const throw();
+ SdPage* FindPage( const OUString& rName ) const throw(std::exception);
};
#endif