diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 13:02:11 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 13:02:11 +0000 |
commit | 290623540f1e4144353fa0e74dc56c0f80348e1f (patch) | |
tree | 310975e14eec40ecac109454d75a4ce46e73a1e0 /scripting | |
parent | 7a9e69d78ee34e87febd26c00385a18be199d022 (diff) |
INTEGRATION: CWS scriptingf6 (1.5.2); FILE MERGED
2004/08/03 14:45:00 dfoster 1.5.2.1: #i32502#
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/basprov/basmethnode.hxx | 12 | ||||
-rw-r--r-- | scripting/source/basprov/basmodnode.cxx | 10 | ||||
-rw-r--r-- | scripting/source/basprov/basmodnode.hxx | 12 |
3 files changed, 17 insertions, 17 deletions
diff --git a/scripting/source/basprov/basmethnode.hxx b/scripting/source/basprov/basmethnode.hxx index 06a6b03337eb..82876a20f22e 100644 --- a/scripting/source/basprov/basmethnode.hxx +++ b/scripting/source/basprov/basmethnode.hxx @@ -2,9 +2,9 @@ * * $RCSfile: basmethnode.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2004-07-23 14:06:25 $ + * last change: $Author: rt $ $Date: 2004-10-22 14:01:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,8 +72,8 @@ #ifndef _COM_SUN_STAR_SCRIPT_XINVOCATION_HPP_ #include <com/sun/star/script/XInvocation.hpp> #endif -#ifndef _DRAFTS_COM_SUN_STAR_SCRIPT_BROWSE_XBROWSENODE_HPP_ -#include <drafts/com/sun/star/script/browse/XBrowseNode.hpp> +#ifndef _COM_SUN_STAR_SCRIPT_BROWSE_XBROWSENODE_HPP_ +#include <com/sun/star/script/browse/XBrowseNode.hpp> #endif #ifndef _COM_SUN_STAR_UNO_XCOMPONENTCONTEXT_HPP_ #include <com/sun/star/uno/XComponentContext.hpp> @@ -106,7 +106,7 @@ namespace basprov // ---------------------------------------------------- typedef ::cppu::WeakImplHelper2< - ::drafts::com::sun::star::script::browse::XBrowseNode, + ::com::sun::star::script::browse::XBrowseNode, ::com::sun::star::script::XInvocation > BasicMethodNodeImpl_BASE; class BasicMethodNodeImpl : public BasicMethodNodeImpl_BASE, @@ -146,7 +146,7 @@ namespace basprov // XBrowseNode virtual ::rtl::OUString SAL_CALL getName( ) throw (::com::sun::star::uno::RuntimeException); - virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::drafts::com::sun::star::script::browse::XBrowseNode > > SAL_CALL getChildNodes( ) + virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::script::browse::XBrowseNode > > SAL_CALL getChildNodes( ) throw (::com::sun::star::uno::RuntimeException); virtual sal_Bool SAL_CALL hasChildNodes( ) throw (::com::sun::star::uno::RuntimeException); diff --git a/scripting/source/basprov/basmodnode.cxx b/scripting/source/basprov/basmodnode.cxx index 97e05c0f205c..5a205cb36999 100644 --- a/scripting/source/basprov/basmodnode.cxx +++ b/scripting/source/basprov/basmodnode.cxx @@ -2,9 +2,9 @@ * * $RCSfile: basmodnode.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2004-07-23 14:06:40 $ + * last change: $Author: rt $ $Date: 2004-10-22 14:01:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,8 +67,8 @@ #include "basmethnode.hxx" #endif -#ifndef _DRAFTS_COM_SUN_STAR_SCRIPT_BROWSE_BROWSENODETYPES_HPP_ -#include <drafts/com/sun/star/script/browse/BrowseNodeTypes.hpp> +#ifndef _COM_SUN_STAR_SCRIPT_BROWSE_BROWSENODETYPES_HPP_ +#include <com/sun/star/script/browse/BrowseNodeTypes.hpp> #endif #ifndef _SBXCLASS_HXX @@ -88,7 +88,7 @@ using namespace ::com::sun::star; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::uno; -using namespace ::drafts::com::sun::star::script; +using namespace ::com::sun::star::script; //......................................................................... diff --git a/scripting/source/basprov/basmodnode.hxx b/scripting/source/basprov/basmodnode.hxx index e34f91f4f2d5..4c5460cc31d1 100644 --- a/scripting/source/basprov/basmodnode.hxx +++ b/scripting/source/basprov/basmodnode.hxx @@ -2,9 +2,9 @@ * * $RCSfile: basmodnode.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2004-07-23 14:06:53 $ + * last change: $Author: rt $ $Date: 2004-10-22 14:02:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,8 +65,8 @@ #ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_ #include <com/sun/star/beans/XPropertySet.hpp> #endif -#ifndef _DRAFTS_COM_SUN_STAR_SCRIPT_BROWSE_XBROWSENODE_HPP_ -#include <drafts/com/sun/star/script/browse/XBrowseNode.hpp> +#ifndef _COM_SUN_STAR_SCRIPT_BROWSE_XBROWSENODE_HPP_ +#include <com/sun/star/script/browse/XBrowseNode.hpp> #endif #ifndef _COM_SUN_STAR_UNO_XCOMPONENTCONTEXT_HPP_ #include <com/sun/star/uno/XComponentContext.hpp> @@ -89,7 +89,7 @@ namespace basprov // ---------------------------------------------------- typedef ::cppu::WeakImplHelper1< - ::drafts::com::sun::star::script::browse::XBrowseNode > BasicModuleNodeImpl_BASE; + ::com::sun::star::script::browse::XBrowseNode > BasicModuleNodeImpl_BASE; class BasicModuleNodeImpl : public BasicModuleNodeImpl_BASE @@ -109,7 +109,7 @@ namespace basprov // XBrowseNode virtual ::rtl::OUString SAL_CALL getName( ) throw (::com::sun::star::uno::RuntimeException); - virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::drafts::com::sun::star::script::browse::XBrowseNode > > SAL_CALL getChildNodes( ) + virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::script::browse::XBrowseNode > > SAL_CALL getChildNodes( ) throw (::com::sun::star::uno::RuntimeException); virtual sal_Bool SAL_CALL hasChildNodes( ) throw (::com::sun::star::uno::RuntimeException); |