INTEGRATION: CWS hub01 (1.27.186); FILE MERGED
2008/06/18 20:40:16 thb 1.27.186.2: RESYNC: (1.27-1.30); FILE MERGED 2008/01/23 02:13:14 hub 1.27.186.1: Fix a build warning about empty else statement (gcc 4.2.1)
This commit is contained in:
parent
7aedf60f45
commit
160c034f19
1 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: AccessibleDocumentViewBase.cxx,v $
|
||||
* $Revision: 1.30 $
|
||||
* $Revision: 1.31 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -671,7 +671,8 @@ void SAL_CALL AccessibleDocumentViewBase::disposing (void)
|
|||
pWindow->RemoveChildEventListener (LINK(
|
||||
this, AccessibleDocumentViewBase, WindowChildEventListener));
|
||||
}
|
||||
else {
|
||||
else
|
||||
{
|
||||
DBG_ASSERT (pWindow, "AccessibleDocumentViewBase::disposing");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue