diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:40:34 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:40:34 +0000 |
commit | f0e4b3055241132ad8198dfcac2ee7b9e34718a7 (patch) | |
tree | acaaaf1ec6b271351736552692e632633c1d9184 /stoc | |
parent | fbe6f604ab2c73d32a572e7fad70afa33f973502 (diff) |
INTEGRATION: CWS pchfix02 (1.11.36); FILE MERGED
2006/09/01 17:41:20 kaib 1.11.36.1: #i68856# Added header markers and pch files
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/test/testconv.cxx | 7 | ||||
-rw-r--r-- | stoc/test/testiadapter.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/stoc/test/testconv.cxx b/stoc/test/testconv.cxx index 2ba575511e31..67647eebc63a 100644 --- a/stoc/test/testconv.cxx +++ b/stoc/test/testconv.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testconv.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2005-09-08 08:21:33 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:40:00 $ * * 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_stoc.hxx" + #include <sal/main.h> #include <osl/diagnose.h> #include <rtl/ustrbuf.hxx> diff --git a/stoc/test/testiadapter.cxx b/stoc/test/testiadapter.cxx index c85ef5dfd5c5..623ad4dd184c 100644 --- a/stoc/test/testiadapter.cxx +++ b/stoc/test/testiadapter.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testiadapter.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2005-09-08 08:22:32 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:40:34 $ * * 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_stoc.hxx" + #include <stdio.h> #include <sal/main.h> |