You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2012/08/27 22:43:33 UTC

svn commit: r1377844 - /incubator/ooo/ooo-site/trunk/content/download/test/print_tables_aoo.js

Author: marcus
Date: Mon Aug 27 20:43:33 2012
New Revision: 1377844

URL: http://svn.apache.org/viewvc?rev=1377844&view=rev
Log:
Changed the max. of rows before a new sub-table header is printed

Modified:
    incubator/ooo/ooo-site/trunk/content/download/test/print_tables_aoo.js

Modified: incubator/ooo/ooo-site/trunk/content/download/test/print_tables_aoo.js
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/download/test/print_tables_aoo.js?rev=1377844&r1=1377843&r2=1377844&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/download/test/print_tables_aoo.js (original)
+++ incubator/ooo/ooo-site/trunk/content/download/test/print_tables_aoo.js Mon Aug 27 20:43:33 2012
@@ -329,7 +329,7 @@ function write_build( URL_AOO, URL_HASH,
 
 	// When enough rows are on the screen then write a small header for better visual orientation
 	ROW_COUNT++;
-	if ( ROW_COUNT == 11 ) {
+	if ( ROW_COUNT == 9 ) {
 		write_top();
 		write_header( 0 );
 		ROW_COUNT = 1;