git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@610893
13f79535-47bb-0310-9956-
ffa450edef68
* @param forcedFlush true if the elements must be drawn even if the row isn't
* finished yet (last row on the page), or if the row is the last of the current table
* part
- * @return the height of the (grid) row
*/
- int addAreasAndFlushRow(boolean forcedFlush) {
+ void addAreasAndFlushRow(boolean forcedFlush) {
int actualRowHeight = 0;
if (log.isDebugEnabled()) {
firstRowIndex = -1;
rowOffsets.clear();
}
- return actualRowHeight;
}
/**