diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:36:23 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:36:23 +0000 |
commit | 049038134722abf88df3c4716eebc94b93734cae (patch) | |
tree | 55b5fd8b35cc98fab281fe472415a15e81a9ccb8 /codemaker | |
parent | 0896e64d57ce7adb8a827c82a829ab418098a3f9 (diff) |
INTEGRATION: CWS pchfix02 (1.9.16); FILE MERGED
2006/09/01 17:19:22 kaib 1.9.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/source/cppumaker/cppumaker.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/codemaker/source/cppumaker/cppumaker.cxx b/codemaker/source/cppumaker/cppumaker.cxx index 724a15ab885c..4143602e4d83 100644 --- a/codemaker/source/cppumaker/cppumaker.cxx +++ b/codemaker/source/cppumaker/cppumaker.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cppumaker.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: vg $ $Date: 2006-03-15 09:12:44 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:36:23 $ * * 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 <stdio.h> #include "sal/main.h" |