diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:35:08 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:35:08 +0000 |
commit | 88e2a2b893cdf932d9900f12c5ae7e6779cea38f (patch) | |
tree | 3d48af107d9a33923ea1975e44570a27900496f9 /stoc | |
parent | 697770f2a9981f086890148a1babe5e6c7b40d52 (diff) |
INTEGRATION: CWS pchfix02 (1.20.10); FILE MERGED
2006/09/01 17:41:16 kaib 1.20.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/registry_tdprovider/tdprovider.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/stoc/source/registry_tdprovider/tdprovider.cxx b/stoc/source/registry_tdprovider/tdprovider.cxx index 5d51430771b6..39c274a26316 100644 --- a/stoc/source/registry_tdprovider/tdprovider.cxx +++ b/stoc/source/registry_tdprovider/tdprovider.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tdprovider.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:04:58 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:35:08 $ * * 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 |