diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-09-14 14:46:37 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-09-14 14:46:37 +0000 |
commit | ec52fd233aa3b30a166e6785fae8da6dfc19c7d5 (patch) | |
tree | 231506f16ae382dbcea88f80ba494094b0e14973 /package/source | |
parent | 88f2fc4151b97059bcaee1f38066109e2769ba45 (diff) |
#89303# fix exception specification
Diffstat (limited to 'package/source')
-rw-r--r-- | package/source/zippackage/ZipPackageEntry.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/source/zippackage/ZipPackageEntry.hxx b/package/source/zippackage/ZipPackageEntry.hxx index c8541924dabe..992f477f2d64 100644 --- a/package/source/zippackage/ZipPackageEntry.hxx +++ b/package/source/zippackage/ZipPackageEntry.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ZipPackageEntry.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mtg $ $Date: 2001-09-14 15:08:31 $ + * last change: $Author: mtg $ $Date: 2001-09-14 15:46:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -132,7 +132,8 @@ public: // XUnoTunnel virtual sal_Int64 SAL_CALL getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& aIdentifier ) throw(::com::sun::star::uno::RuntimeException) = 0; - com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId( void ); + com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId( void ) + throw (::com::sun::star::uno::RuntimeException); // XPropertySet virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo( ) throw(::com::sun::star::uno::RuntimeException); |