diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:09:54 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:09:54 +0000 |
commit | 65405239342d28332d39e06626007f42ee0a32db (patch) | |
tree | d5e0a69a56be3a2a3bd898a5db9613789a2bb5c5 /connectivity/source/parse/wrap_sqlbison.cxx | |
parent | 3255e82a10c9053b7633e2d0c17bb3054d9c7471 (diff) |
INTEGRATION: CWS pchfix02 (1.3.60); FILE MERGED
2006/09/01 17:22:35 kaib 1.3.60.1: #i68856# Added header markers and pch files
Diffstat (limited to 'connectivity/source/parse/wrap_sqlbison.cxx')
-rw-r--r-- | connectivity/source/parse/wrap_sqlbison.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/source/parse/wrap_sqlbison.cxx b/connectivity/source/parse/wrap_sqlbison.cxx index e2dd92064e96..95cbd180fb4f 100644 --- a/connectivity/source/parse/wrap_sqlbison.cxx +++ b/connectivity/source/parse/wrap_sqlbison.cxx @@ -4,9 +4,9 @@ * * $RCSfile: wrap_sqlbison.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:09:15 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:09:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,4 +33,7 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_connectivity.hxx" + #include "sqlbison.cxx" |