summaryrefslogtreecommitdiff
path: root/scripting/source/runtimemgr/ScriptNameResolverImpl.hxx
diff options
context:
space:
mode:
authorNoel Power <npower@openoffice.org>2003-03-03 17:39:42 +0000
committerNoel Power <npower@openoffice.org>2003-03-03 17:39:42 +0000
commit226f54848608720f0e6bd94875125d481f7299ee (patch)
tree5b1374eead837455440078f30a7b1a7a9b8e774a /scripting/source/runtimemgr/ScriptNameResolverImpl.hxx
parentc39c04c2f336c439850c2a60df48cf57d862cddb (diff)
Supporting changes for new runtime namespace
Diffstat (limited to 'scripting/source/runtimemgr/ScriptNameResolverImpl.hxx')
-rw-r--r--scripting/source/runtimemgr/ScriptNameResolverImpl.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripting/source/runtimemgr/ScriptNameResolverImpl.hxx b/scripting/source/runtimemgr/ScriptNameResolverImpl.hxx
index d99fc42285dc..3195041629d0 100644
--- a/scripting/source/runtimemgr/ScriptNameResolverImpl.hxx
+++ b/scripting/source/runtimemgr/ScriptNameResolverImpl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ScriptNameResolverImpl.hxx,v $
*
-* $Revision: 1.10 $
+* $Revision: 1.11 $
*
-* last change: $Author: dfoster $ $Date: 2003-01-28 17:09:25 $
+* last change: $Author: npower $ $Date: 2003-03-03 18:39:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,7 +70,7 @@
#include <com/sun/star/script/CannotConvertException.hpp>
#include <com/sun/star/reflection/InvocationTargetException.hpp>
-#include <drafts/com/sun/star/script/framework/XScriptNameResolver.hpp>
+#include <drafts/com/sun/star/script/framework/runtime/XScriptNameResolver.hpp>
#include <drafts/com/sun/star/script/framework/storage/XScriptInfoAccess.hpp>
#include <drafts/com/sun/star/script/framework/storage/XScriptInfo.hpp>
@@ -81,7 +81,7 @@ namespace scripting_runtimemgr
#define dcsssf ::drafts::com::sun::star::script::framework
class ScriptNameResolverImpl : public
- ::cppu::WeakImplHelper1 < dcsssf::XScriptNameResolver >
+ ::cppu::WeakImplHelper1 < dcsssf::runtime::XScriptNameResolver >
{
public:
/**********************************************