diff options
Diffstat (limited to 'basic/source/app/processw.cxx')
-rw-r--r-- | basic/source/app/processw.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/basic/source/app/processw.cxx b/basic/source/app/processw.cxx index d33c9ddfa208..e328c41190d2 100644 --- a/basic/source/app/processw.cxx +++ b/basic/source/app/processw.cxx @@ -2,9 +2,9 @@ * * $RCSfile: processw.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:12:09 $ + * last change: $Author: obo $ $Date: 2005-04-13 09:07:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,13 +64,13 @@ #include <tools/errcode.hxx> #endif #ifndef _SBX_SBXOBJECT_HXX //autogen -#include <svtools/sbxobj.hxx> +#include <sbxobj.hxx> #endif #ifndef _SBXCLASS_HXX //autogen -#include <svtools/sbx.hxx> +#include <sbx.hxx> #endif #ifndef __SBX_SBXVARIABLE_HXX //autogen -#include <svtools/sbxvar.hxx> +#include <sbxvar.hxx> #endif //#include <osl/thread.h> |