From 03c0f5262a8c01982ec8b3395b102f1b21047038 Mon Sep 17 00:00:00 2001 From: Mikhail Voitenko Date: Fri, 22 Feb 2002 15:00:56 +0000 Subject: #97587# adopt to linux --- package/source/zippackage/ZipPackage.cxx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'package') diff --git a/package/source/zippackage/ZipPackage.cxx b/package/source/zippackage/ZipPackage.cxx index a3e0339739a4..580cd8c2935f 100644 --- a/package/source/zippackage/ZipPackage.cxx +++ b/package/source/zippackage/ZipPackage.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ZipPackage.cxx,v $ * - * $Revision: 1.76 $ + * $Revision: 1.77 $ * - * last change: $Author: mav $ $Date: 2002-02-19 17:00:09 $ + * last change: $Author: mav $ $Date: 2002-02-22 16:00:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -194,9 +194,13 @@ class ActiveDataStreamer : public ::cppu::WeakImplHelper1< XActiveDataStreamer > Reference< XStream > mStream; public: - virtual Reference< XStream > SAL_CALL getStream() { return mStream; } + virtual Reference< XStream > SAL_CALL getStream() + throw( RuntimeException ) + { return mStream; } - virtual void SAL_CALL setStream( const Reference< XStream >& stream ) { mStream = stream; } + virtual void SAL_CALL setStream( const Reference< XStream >& stream ) + throw( RuntimeException ) + { mStream = stream; } }; //=========================================================================== -- cgit v1.2.3