diff options
Diffstat (limited to 'scripting/source/basprov/basmodnode.hxx')
-rw-r--r-- | scripting/source/basprov/basmodnode.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/scripting/source/basprov/basmodnode.hxx b/scripting/source/basprov/basmodnode.hxx index 5184b93c1f71..1a2b878dc948 100644 --- a/scripting/source/basprov/basmodnode.hxx +++ b/scripting/source/basprov/basmodnode.hxx @@ -2,9 +2,9 @@ * * $RCSfile: basmodnode.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: npower $ $Date: 2003-10-15 08:35:32 $ + * last change: $Author: toconnor $ $Date: 2003-10-29 15:00:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,8 +62,8 @@ #ifndef SCRIPTING_BASMODNODE_HXX #define SCRIPTING_BASMODNODE_HXX -#ifndef _DRAFTS_COM_SUN_STAR_SCRIPT_FRAMEWORK_BROWSE_XBROWSENODE_HPP_ -#include <drafts/com/sun/star/script/framework/browse/XBrowseNode.hpp> +#ifndef _DRAFTS_COM_SUN_STAR_SCRIPT_BROWSE_XBROWSENODE_HPP_ +#include <drafts/com/sun/star/script/browse/XBrowseNode.hpp> #endif #ifndef _CPPUHELPER_IMPLBASE1_HXX_ @@ -83,7 +83,7 @@ namespace basprov // ---------------------------------------------------- typedef ::cppu::WeakImplHelper1< - ::drafts::com::sun::star::script::framework::browse::XBrowseNode > BasicModuleNodeImpl_BASE; + ::drafts::com::sun::star::script::browse::XBrowseNode > BasicModuleNodeImpl_BASE; class BasicModuleNodeImpl : public BasicModuleNodeImpl_BASE @@ -98,7 +98,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::framework::browse::XBrowseNode > > SAL_CALL getChildNodes( ) + virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::drafts::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); |