#92924#: exception specifications

This commit is contained in:
Jens-Heiner Rechtien 2001-10-23 16:47:04 +00:00
parent bd15159178
commit 86c88c3379

View file

@ -53,12 +53,12 @@ namespace chelp {
virtual void SAL_CALL
acquire(
void )
throw( com::sun::star::uno::RuntimeException);
throw();
virtual void SAL_CALL
release(
void )
throw( com::sun::star::uno::RuntimeException );
throw();
virtual sal_Int32 SAL_CALL
readBytes(