diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-13 08:07:37 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-13 08:07:37 +0000 |
commit | 7e5ede98f08030c04e8314d30cb79bc9d3ef629c (patch) | |
tree | 7980a7e032730764bb1687c553171717abcefde5 /basic/source/app | |
parent | 456ed9dc6d19bf710a7aa2e80c0be2f5a1bbb08b (diff) |
INTEGRATION: CWS visibility03 (1.1.1.1.316); FILE MERGED
2005/03/24 18:01:14 mhu 1.1.1.1.316.1: #i45006# Adapted to moved sbx headers.
Diffstat (limited to 'basic/source/app')
-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> |