summaryrefslogtreecommitdiff
path: root/include/vbahelper
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-10-10 09:45:44 +0200
committerNoel Grandin <noel@peralex.com>2014-10-10 10:14:17 +0200
commit71540e1e47bcb1cea34861e13a47a558a88757e1 (patch)
tree6477819137831a6f25690f94c586d10c6c81a68c /include/vbahelper
parentd7ea649b56dd72ca94d6bf175ac9477a6c308f51 (diff)
cid#1244949 Uncaught exception
Change-Id: Ic33d60a435ee875e8e342420046aae436739c123
Diffstat (limited to 'include/vbahelper')
-rw-r--r--include/vbahelper/vbadocumentsbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vbahelper/vbadocumentsbase.hxx b/include/vbahelper/vbadocumentsbase.hxx
index c4e002f10f6b..b87702fca6f0 100644
--- a/include/vbahelper/vbadocumentsbase.hxx
+++ b/include/vbahelper/vbadocumentsbase.hxx
@@ -50,7 +50,7 @@ public:
virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource ) SAL_OVERRIDE = 0;
protected:
- css::uno::Any createDocument() throw (css::uno::RuntimeException);
+ css::uno::Any createDocument() throw (css::uno::RuntimeException, std::exception);
void closeDocuments() throw (css::uno::RuntimeException);
css::uno::Any openDocument( const OUString& Filename, const css::uno::Any& ReadOnly, const css::uno::Sequence< css::beans::PropertyValue >& rProps ) throw (css::uno::RuntimeException);
};