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 | 4efd77a04ad1e30751c953e4ae82e5cc9baba7b8 (patch) | |
tree | 0fc2ad13aa40bb95beb17146e8bb22f6e6b9a9b0 /bridges/source/remote/urp/urp_dispatch.cxx | |
parent | 7cccf3c246b365382b77d322cea32412c67e3123 (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/source/remote/urp/urp_dispatch.cxx')
-rw-r--r-- | bridges/source/remote/urp/urp_dispatch.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bridges/source/remote/urp/urp_dispatch.cxx b/bridges/source/remote/urp/urp_dispatch.cxx index 77f3f065d..3104ac9df 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> |