diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:10:55 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:10:55 +0000 |
commit | 348e309c3385068bd2a1185554154d537167bede (patch) | |
tree | 6d05f1370bfc27df89edd484470be0dc91042c52 /sal/workben | |
parent | 48bb71218aa8e48831bbed9c05651f5117da83d7 (diff) |
INTEGRATION: CWS pchfix02 (1.2.140); FILE MERGED
2006/09/01 17:34:22 kaib 1.2.140.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sal/workben')
-rw-r--r-- | sal/workben/testpip2.cxx | 7 | ||||
-rw-r--r-- | sal/workben/testpipe.cxx | 7 | ||||
-rw-r--r-- | sal/workben/testproc.cxx | 7 |
3 files changed, 15 insertions, 6 deletions
diff --git a/sal/workben/testpip2.cxx b/sal/workben/testpip2.cxx index 9e0668772803..c67e79896efa 100644 --- a/sal/workben/testpip2.cxx +++ b/sal/workben/testpip2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testpip2.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:54:54 $ + * last change: $Author: obo $ $Date: 2006-09-17 09:10:27 $ * * 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_sal.hxx" + #include <stdio.h> #include <stdlib.h> diff --git a/sal/workben/testpipe.cxx b/sal/workben/testpipe.cxx index aa5f5e7c2a19..0b295a4e19b9 100644 --- a/sal/workben/testpipe.cxx +++ b/sal/workben/testpipe.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testpipe.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:55:10 $ + * last change: $Author: obo $ $Date: 2006-09-17 09:10:41 $ * * 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_sal.hxx" + #include <stdio.h> #include <stdlib.h> diff --git a/sal/workben/testproc.cxx b/sal/workben/testproc.cxx index d5ae56576d0a..fb45610056fe 100644 --- a/sal/workben/testproc.cxx +++ b/sal/workben/testproc.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testproc.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:55:27 $ + * last change: $Author: obo $ $Date: 2006-09-17 09:10:55 $ * * 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_sal.hxx" + #include <osl/process.h> #include <stdio.h> |