Kaydet (Commit) 8ac3d112 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS abi30 (1.13.24); FILE MERGED

2006/10/17 15:16:20 abi 1.13.24.2: RESYNC: (1.13-1.14); FILE MERGED
2006/09/17 15:51:12 abi 1.13.24.1: #i62809#
üst 9da96fa3
......@@ -4,9 +4,9 @@
*
* $RCSfile: tdoc_docmgr.cxx,v $
*
* $Revision: 1.14 $
* $Revision: 1.15 $
*
* last change: $Author: obo $ $Date: 2006-09-17 14:01:42 $
* last change: $Author: vg $ $Date: 2006-11-01 10:13:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -307,7 +307,7 @@ void SAL_CALL OfficeDocumentsManager::notifyEvent(
m_pDocEventListener->notifyDocumentClosed( aDocId );
}
m_aDocs.erase( it );
break;
}
++it;
......@@ -315,6 +315,9 @@ void SAL_CALL OfficeDocumentsManager::notifyEvent(
OSL_ENSURE( it != m_aDocs.end(),
"OnUnload event notified for unknown document!" );
if( it != m_aDocs.end() )
m_aDocs.erase( it );
}
}
else if ( Event.EventName.equalsAsciiL(
......
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