// Author: Vaclav Slavik
// RCS-ID: $Id$
// Copyright: (c) 1999 Vaclav Slavik
-// Licence: wxWindows Licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
void wxHtmlTableCell::ComputeMinMaxWidths()
{
- if (m_NumCols == 0 || m_ColsInfo[0].minWidth != -1) return;
+ if (m_NumCols == 0 || m_ColsInfo[0].minWidth != wxDefaultCoord) return;
m_MaxTotalWidth = 0;
int percentage = 0;
m_WParser->CloseContainer();
m_Table = oldt;
- return TRUE;
+ return true;
}
m_WParser->OpenContainer();
}
}
- return FALSE;
+ return false;
}
TAG_HANDLER_END(TABLE)