diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 01:19:44 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 01:19:44 +0000 |
commit | 317388be51d63f4e8a5358b85f749e10375b5b22 (patch) | |
tree | 09c2ca73e722b4b2d8f14ef2c574a55ba3ef8815 /connectivity/source/drivers/calc/CStatement.cxx | |
parent | acd31e88388b9ba13996a0a3fd5832fb1701cfc0 (diff) |
INTEGRATION: CWS pchfix02 (1.3.166); FILE MERGED
2006/09/01 17:22:01 kaib 1.3.166.1: #i68856# Added header markers and pch files
Diffstat (limited to 'connectivity/source/drivers/calc/CStatement.cxx')
-rw-r--r-- | connectivity/source/drivers/calc/CStatement.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/source/drivers/calc/CStatement.cxx b/connectivity/source/drivers/calc/CStatement.cxx index 4a9f735a9564..450d170bb6c2 100644 --- a/connectivity/source/drivers/calc/CStatement.cxx +++ b/connectivity/source/drivers/calc/CStatement.cxx @@ -4,9 +4,9 @@ * * $RCSfile: CStatement.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 05:35:31 $ + * last change: $Author: obo $ $Date: 2006-09-17 02:19:44 $ * * 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_CALC_STATEMENT_HXX_ #include "calc/CStatement.hxx" #endif |