diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:45:56 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:45:56 +0000 |
commit | 94c1d15428b77077bded5bd0a711927001a19696 (patch) | |
tree | ecda083f39bd83e4512dafc030f25ffe2072e824 /jvmfwk | |
parent | 36f405a4e4bc68fce14310961b5f464317d32100 (diff) |
INTEGRATION: CWS pchfix02 (1.20.16); FILE MERGED
2006/09/01 17:31:40 kaib 1.20.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx b/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx index 69cc2830ef15..9d06955ad9df 100644 --- a/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx +++ b/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sunjavaplugin.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:09:15 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:45:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_jvmfwk.hxx" #if OSL_DEBUG_LEVEL > 0 #include <stdio.h> #endif |