diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:02:23 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:02:23 +0000 |
commit | 358454cbcdc9f67996e238a41c7f76b095a7fd33 (patch) | |
tree | be2875bea3e5101aa9ce0586cb75104ec228bc3f /bridges | |
parent | 8ccb8cd69397b6a9acac25f9924015846d22a7e8 (diff) |
INTEGRATION: CWS pchfix02 (1.2.70); FILE MERGED
2006/09/01 17:17:43 kaib 1.2.70.1: #i68856# Added header markers and pch files
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/remote/urp/urp_threadid.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bridges/source/remote/urp/urp_threadid.cxx b/bridges/source/remote/urp/urp_threadid.cxx index ff6929eafc94..82e10b010bb6 100644 --- a/bridges/source/remote/urp/urp_threadid.cxx +++ b/bridges/source/remote/urp/urp_threadid.cxx @@ -4,9 +4,9 @@ * * $RCSfile: urp_threadid.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-07 22:49:26 $ + * last change: $Author: obo $ $Date: 2006-09-16 16:02:23 $ * * 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 "urp_threadid.hxx" #include <rtl/strbuf.hxx> |