diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:45:42 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:45:42 +0000 |
commit | 36f405a4e4bc68fce14310961b5f464317d32100 (patch) | |
tree | 7637a35bc2483a5684de5bd403c8852305d88761 /jvmfwk | |
parent | eb84979e8f6d0d2b6c33f882c03639e37396d535 (diff) |
INTEGRATION: CWS pchfix02 (1.12.16); FILE MERGED
2006/09/01 17:31:39 kaib 1.12.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx b/jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx index 053a726963ca..ff566d0bcb7a 100644 --- a/jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx +++ b/jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx @@ -4,9 +4,9 @@ * * $RCSfile: otherjre.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:08:52 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:45:42 $ * * 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/thread.h" #include "otherjre.hxx" |