From 6a8e7ba37fd87023da0a52595e8a04e656082a9a Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 13:13:57 +0000 Subject: INTEGRATION: CWS vgbugs07 (1.11.10); FILE MERGED 2007/06/04 13:22:14 vg 1.11.10.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 --- basic/source/app/appbased.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'basic/source/app/appbased.cxx') diff --git a/basic/source/app/appbased.cxx b/basic/source/app/appbased.cxx index e6f3a7bdd8e2..217aecb0f92f 100644 --- a/basic/source/app/appbased.cxx +++ b/basic/source/app/appbased.cxx @@ -4,9 +4,9 @@ * * $RCSfile: appbased.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2007-04-26 08:31:09 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:11:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,7 +40,7 @@ #include #endif #ifndef _SBXCLASS_HXX //autogen -#include +#include #endif #ifndef _TEXTENG_HXX //autogen #include @@ -49,7 +49,7 @@ #include #endif #ifndef _SB_SBMETH_HXX //autogen -#include +#include #endif #ifndef _SVTOOLS_STRINGTRANSFER_HXX_ @@ -57,14 +57,14 @@ #endif #ifndef _BASIC_TTRESHLP_HXX -#include "ttstrhlp.hxx" +#include #endif #include "basic.hrc" #include "status.hxx" #include "appbased.hxx" #include "brkpnts.hxx" -#include "testtool.hxx" // defines für das Syntaxhighlighting +#include // defines für das Syntaxhighlighting #include "basrid.hxx" -- cgit