summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-10-22 13:03:16 +0000
committerRüdiger Timm <rt@openoffice.org>2004-10-22 13:03:16 +0000
commit1d67ea9737e53fc141de1dcab1e40b3ca2589114 (patch)
tree16fdc142057b66aeaffeacf2796071b771b89de3
parent3a32bddd54ad26d8a90b8d076a366ec0b0892938 (diff)
INTEGRATION: CWS scriptingf6 (1.5.2); FILE MERGED
2004/08/03 14:45:01 dfoster 1.5.2.1: #i32502#
-rw-r--r--scripting/source/basprov/basscript.cxx10
1 files 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 <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 );