diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:02:09 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:02:09 +0000 |
commit | aa10c0d7fc9eef63d762835df9310dfc6415c534 (patch) | |
tree | 4b89639024a4720d54e551528bd535a6f3582ca5 /bridges | |
parent | aa0fdd0d775b2a03b6bb3233983594da9118f156 (diff) |
INTEGRATION: CWS pchfix02 (1.14.20); FILE MERGED
2006/09/01 17:17:43 kaib 1.14.20.1: #i68856# Added header markers and pch files
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/remote/urp/urp_reader.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bridges/source/remote/urp/urp_reader.cxx b/bridges/source/remote/urp/urp_reader.cxx index 720e70b5b..e95e4260d 100644 --- a/bridges/source/remote/urp/urp_reader.cxx +++ b/bridges/source/remote/urp/urp_reader.cxx @@ -4,9 +4,9 @@ * * $RCSfile: urp_reader.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:53:46 $ + * last change: $Author: obo $ $Date: 2006-09-16 16:02:09 $ * * 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 <osl/diagnose.h> |