diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:16:26 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:16:26 +0000 |
commit | 3ffe6c1e81572bd7b053475a6b6183649d3fe1c0 (patch) | |
tree | b63095af25c13f8dd653c3957e8fc2c16b961d83 /basic/source/app/processw.cxx | |
parent | bdc6593806ecd72dc90d02550d53212d19b46b69 (diff) |
INTEGRATION: CWS vgbugs07 (1.6.72); FILE MERGED
2007/06/04 13:22:14 vg 1.6.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'basic/source/app/processw.cxx')
-rw-r--r-- | basic/source/app/processw.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/basic/source/app/processw.cxx b/basic/source/app/processw.cxx index 2e5921634bb3..4fe8a4676f9d 100644 --- a/basic/source/app/processw.cxx +++ b/basic/source/app/processw.cxx @@ -4,9 +4,9 @@ * * $RCSfile: processw.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-10-12 14:23:20 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:16:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,18 +41,18 @@ #include <tools/errcode.hxx> #endif #ifndef _SBX_SBXOBJECT_HXX //autogen -#include <sbxobj.hxx> +#include <basic/sbxobj.hxx> #endif #ifndef _SBXCLASS_HXX //autogen -#include <sbx.hxx> +#include <basic/sbx.hxx> #endif #ifndef __SBX_SBXVARIABLE_HXX //autogen -#include <sbxvar.hxx> +#include <basic/sbxvar.hxx> #endif //#include <osl/thread.h> #ifndef _BASIC_TTRESHLP_HXX -#include "ttstrhlp.hxx" +#include <basic/ttstrhlp.hxx> #endif #include "processw.hxx" |