diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:07:05 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:07:05 +0000 |
commit | bbd5ec407de539ca2c0b39d27dd6eb2402bc8748 (patch) | |
tree | 4d61bb6d8a7d5cb2f50740ed34323a5b8bb4efda /javaunohelper | |
parent | 5d58dea9b251d44c6a3ebdbc51a2705ae60a6c42 (diff) |
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
Diffstat (limited to 'javaunohelper')
-rw-r--r-- | javaunohelper/source/vm.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/javaunohelper/source/vm.cxx b/javaunohelper/source/vm.cxx index 0875edaee..43364c4e7 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" |