diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:06:38 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:06:38 +0000 |
commit | 39b8cdf100ca57bea86f1f03c8e97bcfeeecd104 (patch) | |
tree | 93a3ff01e28c40fae4f4400f9a9d131a958f3735 /javaunohelper | |
parent | c18db450538d537d0780483d4b4e053e7f4ffb7d (diff) |
INTEGRATION: CWS pchfix02 (1.11.4); FILE MERGED
2006/09/01 17:31:31 kaib 1.11.4.1: #i68856# Added header markers and pch files
Diffstat (limited to 'javaunohelper')
-rw-r--r-- | javaunohelper/source/bootstrap.cxx | 7 | ||||
-rw-r--r-- | javaunohelper/source/javaunohelper.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/javaunohelper/source/bootstrap.cxx b/javaunohelper/source/bootstrap.cxx index 71b024d409dd..aee1f40baf2f 100644 --- a/javaunohelper/source/bootstrap.cxx +++ b/javaunohelper/source/bootstrap.cxx @@ -4,9 +4,9 @@ * * $RCSfile: bootstrap.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2006-06-19 21:54:45 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:06:25 $ * * 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 "osl/diagnose.h" #include "rtl/alloc.h" diff --git a/javaunohelper/source/javaunohelper.cxx b/javaunohelper/source/javaunohelper.cxx index e7b52ddef337..1d6cd1bc1390 100644 --- a/javaunohelper/source/javaunohelper.cxx +++ b/javaunohelper/source/javaunohelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: javaunohelper.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2006-06-19 21:54:58 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:06:38 $ * * 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 <osl/diagnose.h> #include <osl/module.h> |