diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 01:27:39 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 01:27:39 +0000 |
commit | 509cc4a822c6e861db0445d7c41b1fce623e2467 (patch) | |
tree | e0696893c70492d899619558ae987628220232e7 | |
parent | 2154ea06c79373973319360945cfd0d811e28b28 (diff) |
INTEGRATION: CWS pchfix02 (1.3.166); FILE MERGED
2006/09/01 17:22:07 kaib 1.3.166.1: #i68856# Added header markers and pch files
-rw-r--r-- | connectivity/source/drivers/evoab/LStatement.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/source/drivers/evoab/LStatement.cxx b/connectivity/source/drivers/evoab/LStatement.cxx index 57be75da67f4..441080c1907b 100644 --- a/connectivity/source/drivers/evoab/LStatement.cxx +++ b/connectivity/source/drivers/evoab/LStatement.cxx @@ -4,9 +4,9 @@ * * $RCSfile: LStatement.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 05:47:12 $ + * last change: $Author: obo $ $Date: 2006-09-17 02:27:39 $ * * 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_EVOAB_LSTATEMENT_HXX_ #include "LStatement.hxx" #endif |