diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:46:48 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:46:48 +0000 |
commit | fe485ba54c314991812c31c6b81b0a75021510a7 (patch) | |
tree | dc772fbae86a62a701a93d0ab2f93278c0ecc7e0 /jvmfwk | |
parent | 07bb66a25a6971fcef24195e82ea5137c9de48d2 (diff) |
INTEGRATION: CWS pchfix02 (1.11.16); FILE MERGED
2006/09/01 17:31:40 kaib 1.11.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/plugins/sunmajor/pluginlib/util.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/util.cxx b/jvmfwk/plugins/sunmajor/pluginlib/util.cxx index 9827d7ffc7e9..75118667e865 100644 --- a/jvmfwk/plugins/sunmajor/pluginlib/util.cxx +++ b/jvmfwk/plugins/sunmajor/pluginlib/util.cxx @@ -4,9 +4,9 @@ * * $RCSfile: util.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:10:08 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:46:48 $ * * 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 "util.hxx" #include "osl/process.h" |