diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:27:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:27:31 +0000 |
commit | feef9500ba5d23064328df6dbbbcf79a61638f4e (patch) | |
tree | cec913c88df12cc0fab128fbe58fd2bf370b7a02 /scripting/source | |
parent | b3c4aec90cc7f0b46d6e5279f54fedceb38eddd4 (diff) |
INTEGRATION: CWS pchfix02 (1.12.36); FILE MERGED
2006/09/01 17:35:35 kaib 1.12.36.1: #i68856# Added header markers and pch files
Diffstat (limited to 'scripting/source')
-rw-r--r-- | scripting/source/provider/ActiveMSPList.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scripting/source/provider/ActiveMSPList.cxx b/scripting/source/provider/ActiveMSPList.cxx index 1762174a8a4f..e48f08b60ccb 100644 --- a/scripting/source/provider/ActiveMSPList.cxx +++ b/scripting/source/provider/ActiveMSPList.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ActiveMSPList.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:27:45 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:27:31 $ * * 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_scripting.hxx" #include <cppuhelper/implementationentry.hxx> #include <cppuhelper/factory.hxx> #include <cppuhelper/implbase1.hxx> |