diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:04:40 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:04:40 +0000 |
commit | 8b48028f9e84f9c5d2f1791eee335c364c60187b (patch) | |
tree | a98949b69631f09818ccef0dd5bac6a77438df8a /tools/source/string | |
parent | f7f9c47f2bf8777db5fd9b52ea75540175563311 (diff) |
INTEGRATION: CWS pchfix02 (1.8.44); FILE MERGED
2006/09/01 17:54:59 kaib 1.8.44.1: #i68856# Added header markers and pch files
Diffstat (limited to 'tools/source/string')
-rw-r--r-- | tools/source/string/tstring.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/source/string/tstring.cxx b/tools/source/string/tstring.cxx index fed759b37cfc..ba4e639cb368 100644 --- a/tools/source/string/tstring.cxx +++ b/tools/source/string/tstring.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tstring.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:53:39 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:04:40 $ * * 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" |