summaryrefslogtreecommitdiff
path: root/scripting/source/storage/ScriptSecurityManager.cxx
diff options
context:
space:
mode:
authorNoel Power <npower@openoffice.org>2003-08-19 08:51:53 +0000
committerNoel Power <npower@openoffice.org>2003-08-19 08:51:53 +0000
commit70fccdd470b11e4630f8f537b5c796c16869742d (patch)
tree492274aca7688afd103b6234b854502ce74cee8c /scripting/source/storage/ScriptSecurityManager.cxx
parenta3b746cab7dee21db2d14d3cf3a630eb93d0b23a (diff)
#17307#
Adding Duncans changes for Runtime->Provider These changes need to be reviewed/reworked
Diffstat (limited to 'scripting/source/storage/ScriptSecurityManager.cxx')
-rwxr-xr-xscripting/source/storage/ScriptSecurityManager.cxx9
1 files changed, 6 insertions, 3 deletions
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,