diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:28:15 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:28:15 +0000 |
commit | d07e6d9637d5dd1cd75875e2c6343e2a0dc4e575 (patch) | |
tree | 0a8f71682cf1d5a6efd4ac3b0e847a7df13b9b10 /scripting/source/provider | |
parent | 9ffe308f610c20c0dc86ad834a9136914eedd17d (diff) |
INTEGRATION: CWS pchfix02 (1.19.10); FILE MERGED
2006/09/01 17:35:35 kaib 1.19.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'scripting/source/provider')
-rwxr-xr-x | scripting/source/provider/MasterScriptProvider.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scripting/source/provider/MasterScriptProvider.cxx b/scripting/source/provider/MasterScriptProvider.cxx index 0eb6082c8b21..c4d75ef357b6 100755 --- a/scripting/source/provider/MasterScriptProvider.cxx +++ b/scripting/source/provider/MasterScriptProvider.cxx @@ -4,9 +4,9 @@ * * $RCSfile: MasterScriptProvider.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: hr $ $Date: 2006-06-19 10:21:07 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:28:15 $ * * 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 <cppuhelper/implementationentry.hxx> #include <cppuhelper/factory.hxx> #include <com/sun/star/frame/XModel.hpp> |