diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:34:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:34:27 +0000 |
commit | 0a91ed6a9eb36d65190dc976734bdc6abb30b57e (patch) | |
tree | a8fd0ddf3f0dfe7b1de4f20a4cd2148a7ab6f99a | |
parent | 2f99ef8653f6fd80e7a62e739c0be3c5c385b9a0 (diff) |
INTEGRATION: CWS pchfix02 (1.13.10); FILE MERGED
2006/09/01 17:41:15 kaib 1.13.10.1: #i68856# Added header markers and pch files
-rw-r--r-- | stoc/source/registry_tdprovider/tdiface.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/stoc/source/registry_tdprovider/tdiface.cxx b/stoc/source/registry_tdprovider/tdiface.cxx index 09011b365b40..85e259f7401c 100644 --- a/stoc/source/registry_tdprovider/tdiface.cxx +++ b/stoc/source/registry_tdprovider/tdiface.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tdiface.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:04:47 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:34:27 $ * * 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" + #ifndef _OSL_DIAGNOSE_H_ #include <osl/diagnose.h> #endif |