summaryrefslogtreecommitdiff
path: root/jvmfwk/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-16 16:48:18 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-16 16:48:18 +0000
commitb9811fe89f32a7eff1d9e50d78e4095c7eb23430 (patch)
tree93551a646b30ca38657f736444306ec24f0678b8 /jvmfwk/source
parentb203427a30149691baac0d21fce14bb2c1591f43 (diff)
INTEGRATION: CWS pchfix02 (1.24.16); FILE MERGED
2006/09/01 17:31:42 kaib 1.24.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'jvmfwk/source')
-rw-r--r--jvmfwk/source/fwkutil.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/jvmfwk/source/fwkutil.cxx b/jvmfwk/source/fwkutil.cxx
index 51d662b95..74590788c 100644
--- a/jvmfwk/source/fwkutil.cxx
+++ b/jvmfwk/source/fwkutil.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fwkutil.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 00:11:26 $
+ * last change: $Author: obo $ $Date: 2006-09-16 17:48:18 $
*
* 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"
+
#if defined WNT
#if defined _MSC_VER
#pragma warning(push, 1)