summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 01:00:14 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 01:00:14 +0000
commit6f1f8b5d0c87ac7568cb21bdb65a72901933a55d (patch)
treefe604a89a7102ef7b166925708a07709f1e4adb6
parentda6fd7c009f86b0c84f081fee41ce662ebbfbed9 (diff)
INTEGRATION: CWS pchfix02 (1.2.166); FILE MERGED
2006/09/01 17:21:46 kaib 1.2.166.1: #i68856# Added header markers and pch files
-rw-r--r--connectivity/source/commontools/TIndex.cxx7
-rw-r--r--connectivity/source/commontools/TKey.cxx7
2 files changed, 10 insertions, 4 deletions
diff --git a/connectivity/source/commontools/TIndex.cxx b/connectivity/source/commontools/TIndex.cxx
index 0a7fb61d6e7d..3ce2ec0da21c 100644
--- a/connectivity/source/commontools/TIndex.cxx
+++ b/connectivity/source/commontools/TIndex.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: TIndex.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 05:11:01 $
+ * last change: $Author: obo $ $Date: 2006-09-17 01:59: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_connectivity.hxx"
+
#ifndef CONNECTIVITY_INDEXHELPER_HXX_
#include "connectivity/TIndex.hxx"
#endif
diff --git a/connectivity/source/commontools/TKey.cxx b/connectivity/source/commontools/TKey.cxx
index 650d8678b796..694e7386d7e6 100644
--- a/connectivity/source/commontools/TKey.cxx
+++ b/connectivity/source/commontools/TKey.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: TKey.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 05:11:53 $
+ * last change: $Author: obo $ $Date: 2006-09-17 02:00:14 $
*
* 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_connectivity.hxx"
+
#ifndef CONNECTIVITY_TKEY_HXX
#include "connectivity/TKey.hxx"