Tag: cws_src680_reportdesign01 User: oj Date: 2007-10-05 11:52:06+0000 Modified: dba/reportdesign/source/core/sdr/UndoActions.cxx
Log: #i77604# impl method to add functions more simpler File Changes: Directory: /dba/reportdesign/source/core/sdr/ ============================================= File [changed]: UndoActions.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/core/sdr/UndoActions.cxx?r1=1.4&r2=1.4.20.1 Delta lines: +4 -4 ------------------- --- UndoActions.cxx 2007-08-03 12:44:17+0000 1.4 +++ UndoActions.cxx 2007-10-05 11:52:04+0000 1.4.20.1 @@ -4,9 +4,9 @@ * * $RCSfile: UndoActions.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.4.20.1 $ * - * last change: $Author: hr $ $Date: 2007/08/03 12:44:17 $ + * last change: $Author: oj $ $Date: 2007/10/05 11:52:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -158,7 +158,7 @@ #if OSL_DEBUG_LEVEL > 0 SvxShape* pShape = SvxShape::getImplementation( xChild ); SdrObject* pObject = pShape ? pShape->GetSdrObject() : NULL; - OSL_ENSURE( pShape && ( pObject ? pShape->HasSdrObjectOwnership() && !pObject->IsInserted() : true ), + OSL_ENSURE( pObject ? pShape->HasSdrObjectOwnership() && !pObject->IsInserted() : true , "OUndoContainerAction::~OUndoContainerAction: inconsistency in the shape/object ownership!" ); #endif // -> dispose it --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
