summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 00:04:54 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 00:04:54 +0000
commit069110e2df366fa83cb634d661ba4d6d7ce6c2ec (patch)
tree9f703e7295e3500a699e4ed6c2f7f9bd157fce59
parent8b48028f9e84f9c5d2f1791eee335c364c60187b (diff)
INTEGRATION: CWS pchfix02 (1.7.44); FILE MERGED
2006/09/01 17:54:59 kaib 1.7.44.1: #i68856# Added header markers and pch files
-rw-r--r--tools/source/string/tustring.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/source/string/tustring.cxx b/tools/source/string/tustring.cxx
index 87d948f66003..168e7916fa44 100644
--- a/tools/source/string/tustring.cxx
+++ b/tools/source/string/tustring.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tustring.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 13:53:58 $
+ * last change: $Author: obo $ $Date: 2006-09-17 01:04:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,6 +33,9 @@
*
************************************************************************/
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_tools.hxx"
+
#include <string.h>
#include "boost/static_assert.hpp"