diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 01:46:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 01:46:29 +0000 |
commit | dbbb632eb23d17815a17439b1f9085521ac492e8 (patch) | |
tree | 2161f8c5bc08fe64c40b2f6fb0a14cfa78162a81 /connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx | |
parent | 6dfe0663686f82ffcc749fab5ac61382b7a72791 (diff) |
INTEGRATION: CWS pchfix02 (1.9.166); FILE MERGED
2006/09/01 17:22:20 kaib 1.9.166.1: #i68856# Added header markers and pch files
Diffstat (limited to 'connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx')
-rw-r--r-- | connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx b/connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx index 7a8acb754226..996f5157b33e 100644 --- a/connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx +++ b/connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx @@ -4,9 +4,9 @@ * * $RCSfile: DriverPropertyInfo.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-09-08 06:10:14 $ + * last change: $Author: obo $ $Date: 2006-09-17 02:46:29 $ * * 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_SQL_DRIVERPOPERTYINFO_HXX_ #include "java/sql/DriverPropertyInfo.hxx" #endif |