diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 01:31:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 01:31:43 +0000 |
commit | 3e911dddb0774814ec90acac1ae0bb335ef6de57 (patch) | |
tree | 989786e2bbb34f4796095e50e52906e7a0f97526 /connectivity | |
parent | 1bc7cee0ba12f6fa48250051bd8b9cf2a3d10ad8 (diff) |
INTEGRATION: CWS pchfix02 (1.7.166); FILE MERGED
2006/09/01 17:22:10 kaib 1.7.166.1: #i68856# Added header markers and pch files
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/file/FColumns.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/source/drivers/file/FColumns.cxx b/connectivity/source/drivers/file/FColumns.cxx index 79e87df2549b..a13e832130cf 100644 --- a/connectivity/source/drivers/file/FColumns.cxx +++ b/connectivity/source/drivers/file/FColumns.cxx @@ -4,9 +4,9 @@ * * $RCSfile: FColumns.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-08 05:54:44 $ + * last change: $Author: obo $ $Date: 2006-09-17 02:31:43 $ * * 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_FILE_COLUMNS_HXX_ #include "file/FColumns.hxx" #endif |