diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:38:38 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:38:38 +0000 |
commit | 1557898ae2945dfbf0775a316552d3308423eb72 (patch) | |
tree | 9e2446e1a06d6262b5e85900d76ec7389140eee5 /stoc/source/uriproc | |
parent | 9ddf33e08fdc9900abd9896671804c9dedacd821 (diff) |
INTEGRATION: CWS pchfix02 (1.5.10); FILE MERGED
2006/09/01 17:41:19 kaib 1.5.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'stoc/source/uriproc')
-rw-r--r-- | stoc/source/uriproc/UriReference.cxx | 7 | ||||
-rw-r--r-- | stoc/source/uriproc/UriReferenceFactory.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/stoc/source/uriproc/UriReference.cxx b/stoc/source/uriproc/UriReference.cxx index 7772879e54de..6b355b021a43 100644 --- a/stoc/source/uriproc/UriReference.cxx +++ b/stoc/source/uriproc/UriReference.cxx @@ -4,9 +4,9 @@ * * $RCSfile: UriReference.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:07:00 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:38:24 $ * * 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_stoc.hxx" + #include "UriReference.hxx" #include "osl/diagnose.h" diff --git a/stoc/source/uriproc/UriReferenceFactory.cxx b/stoc/source/uriproc/UriReferenceFactory.cxx index 010f4f22cf91..a3fbf51b0342 100644 --- a/stoc/source/uriproc/UriReferenceFactory.cxx +++ b/stoc/source/uriproc/UriReferenceFactory.cxx @@ -4,9 +4,9 @@ * * $RCSfile: UriReferenceFactory.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:07:13 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:38:38 $ * * 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_stoc.hxx" + #include "UriReferenceFactory.hxx" #include "UriReference.hxx" |