diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:11:53 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:11:53 +0000 |
commit | acad0909574034b410aa15f0f11f59dd77394ba8 (patch) | |
tree | c9fb1b85f8295e57a92b6861d174f04e78d2c2c3 /connectivity | |
parent | aec0baed4003ee81d98dd86c30f6db961c403fe7 (diff) |
INTEGRATION: CWS pchfix02 (1.10.60); FILE MERGED
2006/09/01 17:22:37 kaib 1.10.60.1: #i68856# Added header markers and pch files
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/sdbcx/VIndexColumn.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/source/sdbcx/VIndexColumn.cxx b/connectivity/source/sdbcx/VIndexColumn.cxx index f194234fda24..e90992c94826 100644 --- a/connectivity/source/sdbcx/VIndexColumn.cxx +++ b/connectivity/source/sdbcx/VIndexColumn.cxx @@ -4,9 +4,9 @@ * * $RCSfile: VIndexColumn.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:10:46 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:11:53 $ * * 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_SDBCX_INDEXCOLUMN_HXX_ #include "connectivity/sdbcx/VIndexColumn.hxx" #endif |