diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 01:20:52 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 01:20:52 +0000 |
commit | 947fe9b090b1cad747f02dac380f6fb84fca6a0b (patch) | |
tree | 38f7d0ec29634d8111dfd1b4400943db1d532a71 /connectivity/source/drivers | |
parent | 5a66b7912005aaf1793900794f4571e500b04981 (diff) |
INTEGRATION: CWS pchfix02 (1.5.60); FILE MERGED
2006/09/01 17:22:01 kaib 1.5.60.1: #i68856# Added header markers and pch files
Diffstat (limited to 'connectivity/source/drivers')
-rw-r--r-- | connectivity/source/drivers/calc/Cservices.cxx | 7 | ||||
-rw-r--r-- | connectivity/source/drivers/dbase/DCode.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/connectivity/source/drivers/calc/Cservices.cxx b/connectivity/source/drivers/calc/Cservices.cxx index 9d5945029d95..30b9e0e57b3d 100644 --- a/connectivity/source/drivers/calc/Cservices.cxx +++ b/connectivity/source/drivers/calc/Cservices.cxx @@ -4,9 +4,9 @@ * * $RCSfile: Cservices.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 01:18:43 $ + * last change: $Author: obo $ $Date: 2006-09-17 02:20:25 $ * * 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_CALC_DRIVER_HXX_ #include "calc/CDriver.hxx" #endif diff --git a/connectivity/source/drivers/dbase/DCode.cxx b/connectivity/source/drivers/dbase/DCode.cxx index 2743ca67ef86..aa3888cdb8e1 100644 --- a/connectivity/source/drivers/dbase/DCode.cxx +++ b/connectivity/source/drivers/dbase/DCode.cxx @@ -4,9 +4,9 @@ * * $RCSfile: DCode.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 01:18:55 $ + * last change: $Author: obo $ $Date: 2006-09-17 02:20:52 $ * * 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_DBASE_DCODE_HXX #include "dbase/DCode.hxx" #endif |