diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:29:59 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:29:59 +0000 |
commit | 23bce5ac94f64c0b87f9993f0f0b2040d6a559e1 (patch) | |
tree | 9dbfdb2109e9d75389610ba5d5a4988032c417eb /scripting | |
parent | 7ba304511e086ce04aa4b76644945665a7af6e12 (diff) |
INTEGRATION: CWS pchfix02 (1.20.36); FILE MERGED
2006/09/01 17:35:37 kaib 1.20.36.1: #i68856# Added header markers and pch files
Diffstat (limited to 'scripting')
-rwxr-xr-x | scripting/source/runtimemgr/ScriptRuntimeManager.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scripting/source/runtimemgr/ScriptRuntimeManager.cxx b/scripting/source/runtimemgr/ScriptRuntimeManager.cxx index 2a6b707212e3..9287d4c7fca7 100755 --- a/scripting/source/runtimemgr/ScriptRuntimeManager.cxx +++ b/scripting/source/runtimemgr/ScriptRuntimeManager.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ScriptRuntimeManager.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:33:43 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:29:59 $ * * 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 _VCL_MSGBOX_HXX #include <vcl/msgbox.hxx> #endif |