Kaydet (Commit) 86c88c33 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

#92924#: exception specifications

üst bd151591
...@@ -53,12 +53,12 @@ namespace chelp { ...@@ -53,12 +53,12 @@ namespace chelp {
virtual void SAL_CALL virtual void SAL_CALL
acquire( acquire(
void ) void )
throw( com::sun::star::uno::RuntimeException); throw();
virtual void SAL_CALL virtual void SAL_CALL
release( release(
void ) void )
throw( com::sun::star::uno::RuntimeException ); throw();
virtual sal_Int32 SAL_CALL virtual sal_Int32 SAL_CALL
readBytes( readBytes(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment