diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:47:38 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:47:38 +0000 |
commit | 3b07bd24ee1e91f269d87bc7df1e69a0263b602a (patch) | |
tree | fe90a28972f4bcc58766aa3ec9df888fc1300a40 /jvmfwk/source/elements.cxx | |
parent | 3f23c02eb516c2f2ae9b350aec25fb4ed5762ee8 (diff) |
INTEGRATION: CWS pchfix02 (1.16.16); FILE MERGED
2006/09/01 17:31:41 kaib 1.16.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'jvmfwk/source/elements.cxx')
-rw-r--r-- | jvmfwk/source/elements.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/jvmfwk/source/elements.cxx b/jvmfwk/source/elements.cxx index 7db5f9c109cd..a857c1040760 100644 --- a/jvmfwk/source/elements.cxx +++ b/jvmfwk/source/elements.cxx @@ -4,9 +4,9 @@ * * $RCSfile: elements.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:10:45 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:47:38 $ * * 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" #include "elements.hxx" #include "osl/mutex.hxx" #include "osl/file.hxx" |