From 70fccdd470b11e4630f8f537b5c796c16869742d Mon Sep 17 00:00:00 2001 From: Noel Power Date: Tue, 19 Aug 2003 08:51:53 +0000 Subject: #17307# Adding Duncans changes for Runtime->Provider These changes need to be reviewed/reworked --- scripting/source/storage/ScriptSecurityManager.cxx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'scripting/source/storage/ScriptSecurityManager.cxx') diff --git a/scripting/source/storage/ScriptSecurityManager.cxx b/scripting/source/storage/ScriptSecurityManager.cxx index f41f5b5693fb..03bc57fa9b37 100755 --- a/scripting/source/storage/ScriptSecurityManager.cxx +++ b/scripting/source/storage/ScriptSecurityManager.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ScriptSecurityManager.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: dfoster $ $Date: 2003-03-12 15:54:16 $ + * last change: $Author: npower $ $Date: 2003-08-19 09:49:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -162,6 +162,9 @@ throw ( RuntimeException ) //need to check if storage has any scripts try { + /* need to replace this with something better, now logical names are + * gone + Reference< XInterface > xInterface; Any a = m_xContext->getValueByName( OUString::createFromAscii( SCRIPTSTORAGEMANAGER_SERVICE ) ); @@ -186,7 +189,7 @@ throw ( RuntimeException ) if( !logicalNames.getLength() ) // we have no logical names { return; - } + } */ // we have some scripts so read config & decide on that basis // Setup flags: m_runMacroSetting, m_warning, m_confirmationRequired, -- cgit