WaE in dbgutil mode

This commit is contained in:
Caolán McNamara 2011-04-12 16:40:07 +01:00
parent ac7c1efc2b
commit 2894fdcfd3

View file

@ -3817,7 +3817,7 @@ EditPaM ImpEditEngine::GetPaM( ParaPortion* pPortion, Point aDocPos, sal_Bool bS
if ( !pLine ) // may happen only in the range of SA!
{
#ifdef DBG_UTIL
#if OSL_DEBUG_LEVEL > 0
const SvxULSpaceItem& rULSpace =(const SvxULSpaceItem&)pPortion->GetNode()->GetContentAttribs().GetItem( EE_PARA_ULSPACE );
OSL_ENSURE( nY+GetYValue( rULSpace.GetLower() ) >= aDocPos.Y() , "Index in no line, GetPaM ?" );
#endif