summaryrefslogtreecommitdiff
path: root/connectivity/source/sdbcx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 02:11:23 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 02:11:23 +0000
commitdce8983f6950e500b2875a0a62239cf2ffa8d76a (patch)
treea55904dfe7022fad7a232476d793ea14e89e3ae4 /connectivity/source/sdbcx
parentbfc1f31e67136a6fa1f79860082f81e502a0365c (diff)
INTEGRATION: CWS pchfix02 (1.12.60); FILE MERGED
2006/09/01 17:22:36 kaib 1.12.60.1: #i68856# Added header markers and pch files
Diffstat (limited to 'connectivity/source/sdbcx')
-rw-r--r--connectivity/source/sdbcx/VGroup.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/source/sdbcx/VGroup.cxx b/connectivity/source/sdbcx/VGroup.cxx
index 5fe00df9b838..a4d253b20a54 100644
--- a/connectivity/source/sdbcx/VGroup.cxx
+++ b/connectivity/source/sdbcx/VGroup.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: VGroup.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 02:10:24 $
+ * last change: $Author: obo $ $Date: 2006-09-17 03:11:23 $
*
* 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_GROUP_HXX_