diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:13:57 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:13:57 +0000 |
commit | 6a8e7ba37fd87023da0a52595e8a04e656082a9a (patch) | |
tree | 96fcbae7e0ff7132e928cb124281c5365eb2a42f /basic/source/app/appbased.cxx | |
parent | 21e579ba1ce48c4e31226a9d29457a634b5ce34a (diff) |
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
Diffstat (limited to 'basic/source/app/appbased.cxx')
-rw-r--r-- | basic/source/app/appbased.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
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 <vcl/msgbox.hxx> #endif #ifndef _SBXCLASS_HXX //autogen -#include <sbx.hxx> +#include <basic/sbx.hxx> #endif #ifndef _TEXTENG_HXX //autogen #include <svtools/texteng.hxx> @@ -49,7 +49,7 @@ #include <svtools/textview.hxx> #endif #ifndef _SB_SBMETH_HXX //autogen -#include <sbmeth.hxx> +#include <basic/sbmeth.hxx> #endif #ifndef _SVTOOLS_STRINGTRANSFER_HXX_ @@ -57,14 +57,14 @@ #endif #ifndef _BASIC_TTRESHLP_HXX -#include "ttstrhlp.hxx" +#include <basic/ttstrhlp.hxx> #endif #include "basic.hrc" #include "status.hxx" #include "appbased.hxx" #include "brkpnts.hxx" -#include "testtool.hxx" // defines fr das Syntaxhighlighting +#include <basic/testtool.hxx> // defines fr das Syntaxhighlighting #include "basrid.hxx" |