Backed out change intended for testing only

This commit is contained in:
cmanske%netscape.com 1998-08-25 20:24:04 +00:00
Родитель 5b5b561ac6
Коммит 2344227069
1 изменённых файлов: 6 добавлений и 7 удалений

Просмотреть файл

@ -698,18 +698,17 @@ void lo_MergeElements( MWContext *context, lo_DocState *old_state, int32 iStartL
}
else
{
//#if 0
eptr = /*start_element*/ old_line_array[iStartLine];
if( eptr )
{
*pRetHeight = eptr->lo_any.y - *pRetY + eptr->lo_any.line_height;
#if 0
eptr = start_element;
if( eptr )
{
*pRetHeight = eptr->lo_any.y - *pRetY + eptr->lo_any.line_height;
}
else
{
*pRetHeight = -1;
}
#if 0 //#else
#else
XP_ASSERT(0);
*pRetHeight = -1;
#endif