summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-07-23 13:07:33 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-07-23 13:07:33 +0000
commitdb6a6d9a4d52b48d3258f7ab93f7c855280c70c0 (patch)
tree6aedc9c275108ef78f466237460bfde082948108 /scripting
parent1d3c247e889fd5c4bac1402915c495c91565afae (diff)
INTEGRATION: CWS scriptingf7 (1.5.14); FILE MERGED
2004/07/09 18:11:57 npower 1.5.14.2: #i25260# Changed exception handling as per new exception specification for Xscript::inovke and XScriptProvider::getScript. 2004/06/12 08:43:52 npower 1.5.14.1: i25269 as part of changes to support pkgchk context from MSP is now passed as sting ( user/hare or tdoc url )
Diffstat (limited to 'scripting')
-rw-r--r--scripting/source/basprov/basprov.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripting/source/basprov/basprov.hxx b/scripting/source/basprov/basprov.hxx
index 0137ecd653d2..fd23b34cd37c 100644
--- a/scripting/source/basprov/basprov.hxx
+++ b/scripting/source/basprov/basprov.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: basprov.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: svesik $ $Date: 2004-04-19 23:14:00 $
+ * last change: $Author: hr $ $Date: 2004-07-23 14:07:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -115,7 +115,7 @@ namespace basprov
::com::sun::star::uno::Reference< ::com::sun::star::script::XLibraryContainer > m_xLibContainerApp;
::com::sun::star::uno::Reference< ::com::sun::star::script::XLibraryContainer > m_xLibContainerDoc;
::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > m_xContext;
- ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xScriptingContext;
+ ::rtl::OUString m_sScriptingContext;
bool m_bIsAppScriptCtx;
bool m_bIsUserCtx;
::rtl::OUString m_sCtxLocation;
@@ -141,7 +141,7 @@ namespace basprov
// XScriptProvider
virtual ::com::sun::star::uno::Reference < ::drafts::com::sun::star::script::provider::XScript > SAL_CALL getScript(
const ::rtl::OUString& scriptURI )
- throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException);
+ throw ( ::drafts::com::sun::star::script::provider::ScriptFrameworkErrorException, ::com::sun::star::uno::RuntimeException);
// XBrowseNode
virtual ::rtl::OUString SAL_CALL getName( )