diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:20:20 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:20:20 +0000 |
commit | 878ec9c18abb6e667201c44f540987405b4328e3 (patch) | |
tree | 724a4936d46acfcc0ab3f452c1aca458d97b5748 /tools | |
parent | 98d29090c19836e37c6901388d4bca675c2fe3b6 (diff) |
INTEGRATION: CWS vgbugs07 (1.8.90); FILE MERGED
2007/06/04 13:32:27 vg 1.8.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/string/tustring.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/source/string/tustring.cxx b/tools/source/string/tustring.cxx index 168e7916fa44..fc57fee42ed8 100644 --- a/tools/source/string/tustring.cxx +++ b/tools/source/string/tustring.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tustring.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:04:54 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:20:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -56,10 +56,10 @@ #include <rtl/instance.hxx> #endif -#include <string.hxx> +#include <tools/string.hxx> #include <impstrg.hxx> -#include <debug.hxx> +#include <tools/debug.hxx> // ======================================================================= |