diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-06-05 09:20:42 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-06-05 09:20:42 +0000 |
commit | 2a78cea0e779a353909185f47d66609ffb452038 (patch) | |
tree | de17218fa5c9d86c57332ba0abfcb1bb88a28112 /package | |
parent | 42d74c1f338ea9d34fd7400248ecd6136162dc96 (diff) |
#87099# remember the exception specification
Diffstat (limited to 'package')
-rw-r--r-- | package/source/zipapi/CRC32.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/source/zipapi/CRC32.cxx b/package/source/zipapi/CRC32.cxx index 16983a3c54af..74b207683c66 100644 --- a/package/source/zipapi/CRC32.cxx +++ b/package/source/zipapi/CRC32.cxx @@ -2,9 +2,9 @@ * * $RCSfile: CRC32.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mtg $ $Date: 2001-05-31 09:47:40 $ + * last change: $Author: mtg $ $Date: 2001-06-05 10:20:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -122,6 +122,7 @@ void SAL_CALL CRC32::update(const Sequence< sal_Int8 > &b) } void SAL_CALL CRC32::updateStream( Reference < XInputStream > & xStream ) + throw ( RuntimeException ) { Reference < XSeekable > xSeek ( xStream, UNO_QUERY ); if ( xSeek.is() ) |