diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:43:05 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:43:05 +0000 |
commit | 2d8dcca930372b5c3baa1a377b1ce520b68b3fbc (patch) | |
tree | 7ea73fa353ecde292ee0392ca5f8d92af7e87550 /stoc | |
parent | 1b3063291d305da25fbfcb752c9c6a5d1eb38879 (diff) |
INTEGRATION: CWS pchfix02 (1.7.36); FILE MERGED
2006/09/01 17:41:22 kaib 1.7.36.1: #i68856# Added header markers and pch files
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/test/javavm/testjavavm.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/stoc/test/javavm/testjavavm.cxx b/stoc/test/javavm/testjavavm.cxx index e0a39e06bfac..324c30258f0f 100644 --- a/stoc/test/javavm/testjavavm.cxx +++ b/stoc/test/javavm/testjavavm.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testjavavm.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-08 08:27:57 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:43:05 $ * * 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_stoc.hxx" + #include <jni.h> |