diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:10:09 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:10:09 +0000 |
commit | fe41852dc4b01da57d762a805fc29e3599b9d38b (patch) | |
tree | 4f9382bf1faa56b95fbe703065ec3a210ed66557 /connectivity | |
parent | 65405239342d28332d39e06626007f42ee0a32db (diff) |
INTEGRATION: CWS pchfix02 (1.2.60); FILE MERGED
2006/09/01 17:22:35 kaib 1.2.60.1: #i68856# Added header markers and pch files
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/parse/wrap_sqlflex.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/source/parse/wrap_sqlflex.cxx b/connectivity/source/parse/wrap_sqlflex.cxx index 2a84f8e7b1ab..df49eef56d21 100644 --- a/connectivity/source/parse/wrap_sqlflex.cxx +++ b/connectivity/source/parse/wrap_sqlflex.cxx @@ -4,9 +4,9 @@ * * $RCSfile: wrap_sqlflex.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:09:25 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:10:09 $ * * 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" + #if defined _MSC_VER #pragma warning(disable:4505) #endif |