diff options
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 ) |