#79365#: remove empty tasks when loading failed
This commit is contained in:
parent
5db3d02732
commit
abb0691545
1 changed files with 3 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: frame.cxx,v $
|
||||
*
|
||||
* $Revision: 1.1.1.1 $
|
||||
* $Revision: 1.2 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2000-09-18 16:29:24 $
|
||||
* last change: $Author: mba $ $Date: 2000-10-11 15:03:56 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -1716,6 +1716,7 @@ void SAL_CALL Frame::removeFrameActionListener( const Reference< XFrameActionLis
|
|||
//*****************************************************************************************************************
|
||||
void SAL_CALL Frame::dispose() throw( RuntimeException )
|
||||
{
|
||||
Reference < XFrame > xThis( this );
|
||||
// Ready for multithreading
|
||||
LOCK_MUTEX( aGuard, m_aMutex, "Frame::dispose()" )
|
||||
|
||||
|
|
Loading…
Reference in a new issue