diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:26:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:26:29 +0000 |
commit | b405f79d4fd0f2b201fb72fdda994d5af7070709 (patch) | |
tree | 136d495460bc07afbde317fbe871d2d8a4ee1983 /scripting | |
parent | 0fe8ddeece7e060249ac849c3313b5e82e926035 (diff) |
INTEGRATION: CWS pchfix02 (1.13.4); FILE MERGED
2006/09/01 17:35:34 kaib 1.13.4.1: #i68856# Added header markers and pch files
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/basprov/basscript.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scripting/source/basprov/basscript.cxx b/scripting/source/basprov/basscript.cxx index 351c65f64975..c32441932299 100644 --- a/scripting/source/basprov/basscript.cxx +++ b/scripting/source/basprov/basscript.cxx @@ -4,9 +4,9 @@ * * $RCSfile: basscript.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: ihi $ $Date: 2006-08-04 10:53:38 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:26:29 $ * * 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_scripting.hxx" + #ifndef SCRIPTING_BASSCRIPT_HXX #include "basscript.hxx" #endif |