#92924#: exception specifications
This commit is contained in:
parent
bd15159178
commit
86c88c3379
1 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue