INTEGRATION: CWS mav31 (1.2.38); FILE MERGED
2008/04/09 10:19:46 mav 1.2.38.1: #i87197# fix the crash/deadlock
This commit is contained in:
parent
c57599ca41
commit
c7ed3ea9ce
1 changed files with 2 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: docstoragemodifylistener.hxx,v $
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -63,11 +63,10 @@ namespace sfx2
|
|||
|
||||
class SFX2_DLLPUBLIC DocumentStorageModifyListener : public DocumentStorageModifyListener_Base
|
||||
{
|
||||
::osl::Mutex& m_rMutex;
|
||||
IModifiableDocument* m_pDocument;
|
||||
|
||||
public:
|
||||
DocumentStorageModifyListener( ::osl::Mutex& _rMutex, IModifiableDocument& _rDocument );
|
||||
DocumentStorageModifyListener( IModifiableDocument& _rDocument );
|
||||
|
||||
void dispose();
|
||||
|
||||
|
|
Loading…
Reference in a new issue