diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:15:54 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:15:54 +0000 |
commit | 92f30171789ba1b53632e75fca0359408cfe6dee (patch) | |
tree | aab1d7d4d1be2843d6a21db0da4f0215af4126bf /connectivity/workben/testmoz | |
parent | 010c49679fc527944ed3d5eaf28906ac1645d66e (diff) |
INTEGRATION: CWS pchfix02 (1.4.60); FILE MERGED
2006/09/01 17:22:40 kaib 1.4.60.1: #i68856# Added header markers and pch files
Diffstat (limited to 'connectivity/workben/testmoz')
-rw-r--r-- | connectivity/workben/testmoz/mozthread.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/workben/testmoz/mozthread.cxx b/connectivity/workben/testmoz/mozthread.cxx index fc0f7eb00702..7b79cca10b0e 100644 --- a/connectivity/workben/testmoz/mozthread.cxx +++ b/connectivity/workben/testmoz/mozthread.cxx @@ -4,9 +4,9 @@ * * $RCSfile: mozthread.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:12:30 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:15:54 $ * * 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 |