summaryrefslogtreecommitdiff
path: root/connectivity/source/sdbcx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 02:13:01 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 02:13:01 +0000
commit535073abe6c7fa133a2307ac7b97204832e8c672 (patch)
treedd88903f526e69cf3e6df29222b0dccf32445af4 /connectivity/source/sdbcx
parente6ce744067cc61686607fe257852ba863354a360 (diff)
INTEGRATION: CWS pchfix02 (1.15.42); FILE MERGED
2006/09/01 17:22:38 kaib 1.15.42.1: #i68856# Added header markers and pch files
Diffstat (limited to 'connectivity/source/sdbcx')
-rw-r--r--connectivity/source/sdbcx/VView.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/source/sdbcx/VView.cxx b/connectivity/source/sdbcx/VView.cxx
index 4523074ce0dd..4b8374efd82c 100644
--- a/connectivity/source/sdbcx/VView.cxx
+++ b/connectivity/source/sdbcx/VView.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: VView.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: obo $ $Date: 2006-07-10 14:39:45 $
+ * last change: $Author: obo $ $Date: 2006-09-17 03:13:01 $
*
* 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"
#include <stdio.h>
#ifndef _CONNECTIVITY_SDBCX_VIEW_HXX_