From 1d67ea9737e53fc141de1dcab1e40b3ca2589114 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 22 Oct 2004 13:03:16 +0000 Subject: INTEGRATION: CWS scriptingf6 (1.5.2); FILE MERGED 2004/08/03 14:45:01 dfoster 1.5.2.1: #i32502# --- scripting/source/basprov/basscript.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripting/source/basprov/basscript.cxx b/scripting/source/basprov/basscript.cxx index f945b7d75a0e..34373e3b1541 100644 --- a/scripting/source/basprov/basscript.cxx +++ b/scripting/source/basprov/basscript.cxx @@ -2,9 +2,9 @@ * * $RCSfile: basscript.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2004-07-23 14:07:49 $ + * last change: $Author: rt $ $Date: 2004-10-22 14:03:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,8 +75,8 @@ #ifndef _SB_SBMETH_HXX #include #endif -#ifndef _DRAFTS_COM_SUN_STAR_SCRIPT_PROVIDER_SCRIPTFRAMEWORKERRORTYPE_HPP_ -#include +#ifndef _COM_SUN_STAR_SCRIPT_PROVIDER_SCRIPTFRAMEWORKERRORTYPE_HPP_ +#include #endif #include @@ -84,7 +84,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; extern ::com::sun::star::uno::Any sbxToUnoValue( SbxVariable* pVar ); -- cgit