*** empty log message ***

This commit is contained in:
Duncan Foster
2003-01-28 16:09:27 +00:00
parent 870638f3a5
commit eeb504ffcd
6 changed files with 53 additions and 31 deletions

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: ScriptStorageManager.cxx,v $
*
* $Revision: 1.16 $
* $Revision: 1.17 $
*
* last change: $Author: dfoster $ $Date: 2003-01-27 17:18:22 $
* last change: $Author: dfoster $ $Date: 2003-01-28 17:09:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -373,11 +373,11 @@ throw( RuntimeException )
}
//*************************************************************************
sal_Bool ScriptStorageManager::checkPermission( const Reference<
storage::XScriptInfo > & scriptInfo, const OUString & permissionRequest )
sal_Bool ScriptStorageManager::checkPermission( const OUString &
scriptStorageURI, const OUString & permissionRequest )
throw ( css::uno::RuntimeException )
{
return m_securityMgr.checkPermission( scriptInfo, permissionRequest );
return m_securityMgr.checkPermission( scriptStorageURI, permissionRequest );
}
//*************************************************************************