summaryrefslogtreecommitdiff
path: root/scripting/source/provider/ActiveMSPList.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2004-12-23 10:50:17 +0000
committerVladimir Glazounov <vg@openoffice.org>2004-12-23 10:50:17 +0000
commit1736a8dd35df881c68cafc00034cd66a1bb1c588 (patch)
tree0407777553f5137b607db483d8e88ac703702aa9 /scripting/source/provider/ActiveMSPList.hxx
parent584091c98f52dbb3cb49ac60431fb8241a0e9b22 (diff)
INTEGRATION: CWS scriptingf9 (1.6.6); FILE MERGED
2004/11/12 11:37:24 toconnor 1.6.6.1: #i36913# make ActiveMSPList a member of fMasterScriptProviderFactory
Diffstat (limited to 'scripting/source/provider/ActiveMSPList.hxx')
-rw-r--r--scripting/source/provider/ActiveMSPList.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/scripting/source/provider/ActiveMSPList.hxx b/scripting/source/provider/ActiveMSPList.hxx
index 8a359644bda0..159b82423a97 100644
--- a/scripting/source/provider/ActiveMSPList.hxx
+++ b/scripting/source/provider/ActiveMSPList.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ActiveMSPList.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2004-10-22 14:05:46 $
+ * last change: $Author: vg $ $Date: 2004-12-23 11:50:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,7 +58,6 @@
*
*
************************************************************************/
-
#ifndef _FRAMEWORK_SCRIPT_PROVIDER_OPENDOCUMENTLIST_HXX_
#define _FRAMEWORK_SCRIPT_PROVIDER_OPENDOCUMENTLIST_HXX_
@@ -99,12 +98,11 @@ class ActiveMSPList : public ::cppu::WeakImplHelper1< css::lang::XEventListener
{
public:
- static ActiveMSPList& instance( const css::uno::Reference<
- css::uno::XComponentContext >& xContext );
ActiveMSPList( const css::uno::Reference<
css::uno::XComponentContext > & xContext );
~ActiveMSPList();
+
css::uno::Reference< css::script::provider::XScriptProvider >
createMSP( const ::rtl::OUString& context )
throw ( css::uno::RuntimeException );