diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 01:38:44 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 01:38:44 +0000 |
commit | 1f861041e36f79da8be4af2f5e320a9c05cdc91d (patch) | |
tree | 569e46edd615489126994cc2bb44cfe33686494f /connectivity/source/drivers/flat | |
parent | 9455619642164bef681b0335df9ee3f082b87f08 (diff) |
INTEGRATION: CWS pchfix02 (1.3.166); FILE MERGED
2006/09/01 17:22:14 kaib 1.3.166.1: #i68856# Added header markers and pch files
Diffstat (limited to 'connectivity/source/drivers/flat')
-rw-r--r-- | connectivity/source/drivers/flat/EPreparedStatement.cxx | 7 | ||||
-rw-r--r-- | connectivity/source/drivers/flat/EStatement.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/connectivity/source/drivers/flat/EPreparedStatement.cxx b/connectivity/source/drivers/flat/EPreparedStatement.cxx index dbebca8f08d8..76706384ebd1 100644 --- a/connectivity/source/drivers/flat/EPreparedStatement.cxx +++ b/connectivity/source/drivers/flat/EPreparedStatement.cxx @@ -4,9 +4,9 @@ * * $RCSfile: EPreparedStatement.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 06:00:55 $ + * last change: $Author: obo $ $Date: 2006-09-17 02:38:14 $ * * 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" + #ifndef _CONNECTIVITY_FLAT_EPREPAREDSTATEMENT_HXX_ #include "flat/EPreparedStatement.hxx" #endif diff --git a/connectivity/source/drivers/flat/EStatement.cxx b/connectivity/source/drivers/flat/EStatement.cxx index 0e3aded411e7..d2f2d1bdbce9 100644 --- a/connectivity/source/drivers/flat/EStatement.cxx +++ b/connectivity/source/drivers/flat/EStatement.cxx @@ -4,9 +4,9 @@ * * $RCSfile: EStatement.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 06:01:22 $ + * last change: $Author: obo $ $Date: 2006-09-17 02:38:44 $ * * 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" + #ifndef _CONNECTIVITY_FLAT_ESTATEMENT_HXX_ #include "flat/EStatement.hxx" #endif |