From 3ffe6c1e81572bd7b053475a6b6183649d3fe1c0 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 13:16:26 +0000 Subject: 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 --- basic/source/app/processw.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'basic/source/app/processw.cxx') 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 #endif #ifndef _SBX_SBXOBJECT_HXX //autogen -#include +#include #endif #ifndef _SBXCLASS_HXX //autogen -#include +#include #endif #ifndef __SBX_SBXVARIABLE_HXX //autogen -#include +#include #endif //#include #ifndef _BASIC_TTRESHLP_HXX -#include "ttstrhlp.hxx" +#include #endif #include "processw.hxx" -- cgit