diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:12:35 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:12:35 +0000 |
commit | 081b58baf1b0a81447e8461aa6f2665fa95490ef (patch) | |
tree | 19f98cd9b59f529c461d77232afb340e892d5e8a /basic/source | |
parent | 5eeb13a24332b7ce3fedf01b1c50f18d7ff2fc2c (diff) |
INTEGRATION: CWS vgbugs07 (1.9.84); FILE MERGED
2007/06/04 13:22:14 vg 1.9.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/app/appedit.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/app/appedit.cxx b/basic/source/app/appedit.cxx index 14e7b82c192d..f7b65776e028 100644 --- a/basic/source/app/appedit.cxx +++ b/basic/source/app/appedit.cxx @@ -4,9 +4,9 @@ * * $RCSfile: appedit.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2006-09-17 09:55:15 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:12:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -53,7 +53,7 @@ #endif #ifndef _BASIC_TTRESHLP_HXX -#include "ttstrhlp.hxx" +#include <basic/ttstrhlp.hxx> #endif #include "basic.hrc" |