summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 );