acquire and release must have empty throw statement, not none.
This commit is contained in:
parent
035697f43a
commit
ae0cc593f9
1 changed files with 4 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: myucp_content.cxx,v $
|
||||
*
|
||||
* $Revision: 1.7 $
|
||||
* $Revision: 1.8 $
|
||||
*
|
||||
* last change: $Author: oj $ $Date: 2002-01-10 15:16:14 $
|
||||
* last change: $Author: kso $ $Date: 2002-01-10 16:00:40 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -156,6 +156,7 @@ Content::~Content()
|
|||
|
||||
// virtual
|
||||
void SAL_CALL Content::acquire()
|
||||
throw()
|
||||
{
|
||||
ContentImplHelper::acquire();
|
||||
}
|
||||
|
@ -163,6 +164,7 @@ void SAL_CALL Content::acquire()
|
|||
//=========================================================================
|
||||
// virtual
|
||||
void SAL_CALL Content::release()
|
||||
throw()
|
||||
{
|
||||
ContentImplHelper::release();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue