*** 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: ScriptNameResolverImpl.hxx,v $
*
* $Revision: 1.9 $
* $Revision: 1.10 $
*
* last change: $Author: npower $ $Date: 2003-01-28 11:52:17 $
* last change: $Author: dfoster $ $Date: 2003-01-28 17:09:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -120,11 +120,11 @@ public:
css::uno::RuntimeException );
private:
css::uno::Reference < dcsssf::storage::XScriptInfo >
resolveURIFromStorageID( sal_Int32 sid, const ::rtl::OUString &
nameToResolve )
resolveURIFromStorageID( sal_Int32 sid, const rtl::OUString & docURI,
const ::rtl::OUString & nameToResolve )
SAL_THROW ( ( css::lang::IllegalArgumentException, css::uno::RuntimeException ) );
css::uno::Reference< dcsssf::storage::XScriptInfoAccess >
getStorageInstance( sal_Int32 sid )
getStorageInstance( sal_Int32 sid, const rtl::OUString & docURI)
SAL_THROW ( ( css::uno::RuntimeException ) );
/**********************************************