diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:08:12 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:08:12 +0000 |
commit | cc754a297aeb3cf08802b6af4816846f05333929 (patch) | |
tree | 2233e30fb7f4c883913707f500955bc93ef57bfa /connectivity | |
parent | 663610dfaea488486a8c43d24d4e1272ee9aecfb (diff) |
INTEGRATION: CWS pchfix02 (1.5.60); FILE MERGED
2006/09/01 17:22:34 kaib 1.5.60.1: #i68856# Added header markers and pch files
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/odbc/oservices.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/source/drivers/odbc/oservices.cxx b/connectivity/source/drivers/odbc/oservices.cxx index d84ccae18306..312a664191be 100644 --- a/connectivity/source/drivers/odbc/oservices.cxx +++ b/connectivity/source/drivers/odbc/oservices.cxx @@ -4,9 +4,9 @@ * * $RCSfile: oservices.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 01:57:05 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:08:12 $ * * 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_ODBC_ODRIVER_HXX_ #include "odbc/ODriver.hxx" #endif |