diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:06:07 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:06:07 +0000 |
commit | 9e50dd58bd8a1da55a37d0f5b10340bf3bb8b6bc (patch) | |
tree | 986f4d75751b27851ffb55a6f054f8c7ccd07320 /connectivity | |
parent | f886e47760a909e11a97b76fd950049ed578d0c3 (diff) |
INTEGRATION: CWS pchfix02 (1.14.60); FILE MERGED
2006/09/01 17:22:33 kaib 1.14.60.1: #i68856# Added header markers and pch files
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/odbc/ODriver.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/source/drivers/odbc/ODriver.cxx b/connectivity/source/drivers/odbc/ODriver.cxx index 8f71776f2651..b0b8406e3b93 100644 --- a/connectivity/source/drivers/odbc/ODriver.cxx +++ b/connectivity/source/drivers/odbc/ODriver.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ODriver.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: hr $ $Date: 2006-06-20 01:55:17 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:06:07 $ * * 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_ODBC_ODRIVER_HXX_ #include "odbc/ODriver.hxx" #endif |