diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:47:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:47:02 +0000 |
commit | 7879fff14fe966c63d81ab9ac604dbcbfab4d16c (patch) | |
tree | d9a91c9afbcb762c047acd3ec6075da63754a395 | |
parent | fe485ba54c314991812c31c6b81b0a75021510a7 (diff) |
INTEGRATION: CWS pchfix02 (1.5.16); FILE MERGED
2006/09/01 17:31:40 kaib 1.5.16.1: #i68856# Added header markers and pch files
-rw-r--r-- | jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx index 4bcfaa6448e7..eb600ce14adb 100644 --- a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx +++ b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.cxx @@ -4,9 +4,9 @@ * * $RCSfile: vendorbase.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:10:20 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:47:02 $ * * 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 "vendorbase.hxx" |