diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:15:39 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:15:39 +0000 |
commit | 010c49679fc527944ed3d5eaf28906ac1645d66e (patch) | |
tree | 5a2a579897f1966abc3a431f7742b3ec737ad7f2 /connectivity/workben | |
parent | 1e00431afe9a445e30e07eee6c36d92910e90f1d (diff) |
INTEGRATION: CWS pchfix02 (1.7.60); FILE MERGED
2006/09/01 17:22:40 kaib 1.7.60.1: #i68856# Added header markers and pch files
Diffstat (limited to 'connectivity/workben')
-rw-r--r-- | connectivity/workben/testmoz/main.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/workben/testmoz/main.cxx b/connectivity/workben/testmoz/main.cxx index cf383f49d0d5..b25db6c42c3e 100644 --- a/connectivity/workben/testmoz/main.cxx +++ b/connectivity/workben/testmoz/main.cxx @@ -4,9 +4,9 @@ * * $RCSfile: main.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:12:19 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:15:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_connectivity.hxx" #ifndef _CONNECTIVITY_SQLPARSE_HXX #include <connectivity/sqlparse.hxx> #endif |