From d1eef32b66835813daedaf79e4a0ddebafb51062 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 13:23:24 +0000 Subject: INTEGRATION: CWS vgbugs07 (1.10.200); FILE MERGED 2007/06/04 13:22:17 vg 1.10.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 --- basic/source/inc/scanner.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'basic/source/inc/scanner.hxx') diff --git a/basic/source/inc/scanner.hxx b/basic/source/inc/scanner.hxx index f9f77d0e851e..387e23661604 100644 --- a/basic/source/inc/scanner.hxx +++ b/basic/source/inc/scanner.hxx @@ -4,9 +4,9 @@ * * $RCSfile: scanner.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2005-09-29 18:41:38 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:23:24 $ * * 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 _SBERRORS_HXX -#include "sberrors.hxx" +#include #endif // Der Scanner ist stand-alone, d.h. er kann von ueberallher verwendet -- cgit