diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:12:05 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:12:05 +0000 |
commit | 372cfbb7aab4e627182fbc94eb7a4bbfe877af65 (patch) | |
tree | c9efad91ae230ddffc44f185718f608e7c8d66e2 /connectivity/source/sdbcx | |
parent | acad0909574034b410aa15f0f11f59dd77394ba8 (diff) |
INTEGRATION: CWS pchfix02 (1.15.60); FILE MERGED
2006/09/01 17:22:37 kaib 1.15.60.1: #i68856# Added header markers and pch files
Diffstat (limited to 'connectivity/source/sdbcx')
-rw-r--r-- | connectivity/source/sdbcx/VKey.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/source/sdbcx/VKey.cxx b/connectivity/source/sdbcx/VKey.cxx index 838857bd2a43..5e0f7a915c93 100644 --- a/connectivity/source/sdbcx/VKey.cxx +++ b/connectivity/source/sdbcx/VKey.cxx @@ -4,9 +4,9 @@ * * $RCSfile: VKey.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:10:58 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:12:05 $ * * 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_KEY_HXX_ #include "connectivity/sdbcx/VKey.hxx" |