diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:43:51 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:43:51 +0000 |
commit | 1195699f2e49c07c41fd25bab9d382e5bffb96fe (patch) | |
tree | 0a2ebb4a7705328419c8e4595fb2365810a49c46 /cppuhelper | |
parent | a92db61333ca8d01255da2c4bea20c0bd200db7e (diff) |
INTEGRATION: CWS pchfix02 (1.4.56); FILE MERGED
2006/09/01 17:23:19 kaib 1.4.56.1: #i68856# Added header markers and pch files
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/test/cfg_test.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cppuhelper/test/cfg_test.cxx b/cppuhelper/test/cfg_test.cxx index f411fc23d202..c831d4176e71 100644 --- a/cppuhelper/test/cfg_test.cxx +++ b/cppuhelper/test/cfg_test.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cfg_test.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 09:31:28 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:43:51 $ * * 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" + // starting the executable: // -env:UNO_CFG_URL=local;<absolute_path>..\\..\\test\\cfg_data;<absolute_path>\\cfg_update // -env:UNO_TYPES=cpputest.rdb |