diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:23:24 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:23:24 +0000 |
commit | d1eef32b66835813daedaf79e4a0ddebafb51062 (patch) | |
tree | 07e7ac9a3de398a2ae596dda0785cb03dd3a09ca /basic/source/inc/scanner.hxx | |
parent | f625ed854301b21f2e260c19139f673bb2bc6aa5 (diff) |
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
Diffstat (limited to 'basic/source/inc/scanner.hxx')
-rw-r--r-- | basic/source/inc/scanner.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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 <tools/string.hxx> #endif #ifndef _SBERRORS_HXX -#include "sberrors.hxx" +#include <basic/sberrors.hxx> #endif // Der Scanner ist stand-alone, d.h. er kann von ueberallher verwendet |