diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:01:00 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:01:00 +0000 |
commit | 8a2cf0389073a327c73cca86600dbec5be59143e (patch) | |
tree | 5f222fec0779179bea5f7ec66451e16c50cce4a8 /bridges | |
parent | b1f08db0685741e318f127c46dcd0dcecce50e81 (diff) |
INTEGRATION: CWS pchfix02 (1.18.20); FILE MERGED
2006/09/01 17:17:42 kaib 1.18.20.1: #i68856# Added header markers and pch files
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/remote/urp/urp_environment.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bridges/source/remote/urp/urp_environment.cxx b/bridges/source/remote/urp/urp_environment.cxx index 0852f3fd07ad..bf5820d6d755 100644 --- a/bridges/source/remote/urp/urp_environment.cxx +++ b/bridges/source/remote/urp/urp_environment.cxx @@ -4,9 +4,9 @@ * * $RCSfile: urp_environment.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:52:50 $ + * last change: $Author: obo $ $Date: 2006-09-16 16:01: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_bridges.hxx" + #include <stdio.h> #include <osl/interlck.h> |