summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 01:50:39 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 01:50:39 +0000
commit031fad5e4b0922e2b071894e5625649fcdee0763 (patch)
tree7f5d821f420986e818ec75cac21e11a96ab4ab64
parent517613b5191e3651d72ec00841906dc1321b7914 (diff)
INTEGRATION: CWS pchfix02 (1.7.60); FILE MERGED
2006/09/01 17:22:22 kaib 1.7.60.1: #i68856# Added header markers and pch files
-rw-r--r--connectivity/source/drivers/jdbc/String.cxx7
-rw-r--r--connectivity/source/drivers/jdbc/jservices.cxx7
2 files changed, 10 insertions, 4 deletions
diff --git a/connectivity/source/drivers/jdbc/String.cxx b/connectivity/source/drivers/jdbc/String.cxx
index 38317b62e5b2..08a35cd0fec8 100644
--- a/connectivity/source/drivers/jdbc/String.cxx
+++ b/connectivity/source/drivers/jdbc/String.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: String.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 01:36:50 $
+ * last change: $Author: obo $ $Date: 2006-09-17 02:49:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -32,6 +32,9 @@
* MA 02111-1307 USA
*
************************************************************************/
+
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_connectivity.hxx"
#ifndef _CONNECTIVITY_JAVA_LANG_STRING_HXX_
#include "java/lang/String.hxx"
#endif
diff --git a/connectivity/source/drivers/jdbc/jservices.cxx b/connectivity/source/drivers/jdbc/jservices.cxx
index 0bc9ff7709aa..aaad65b4065d 100644
--- a/connectivity/source/drivers/jdbc/jservices.cxx
+++ b/connectivity/source/drivers/jdbc/jservices.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: jservices.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 01:37:42 $
+ * last change: $Author: obo $ $Date: 2006-09-17 02:50:39 $
*
* 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_JAVA_SQL_DRIVER_HXX_
#include "java/sql/Driver.hxx"
#endif