diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:01:16 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:01:16 +0000 |
commit | 4911234e2ef0e00d4c2b0c998efb0fe5c2d3d8e7 (patch) | |
tree | a9956953ed5d7889df516a1bd3fc07f2715f7ec1 /bridges | |
parent | 8a2cf0389073a327c73cca86600dbec5be59143e (diff) |
INTEGRATION: CWS pchfix02 (1.14.20); FILE MERGED
2006/09/01 17:17:42 kaib 1.14.20.1: #i68856# Added header markers and pch files
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/remote/urp/urp_dispatch.cxx | 7 | ||||
-rw-r--r-- | bridges/source/remote/urp/urp_job.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/bridges/source/remote/urp/urp_dispatch.cxx b/bridges/source/remote/urp/urp_dispatch.cxx index 77f3f065d93a..3104ac9dffac 100644 --- a/bridges/source/remote/urp/urp_dispatch.cxx +++ b/bridges/source/remote/urp/urp_dispatch.cxx @@ -4,9 +4,9 @@ * * $RCSfile: urp_dispatch.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:52:27 $ + * last change: $Author: obo $ $Date: 2006-09-16 16:00:48 $ * * 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_bridges.hxx" #include <sal/alloca.h> #include <osl/mutex.hxx> #include <osl/diagnose.h> diff --git a/bridges/source/remote/urp/urp_job.cxx b/bridges/source/remote/urp/urp_job.cxx index 94ef71789071..08b09c25aad3 100644 --- a/bridges/source/remote/urp/urp_job.cxx +++ b/bridges/source/remote/urp/urp_job.cxx @@ -4,9 +4,9 @@ * * $RCSfile: urp_job.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:53:01 $ + * last change: $Author: obo $ $Date: 2006-09-16 16:01:16 $ * * 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_bridges.hxx" #include <string.h> #include <stdio.h> #include <osl/diagnose.h> |