diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:33:01 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:33:01 +0000 |
commit | 2708fe9e6927cd5d0f94bbfa774be6d584b206b8 (patch) | |
tree | c265aabf6bfdd1ccfe8c2d2241ec1d4ac92613ca /stoc | |
parent | c060b07801579df4b3598b1f610a945ae9cf170a (diff) |
INTEGRATION: CWS pchfix02 (1.4.36); FILE MERGED
2006/09/01 17:41:14 kaib 1.4.36.1: #i68856# Added header markers and pch files
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/registry_tdprovider/methoddescription.cxx | 7 | ||||
-rw-r--r-- | stoc/source/registry_tdprovider/structtypedescription.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/stoc/source/registry_tdprovider/methoddescription.cxx b/stoc/source/registry_tdprovider/methoddescription.cxx index fd3c7ecabd94..b7141fd05268 100644 --- a/stoc/source/registry_tdprovider/methoddescription.cxx +++ b/stoc/source/registry_tdprovider/methoddescription.cxx @@ -4,9 +4,9 @@ * * $RCSfile: methoddescription.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 08:03:42 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:32:33 $ * * 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 "methoddescription.hxx" #include "com/sun/star/container/NoSuchElementException.hpp" diff --git a/stoc/source/registry_tdprovider/structtypedescription.cxx b/stoc/source/registry_tdprovider/structtypedescription.cxx index 4b299ab7e1a3..0a4ed780d0d9 100644 --- a/stoc/source/registry_tdprovider/structtypedescription.cxx +++ b/stoc/source/registry_tdprovider/structtypedescription.cxx @@ -4,9 +4,9 @@ * * $RCSfile: structtypedescription.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 08:04:56 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:33:01 $ * * 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 "structtypedescription.hxx" #include "base.hxx" |