diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:08:54 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:08:54 +0000 |
commit | 356b174a67a2b71b7309624fbb42d7c35a4c3d44 (patch) | |
tree | 963a569e691a44de710e102ab3458a4dfc54285d /connectivity/source/parse/PColumn.cxx | |
parent | cc168a85faca8391298c7038b768d5e507358cd2 (diff) |
INTEGRATION: CWS pchfix02 (1.13.42); FILE MERGED
2006/09/01 17:22:35 kaib 1.13.42.1: #i68856# Added header markers and pch files
Diffstat (limited to 'connectivity/source/parse/PColumn.cxx')
-rw-r--r-- | connectivity/source/parse/PColumn.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/source/parse/PColumn.cxx b/connectivity/source/parse/PColumn.cxx index f7f3b5a9b1e2..efda71bdd580 100644 --- a/connectivity/source/parse/PColumn.cxx +++ b/connectivity/source/parse/PColumn.cxx @@ -4,9 +4,9 @@ * * $RCSfile: PColumn.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: obo $ $Date: 2006-07-10 14:37:58 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:08:54 $ * * 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_SDBCX_COLUMN_HXX_ #include "connectivity/PColumn.hxx" #endif |