summaryrefslogtreecommitdiff
path: root/include/vbahelper/vbadocumentsbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vbahelper/vbadocumentsbase.hxx')
-rw-r--r--include/vbahelper/vbadocumentsbase.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vbahelper/vbadocumentsbase.hxx b/include/vbahelper/vbadocumentsbase.hxx
index b87702fca6f0..a3b4d881ca5a 100644
--- a/include/vbahelper/vbadocumentsbase.hxx
+++ b/include/vbahelper/vbadocumentsbase.hxx
@@ -51,7 +51,6 @@ public:
protected:
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);
};