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