From 9ea84eab5c96dfd0590df4ca8581ecd2c560ffb4 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 25 Oct 2004 07:06:18 +0000 Subject: #i10000# XScriptProvider is not 'draft' any more, see #i32502#. --- basic/source/classes/eventatt.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'basic') diff --git a/basic/source/classes/eventatt.cxx b/basic/source/classes/eventatt.cxx index b324c6452160..13fd3b33a453 100644 --- a/basic/source/classes/eventatt.cxx +++ b/basic/source/classes/eventatt.cxx @@ -2,9 +2,9 @@ * * $RCSfile: eventatt.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: kz $ $Date: 2003-11-18 17:00:17 $ + * last change: $Author: rt $ $Date: 2004-10-25 08:06:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -108,8 +108,8 @@ #include #endif -#include -#include +#include +#include #include @@ -125,7 +125,7 @@ #include -using namespace ::drafts::com::sun::star::script; +using namespace ::com::sun::star::script; using namespace ::com::sun::star; using namespace ::com::sun::star::uno; -- cgit