diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:44:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:44:33 +0000 |
commit | 693c4df76bab725085ac9fc6f4e34d2dc84ece17 (patch) | |
tree | 21d49cda73464a2b6358c039a6fcc6d068c6801a /cppuhelper | |
parent | b2a4acc4c14e31814141cf1cffa00b2e1d9183ea (diff) |
INTEGRATION: CWS pchfix02 (1.12.56); FILE MERGED
2006/09/01 17:23:20 kaib 1.12.56.1: #i68856# Added header markers and pch files
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/test/testhelper.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cppuhelper/test/testhelper.cxx b/cppuhelper/test/testhelper.cxx index 5cd9b23e04f0..ad38f4e1ed86 100644 --- a/cppuhelper/test/testhelper.cxx +++ b/cppuhelper/test/testhelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testhelper.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2005-09-08 09:33:23 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:44:33 $ * * 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_cppuhelper.hxx" + #include <stdio.h> #include <rtl/ustrbuf.hxx> #include <osl/diagnose.h> |