summaryrefslogtreecommitdiff
path: root/vbahelper/inc/vbahelper/vbadocumentsbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper/inc/vbahelper/vbadocumentsbase.hxx')
-rw-r--r--vbahelper/inc/vbahelper/vbadocumentsbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/inc/vbahelper/vbadocumentsbase.hxx b/vbahelper/inc/vbahelper/vbadocumentsbase.hxx
index 5f6bc26036ef..b8386d6e291e 100644
--- a/vbahelper/inc/vbahelper/vbadocumentsbase.hxx
+++ b/vbahelper/inc/vbahelper/vbadocumentsbase.hxx
@@ -52,7 +52,7 @@ public:
protected:
css::uno::Any createDocument() throw (css::uno::RuntimeException);
void closeDocuments() throw (css::uno::RuntimeException);
- css::uno::Any openDocument( const ::rtl::OUString& Filename, const css::uno::Any& ReadOnly, const css::uno::Sequence< css::beans::PropertyValue >& rProps ) 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);
};
#endif /* SC_VBA_WORKBOOKS_HXX */