diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:39:05 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:39:05 +0000 |
commit | f2bd4e87fdbca730efad1de961391be09ccf1630 (patch) | |
tree | 2e807f7a107b9f80d28d8802f7cb9efe559dff10 /stoc/source/uriproc/ExternalUriReferenceTranslator.cxx | |
parent | 1362d088fdc93dbf4d87832907ee9232f48d16f5 (diff) |
INTEGRATION: CWS pchfix02 (1.3.36); FILE MERGED
2006/09/01 17:41:19 kaib 1.3.36.1: #i68856# Added header markers and pch files
Diffstat (limited to 'stoc/source/uriproc/ExternalUriReferenceTranslator.cxx')
-rw-r--r-- | stoc/source/uriproc/ExternalUriReferenceTranslator.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/stoc/source/uriproc/ExternalUriReferenceTranslator.cxx b/stoc/source/uriproc/ExternalUriReferenceTranslator.cxx index 73b3b88016f5..a8fee50312a4 100644 --- a/stoc/source/uriproc/ExternalUriReferenceTranslator.cxx +++ b/stoc/source/uriproc/ExternalUriReferenceTranslator.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ExternalUriReferenceTranslator.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 08:15:33 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:38:09 $ * * 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 "ExternalUriReferenceTranslator.hxx" #include "supportsService.hxx" |