diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:37:21 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:37:21 +0000 |
commit | 05dd40f963bebed602d9e01cc37f878b3900af53 (patch) | |
tree | 61465489ddaca2662e9fd8019c694872d4edbb84 /codemaker/source/cppumaker/includes.cxx | |
parent | 6c96c8c9fd688c9ed972550b26bc868676c32250 (diff) |
INTEGRATION: CWS pchfix02 (1.6.8); FILE MERGED
2006/09/01 17:19:22 kaib 1.6.8.1: #i68856# Added header markers and pch files
Diffstat (limited to 'codemaker/source/cppumaker/includes.cxx')
-rw-r--r-- | codemaker/source/cppumaker/includes.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/codemaker/source/cppumaker/includes.cxx b/codemaker/source/cppumaker/includes.cxx index ce8d8fed3cc4..db3e11eb3304 100644 --- a/codemaker/source/cppumaker/includes.cxx +++ b/codemaker/source/cppumaker/includes.cxx @@ -4,9 +4,9 @@ * * $RCSfile: includes.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:24:44 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:37:21 $ * * 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 "includes.hxx" #include "dumputils.hxx" |