diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-18 11:25:24 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-18 11:25:24 +0000 |
commit | f60bb431114d110e6f8c52df831fe9441b8eecab (patch) | |
tree | 22ff97a578a648f3fa5deb2c7945b8d8b2b1be12 /cppu | |
parent | d827ba1e7ae9da0590bc384666b36559e0b76cab (diff) |
INTEGRATION: CWS unomacli64 (1.2.2); FILE MERGED
2007/06/08 09:10:17 kr 1.2.2.1: #i78114# missing includes for precompiled headers
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/test/env_tester/TestEnvironment.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cppu/test/env_tester/TestEnvironment.cxx b/cppu/test/env_tester/TestEnvironment.cxx index 7b08c5218f9e..b3f1b844d542 100644 --- a/cppu/test/env_tester/TestEnvironment.cxx +++ b/cppu/test/env_tester/TestEnvironment.cxx @@ -4,9 +4,9 @@ * * $RCSfile: TestEnvironment.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2007-05-09 13:47:51 $ + * last change: $Author: obo $ $Date: 2007-07-18 12:25:24 $ * * 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_cppu.hxx" + #include "uno/environment.h" |