diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:35:11 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:35:11 +0000 |
commit | a94a7b07fa681f2cd1f04e06e65bf562649e5989 (patch) | |
tree | 133f81dcfb0c2fe48c84258c9776f203e878c851 /extensions/workben/pythonautotest.cxx | |
parent | cce2b5e1777f343d05d0722e9f29aa4ef28ae4b6 (diff) |
INTEGRATION: CWS pchfix02 (1.5.46); FILE MERGED
2006/09/01 17:26:53 kaib 1.5.46.1: #i68856# Added header markers and pch files
Diffstat (limited to 'extensions/workben/pythonautotest.cxx')
-rw-r--r-- | extensions/workben/pythonautotest.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/extensions/workben/pythonautotest.cxx b/extensions/workben/pythonautotest.cxx index 2381a08ce..6c142d9a0 100644 --- a/extensions/workben/pythonautotest.cxx +++ b/extensions/workben/pythonautotest.cxx @@ -4,9 +4,9 @@ * * $RCSfile: pythonautotest.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2006-06-02 13:03:00 $ + * last change: $Author: obo $ $Date: 2006-09-16 13:34:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_extensions.hxx" #include <stdio.h> #include <stardiv/uno/repos/implementationregistration.hxx> #include <stardiv/uno/script/script.hxx> |