diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:17:34 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:17:34 +0000 |
commit | 18a0c2af22d90c1dc20c9595bea35d5c065319d5 (patch) | |
tree | e8cf1a1bafd8f2e2f0b062e66a9623462b1fb705 /tools | |
parent | 07cdc069cd28872a0b9b6ebe10c55ea69867f9b0 (diff) |
INTEGRATION: CWS vgbugs07 (1.6.54); FILE MERGED
2007/06/04 13:32:27 vg 1.6.54.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/ref/errinf.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/source/ref/errinf.cxx b/tools/source/ref/errinf.cxx index c3aeb43c3f16..2ddefe31999a 100644 --- a/tools/source/ref/errinf.cxx +++ b/tools/source/ref/errinf.cxx @@ -4,9 +4,9 @@ * * $RCSfile: errinf.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: kz $ $Date: 2006-12-13 15:07:03 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:17:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,10 +37,10 @@ #include "precompiled_tools.hxx" #include <limits.h> -#include <shl.hxx> -#include <debug.hxx> -#include <errinf.hxx> -#include <string.hxx> +#include <tools/shl.hxx> +#include <tools/debug.hxx> +#include <tools/errinf.hxx> +#include <tools/string.hxx> class ErrorHandler; |