From 98d29090c19836e37c6901388d4bca675c2fe3b6 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 27 Jun 2007 21:20:00 +0000
Subject: INTEGRATION: CWS vgbugs07 (1.9.90); FILE MERGED 2007/06/04 13:32:27
vg 1.9.90.1: #i76605# Remove -I .../inc/module hack introduced by
hedaburemove01
---
tools/source/string/tstring.cxx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'tools')
diff --git a/tools/source/string/tstring.cxx b/tools/source/string/tstring.cxx
index ba4e639cb368..76dc65fe7b22 100644
--- a/tools/source/string/tstring.cxx
+++ b/tools/source/string/tstring.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tstring.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 01:04:40 $
+ * last change: $Author: hr $ $Date: 2007-06-27 22:20:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -57,7 +57,7 @@
#include
#endif
-#include
+#include
#include
// For shared byte convert tables
@@ -65,7 +65,7 @@
#include
#endif
-#include
+#include
// =======================================================================
--
cgit