From 57ee01dc523b5cba2f64ab79d4180e442d20fd97 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sun, 17 Sep 2006 15:07:05 +0000 Subject: INTEGRATION: CWS pchfix02 (1.4.16); FILE MERGED 2006/09/01 17:31:32 kaib 1.4.16.1: #i68856# Added header markers and pch files --- javaunohelper/source/vm.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'javaunohelper/source') diff --git a/javaunohelper/source/vm.cxx b/javaunohelper/source/vm.cxx index 1ce754c69d8b..9089b4069daa 100644 --- a/javaunohelper/source/vm.cxx +++ b/javaunohelper/source/vm.cxx @@ -4,9 +4,9 @@ * * $RCSfile: vm.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: kz $ $Date: 2006-01-03 12:42:46 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:07: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_javaunohelper.hxx" + #include "sal/config.h" #include "vm.hxx" -- cgit