diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:48:18 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:48:18 +0000 |
commit | 204c00b2a988d04c2f6e17661c557948ced02e07 (patch) | |
tree | 06b293f7895541f363cb91b19b54f73a68eb7758 /jvmfwk/source | |
parent | 962e81c0dcd2aefaf193301b8bfd1971630ac74c (diff) |
INTEGRATION: CWS pchfix02 (1.24.16); FILE MERGED
2006/09/01 17:31:42 kaib 1.24.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'jvmfwk/source')
-rw-r--r-- | jvmfwk/source/fwkutil.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/jvmfwk/source/fwkutil.cxx b/jvmfwk/source/fwkutil.cxx index f4e6186923d1..d61fe88df205 100644 --- a/jvmfwk/source/fwkutil.cxx +++ b/jvmfwk/source/fwkutil.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fwkutil.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:11:26 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:48:18 $ * * 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_jvmfwk.hxx" + #if defined WNT #if defined _MSC_VER #pragma warning(push, 1) |