diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-05-29 14:55:06 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-05-29 14:55:06 +0000 |
commit | 4a7ae6e37c469c863fe1e2ab08b7fbcb4dd5d619 (patch) | |
tree | 3efbf1b5e6c41ba18dc6c0aa894db685542bea12 /sfx2/source | |
parent | 09bf71e6a76ff7620ed63183bc651b66834df176 (diff) |
INTEGRATION: CWS os97 (1.18.16); FILE MERGED
2007/05/14 09:01:47 os 1.18.16.1: #i77334# assertion fixed
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/control/objface.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/control/objface.cxx b/sfx2/source/control/objface.cxx index 7f063a6f3c28..b1643ff9b0aa 100644 --- a/sfx2/source/control/objface.cxx +++ b/sfx2/source/control/objface.cxx @@ -4,9 +4,9 @@ * * $RCSfile: objface.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: rt $ $Date: 2007-04-26 10:09:25 $ + * last change: $Author: rt $ $Date: 2007-05-29 15:55:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -324,7 +324,7 @@ SfxInterface::~SfxInterface() SfxModule *pMod = pImpData->pModule; BOOL bRegistered = pImpData->bRegistered; delete pImpData; - DBG_ASSERT( pImpData->bRegistered, "Interface not registered!" ); + DBG_ASSERT( bRegistered, "Interface not registered!" ); if ( bRegistered ) { if ( pMod ) |