summaryrefslogtreecommitdiff
path: root/scripting/source/runtimemgr/ScriptNameResolverImpl.cxx
diff options
context:
space:
mode:
authorDuncan Foster <dfoster@openoffice.org>2003-07-23 13:05:13 +0000
committerDuncan Foster <dfoster@openoffice.org>2003-07-23 13:05:13 +0000
commitd86602573305ac7c8583794a37c4bd0572b41577 (patch)
tree1e4bc54b69b64f77a60cfd44d12bb6d0b929328a /scripting/source/runtimemgr/ScriptNameResolverImpl.cxx
parentc78979c547c813c5f68b157807a03c7e0abae5d2 (diff)
#i17307#
XFunction->XScript etc
Diffstat (limited to 'scripting/source/runtimemgr/ScriptNameResolverImpl.cxx')
-rw-r--r--scripting/source/runtimemgr/ScriptNameResolverImpl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripting/source/runtimemgr/ScriptNameResolverImpl.cxx b/scripting/source/runtimemgr/ScriptNameResolverImpl.cxx
index 2e4192611521..7171fe5e71e3 100644
--- a/scripting/source/runtimemgr/ScriptNameResolverImpl.cxx
+++ b/scripting/source/runtimemgr/ScriptNameResolverImpl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ScriptNameResolverImpl.cxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: toconnor $ $Date: 2003-06-19 11:11:41 $
+ * last change: $Author: dfoster $ $Date: 2003-07-23 14:05:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -255,7 +255,7 @@ throw ( lang::IllegalArgumentException, script::CannotConvertException, RuntimeE
::rtl::OUString::createFromAscii(
"com.sun.star.ucb.SimpleFileAccess" ), m_xContext );
validateXRef( xInterface,
- "FunctionProvider::initialise: cannot get SimpleFileAccess Service\n" );
+ "ScriptProvider::initialise: cannot get SimpleFileAccess Service\n" );
Reference < ucb::XSimpleFileAccess > xSimpleFileAccess = Reference <
ucb::XSimpleFileAccess > ( xInterface, UNO_QUERY_THROW );