diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 10:40:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 10:40:35 +0000 |
commit | a4dfa4729e38c59ac28641895a13b291c4418113 (patch) | |
tree | 044b0cfd248ecd0351f9f09f859f530be5150bca /xmlscript/test | |
parent | 474d8976364819c096bf8c413d490c2fb1ee0b62 (diff) |
INTEGRATION: CWS pchfix02 (1.18.18); FILE MERGED
2006/09/01 18:00:35 kaib 1.18.18.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmlscript/test')
-rw-r--r-- | xmlscript/test/imexp.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlscript/test/imexp.cxx b/xmlscript/test/imexp.cxx index c7ee22b4eb09..88798c322a12 100644 --- a/xmlscript/test/imexp.cxx +++ b/xmlscript/test/imexp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: imexp.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: rt $ $Date: 2005-09-09 16:18:22 $ + * last change: $Author: obo $ $Date: 2006-09-17 11:40:35 $ * * 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_xmlscript.hxx" + #include <stdio.h> #include <rtl/memory.h> #include "osl/file.h" |