diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:40:19 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:40:19 +0000 |
commit | 92df4a0d0c129527c18a013ef673443a7a9a2ee3 (patch) | |
tree | f77dcafc91e0d69de60e3712d00c07be0e6a9148 /codemaker/test | |
parent | e0b742a8acab744efe19fcbfa20c2da4f238a81d (diff) |
INTEGRATION: CWS pchfix02 (1.9.6); FILE MERGED
2006/09/01 17:19:25 kaib 1.9.6.1: #i68856# Added header markers and pch files
Diffstat (limited to 'codemaker/test')
-rw-r--r-- | codemaker/test/cppumaker/test_codemaker_cppumaker.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/codemaker/test/cppumaker/test_codemaker_cppumaker.cxx b/codemaker/test/cppumaker/test_codemaker_cppumaker.cxx index e6a775cce073..5cc29604c4d5 100644 --- a/codemaker/test/cppumaker/test_codemaker_cppumaker.cxx +++ b/codemaker/test/cppumaker/test_codemaker_cppumaker.cxx @@ -4,9 +4,9 @@ * * $RCSfile: test_codemaker_cppumaker.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: kz $ $Date: 2006-07-20 16:07:12 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:40:19 $ * * 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 "FILE.hpp" #include "lconv.hpp" #include "tm.hpp" |