diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:36:09 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:36:09 +0000 |
commit | 0896e64d57ce7adb8a827c82a829ab418098a3f9 (patch) | |
tree | 3b372776894d8513724634973fe2445fef3a6578 | |
parent | 15032fb1b9403349dd473b339046e1d15ee9df37 (diff) |
INTEGRATION: CWS pchfix02 (1.4.34); FILE MERGED
2006/09/01 17:19:21 kaib 1.4.34.1: #i68856# Added header markers and pch files
-rw-r--r-- | codemaker/source/commonjava/commonjava.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/codemaker/source/commonjava/commonjava.cxx b/codemaker/source/commonjava/commonjava.cxx index 71125e22a33d..a33503b3f217 100644 --- a/codemaker/source/commonjava/commonjava.cxx +++ b/codemaker/source/commonjava/commonjava.cxx @@ -4,9 +4,9 @@ * * $RCSfile: commonjava.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2005-10-27 17:11:32 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:36:09 $ * * 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_codemaker.hxx" + #include "sal/config.h" #include "codemaker/commonjava.hxx" |