diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:45:28 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:45:28 +0000 |
commit | eb84979e8f6d0d2b6c33f882c03639e37396d535 (patch) | |
tree | 216bb7f920d868de3187313a4312876c3b136383 /jvmfwk | |
parent | a26a5dd7d849e2e30a4b7e3716f7be5123664948 (diff) |
INTEGRATION: CWS pchfix02 (1.10.4); FILE MERGED
2006/09/01 17:31:39 kaib 1.10.4.1: #i68856# Added header markers and pch files
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/plugins/sunmajor/pluginlib/gnujre.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/gnujre.cxx b/jvmfwk/plugins/sunmajor/pluginlib/gnujre.cxx index 5ed2eb7b70d1..328234d2c37a 100644 --- a/jvmfwk/plugins/sunmajor/pluginlib/gnujre.cxx +++ b/jvmfwk/plugins/sunmajor/pluginlib/gnujre.cxx @@ -4,9 +4,9 @@ * * $RCSfile: gnujre.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2006-08-11 16:19:44 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:45:28 $ * * 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" + #include "osl/file.hxx" #include "osl/thread.h" #include "gnujre.hxx" |