diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:31:44 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:31:44 +0000 |
commit | 76be6f1eeaf6bd500b835e551810781dc2d582b5 (patch) | |
tree | 259321f103ec0e6290694782ed0fa5eb29409188 /scripting/source | |
parent | 94e610ae1d0afa737040e4a69017c9626b68e078 (diff) |
INTEGRATION: CWS pchfix02 (1.21.36); FILE MERGED
2006/09/01 17:35:38 kaib 1.21.36.1: #i68856# Added header markers and pch files
Diffstat (limited to 'scripting/source')
-rwxr-xr-x | scripting/source/storage/ScriptSecurityManager.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scripting/source/storage/ScriptSecurityManager.cxx b/scripting/source/storage/ScriptSecurityManager.cxx index 7d6bee837b18..4c2a7c82d14e 100755 --- a/scripting/source/storage/ScriptSecurityManager.cxx +++ b/scripting/source/storage/ScriptSecurityManager.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ScriptSecurityManager.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:37:23 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:31:44 $ * * 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 <com/sun/star/lang/XMultiComponentFactory.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XComponent.hpp> |