diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 10:35:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 10:35:29 +0000 |
commit | fffea4053a63ba6a0af90ab8df061f16a0443682 (patch) | |
tree | a67b5138ea95515a3d63b5416065ce7139940b87 /soltools/testSHL | |
parent | 0d71cfe21498249b1a6fe1b13236b4dfd3069781 (diff) |
INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED
2006/09/01 17:40:18 kaib 1.4.30.1: #i68856# Added header markers and pch files
Diffstat (limited to 'soltools/testSHL')
-rw-r--r-- | soltools/testSHL/testshl.cxx | 7 | ||||
-rw-r--r-- | soltools/testSHL/util/tstMgr.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/soltools/testSHL/testshl.cxx b/soltools/testSHL/testshl.cxx index e8be0121a418..26c5e27d5dfb 100644 --- a/soltools/testSHL/testshl.cxx +++ b/soltools/testSHL/testshl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testshl.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 07:30:51 $ + * last change: $Author: obo $ $Date: 2006-09-17 11:35:03 $ * * 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_soltools.hxx" + #include <stdio.h> #ifndef _SOLTOOLS_TESTSHL_TLOG_HXX_ diff --git a/soltools/testSHL/util/tstMgr.cxx b/soltools/testSHL/util/tstMgr.cxx index 898cfe34e15e..97685eb85614 100644 --- a/soltools/testSHL/util/tstMgr.cxx +++ b/soltools/testSHL/util/tstMgr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tstMgr.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 07:32:25 $ + * last change: $Author: obo $ $Date: 2006-09-17 11:35:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_soltools.hxx" #include "tstMgr.hxx" #ifndef _OSL_MODULE_HXX_ |