diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:29:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:29:43 +0000 |
commit | 7ba304511e086ce04aa4b76644945665a7af6e12 (patch) | |
tree | 535c5d141b82ab10b8f0a5d34b6d8a204c364741 /scripting/source | |
parent | ee6f87f90df2359814197bfa37f07c818c76a999 (diff) |
INTEGRATION: CWS pchfix02 (1.29.36); FILE MERGED
2006/09/01 17:35:36 kaib 1.29.36.1: #i68856# Added header markers and pch files
Diffstat (limited to 'scripting/source')
-rw-r--r-- | scripting/source/runtimemgr/ScriptNameResolverImpl.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scripting/source/runtimemgr/ScriptNameResolverImpl.cxx b/scripting/source/runtimemgr/ScriptNameResolverImpl.cxx index 8bee33f42e2c..aa51c6ea2e98 100644 --- a/scripting/source/runtimemgr/ScriptNameResolverImpl.cxx +++ b/scripting/source/runtimemgr/ScriptNameResolverImpl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ScriptNameResolverImpl.cxx,v $ * - * $Revision: 1.29 $ + * $Revision: 1.30 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:33:10 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:29:43 $ * * 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" + #include <vector> #include <stdlib.h> |