You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by jo...@apache.org on 2011/07/04 23:49:21 UTC

svn commit: r1142818 - /incubator/ooo/site/trunk/lib/view.pm

Author: joes
Date: Mon Jul  4 21:49:21 2011
New Revision: 1142818

URL: http://svn.apache.org/viewvc?rev=1142818&view=rev
Log:
explain a bit

Modified:
    incubator/ooo/site/trunk/lib/view.pm

Modified: incubator/ooo/site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/incubator/ooo/site/trunk/lib/view.pm?rev=1142818&r1=1142817&r2=1142818&view=diff
==============================================================================
--- incubator/ooo/site/trunk/lib/view.pm (original)
+++ incubator/ooo/site/trunk/lib/view.pm Mon Jul  4 21:49:21 2011
@@ -171,6 +171,8 @@ sub breadcrumbs {
     return join " &raquo ", @rv;
 }
 
+# arbitrary number of tables supported, but only one col per table may be sorted
+
 sub sort_tables {
     my @orig = split /\n/, shift;
     my @out;