diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:20:42 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:20:42 +0000 |
commit | 64c4e1f3834cb8345a425b25a9463b25acfd4baa (patch) | |
tree | d72f883ffc28178f069405563a4a58d4430da732 /basic | |
parent | eeb96f10747400c3894bccb7f4faab0b730ce289 (diff) |
INTEGRATION: CWS vgbugs07 (1.19.66); FILE MERGED
2007/06/04 13:22:16 vg 1.19.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/comp/parser.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/comp/parser.cxx b/basic/source/comp/parser.cxx index 79fdfbfd6451..233dd9eabbac 100644 --- a/basic/source/comp/parser.cxx +++ b/basic/source/comp/parser.cxx @@ -4,9 +4,9 @@ * * $RCSfile: parser.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: vg $ $Date: 2006-11-02 16:32:13 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:20:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,7 +37,7 @@ #include "precompiled_basic.hxx" #ifndef _SBXCLASS_HXX //autogen -#include <sbx.hxx> +#include <basic/sbx.hxx> #endif #include "sbcomp.hxx" |