diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:04:00 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:04:00 +0000 |
commit | a12fed5e6ff4829ee63264c18d5eb9cc688f88fe (patch) | |
tree | 3cc6fd23a63db6e30bc2796c5c87aefc0f82cffc /connectivity | |
parent | e7100183e995ea2ff4c2ae97e494279ce7d869b7 (diff) |
INTEGRATION: CWS pchfix02 (1.10.34); FILE MERGED
2006/09/01 17:22:31 kaib 1.10.34.1: #i68856# Added header markers and pch files
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/mysql/YTables.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/source/drivers/mysql/YTables.cxx b/connectivity/source/drivers/mysql/YTables.cxx index 90b559676415..4582dc269d17 100644 --- a/connectivity/source/drivers/mysql/YTables.cxx +++ b/connectivity/source/drivers/mysql/YTables.cxx @@ -4,9 +4,9 @@ * * $RCSfile: YTables.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: kz $ $Date: 2006-07-19 15:53:58 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:04:00 $ * * 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_MYSQL_TABLES_HXX #include "mysql/YTables.hxx" #endif |