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

svn commit: r830292 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/test/print_tables_aoo.js

Author: buildbot
Date: Mon Aug 27 20:26:49 2012
New Revision: 830292

Log:
Staging update by buildbot for openofficeorg

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/download/test/print_tables_aoo.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Aug 27 20:26:49 2012
@@ -1 +1 @@
-1377825
+1377829

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Aug 27 20:26:49 2012
@@ -1 +1 @@
-1377825
+1377829

Modified: websites/staging/ooo-site/trunk/content/download/test/print_tables_aoo.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/print_tables_aoo.js (original)
+++ websites/staging/ooo-site/trunk/content/download/test/print_tables_aoo.js Mon Aug 27 20:26:49 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 == 21 ) {
+	if ( ROW_COUNT == 9 ) {
 		write_top();
 		write_header( 0 );
 		ROW_COUNT = 1;