summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/file/FPreparedStatement.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 01:33:34 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 01:33:34 +0000
commit4b852423d5dbdc6bb8c8c2228283b4010f08becf (patch)
tree840b35d3f0e2aa8aa7dad5490a042dd12622e5a4 /connectivity/source/drivers/file/FPreparedStatement.cxx
parent87ec0dcdfaa4ccc47dc0add0642ff4956a699070 (diff)
INTEGRATION: CWS pchfix02 (1.38.40); FILE MERGED
2006/09/01 17:22:11 kaib 1.38.40.1: #i68856# Added header markers and pch files
Diffstat (limited to 'connectivity/source/drivers/file/FPreparedStatement.cxx')
-rw-r--r--connectivity/source/drivers/file/FPreparedStatement.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/source/drivers/file/FPreparedStatement.cxx b/connectivity/source/drivers/file/FPreparedStatement.cxx
index 3f226b5561e4..2a2e9154c1a6 100644
--- a/connectivity/source/drivers/file/FPreparedStatement.cxx
+++ b/connectivity/source/drivers/file/FPreparedStatement.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: FPreparedStatement.cxx,v $
*
- * $Revision: 1.38 $
+ * $Revision: 1.39 $
*
- * last change: $Author: obo $ $Date: 2006-07-10 14:26:23 $
+ * last change: $Author: obo $ $Date: 2006-09-17 02:33:34 $
*
* 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"
+
#include <stdio.h>
#ifndef _CONNECTIVITY_SDBCX_COLUMN_HXX_