INTEGRATION: CWS scriptingf6 (1.5.2); FILE MERGED

2004/08/03 14:45:01 dfoster 1.5.2.1: #i32502#
This commit is contained in:
Rüdiger Timm
2004-10-22 13:03:16 +00:00
parent 3a32bddd54
commit 1d67ea9737

View File

@@ -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 <basic/sbmeth.hxx>
#endif
#ifndef _DRAFTS_COM_SUN_STAR_SCRIPT_PROVIDER_SCRIPTFRAMEWORKERRORTYPE_HPP_
#include <drafts/com/sun/star/script/provider/ScriptFrameworkErrorType.hpp>
#ifndef _COM_SUN_STAR_SCRIPT_PROVIDER_SCRIPTFRAMEWORKERRORTYPE_HPP_
#include <com/sun/star/script/provider/ScriptFrameworkErrorType.hpp>
#endif
#include <map>
@@ -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 );