From c9a1a2acd51224f525f6ed246e52511192215dc0 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 2 Dec 2011 23:34:41 +0100 Subject: new comphelper::OStorageHelper::GetStreamAtPackageURL --- comphelper/inc/comphelper/storagehelper.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'comphelper/inc/comphelper') diff --git a/comphelper/inc/comphelper/storagehelper.hxx b/comphelper/inc/comphelper/storagehelper.hxx index 90685bf24fa6..c0aa735c8390 100644 --- a/comphelper/inc/comphelper/storagehelper.hxx +++ b/comphelper/inc/comphelper/storagehelper.hxx @@ -187,6 +187,10 @@ public: static ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream > GetStreamAtPath( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > &xStorage, const ::rtl::OUString& aPath, sal_uInt32 nOpenMode, LifecycleProxy &rNastiness ); + static ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream > GetStreamAtPackageURL( + const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > &xStorage, + const ::rtl::OUString& rURL, sal_uInt32 const nOpenMode, + LifecycleProxy & rNastiness ); }; } -- cgit v1.2.3