diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:05:15 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:05:15 +0000 |
commit | 24d789621b5ac6e90d3d9e49d75ac6d887c1e3d3 (patch) | |
tree | 85e576607c7026b867b25e459fa69bd49c84bbff | |
parent | 069110e2df366fa83cb634d661ba4d6d7ce6c2ec (diff) |
INTEGRATION: CWS pchfix02 (1.5.42); FILE MERGED
2006/09/01 17:54:59 kaib 1.5.42.1: #i68856# Added header markers and pch files
-rw-r--r-- | tools/source/testtoolloader/testtoolloader.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/source/testtoolloader/testtoolloader.cxx b/tools/source/testtoolloader/testtoolloader.cxx index fc838a4396a1..67e0953e4e8f 100644 --- a/tools/source/testtoolloader/testtoolloader.cxx +++ b/tools/source/testtoolloader/testtoolloader.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testtoolloader.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:54:11 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:05:15 $ * * 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 "testtoolloader.hxx" #ifndef _OSL_MODULE_H_ |