diff options
author | Noel Grandin <noel@peralex.com> | 2014-10-10 09:45:44 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-10-10 10:14:17 +0200 |
commit | 71540e1e47bcb1cea34861e13a47a558a88757e1 (patch) | |
tree | 6477819137831a6f25690f94c586d10c6c81a68c /vbahelper/source | |
parent | d7ea649b56dd72ca94d6bf175ac9477a6c308f51 (diff) |
cid#1244949 Uncaught exception
Change-Id: Ic33d60a435ee875e8e342420046aae436739c123
Diffstat (limited to 'vbahelper/source')
-rw-r--r-- | vbahelper/source/vbahelper/vbadocumentsbase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/source/vbahelper/vbadocumentsbase.cxx b/vbahelper/source/vbahelper/vbadocumentsbase.cxx index 6f8a6a83b918..1c82657dcdb9 100644 --- a/vbahelper/source/vbahelper/vbadocumentsbase.cxx +++ b/vbahelper/source/vbahelper/vbadocumentsbase.cxx @@ -234,7 +234,7 @@ void lclSetupComponent( const uno::Reference< lang::XComponent >& rxComponent, b } // namespace -uno::Any VbaDocumentsBase::createDocument() throw (uno::RuntimeException) +uno::Any VbaDocumentsBase::createDocument() throw (uno::RuntimeException, std::exception) { // #163808# determine state of Application.ScreenUpdating and Application.Interactive symbols (before new document is opened) uno::Reference< XApplicationBase > xApplication( Application(), uno::UNO_QUERY ); |