summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-16 16:34:40 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-16 16:34:40 +0000
commit6159d517b8dfdc9fd23782ed8d319b002d7cec6a (patch)
tree877a0ef20ca3eb77a4512807968b709ddb929688
parent0a91ed6a9eb36d65190dc976734bdc6abb30b57e (diff)
INTEGRATION: CWS pchfix02 (1.3.36); FILE MERGED
2006/09/01 17:41:15 kaib 1.3.36.1: #i68856# Added header markers and pch files
-rw-r--r--stoc/source/registry_tdprovider/td.cxx7
-rw-r--r--stoc/source/registry_tdprovider/tdmodule.cxx7
2 files changed, 10 insertions, 4 deletions
diff --git a/stoc/source/registry_tdprovider/td.cxx b/stoc/source/registry_tdprovider/td.cxx
index 244bfc558090..694f7d9a3f30 100644
--- a/stoc/source/registry_tdprovider/td.cxx
+++ b/stoc/source/registry_tdprovider/td.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: td.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 08:05:35 $
+ * last change: $Author: obo $ $Date: 2006-09-16 17:33:15 $
*
* 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 "osl/doublecheckedlocking.h"
#ifndef _STOC_RDBTDP_BASE_HXX
#include "base.hxx"
diff --git a/stoc/source/registry_tdprovider/tdmodule.cxx b/stoc/source/registry_tdprovider/tdmodule.cxx
index 0d820ebefca2..5ab380e81007 100644
--- a/stoc/source/registry_tdprovider/tdmodule.cxx
+++ b/stoc/source/registry_tdprovider/tdmodule.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tdmodule.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 08:07:35 $
+ * last change: $Author: obo $ $Date: 2006-09-16 17:34:40 $
*
* 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 <vector>
#ifndef _OSL_DIAGNOSE_H_