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 22:39:50 UTC

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

Author: joes
Date: Mon Jul  4 20:39:50 2011
New Revision: 1142799

URL: http://svn.apache.org/viewvc?rev=1142799&view=rev
Log:
this goes at the end. no functional changes

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=1142799&r1=1142798&r2=1142799&view=diff
==============================================================================
--- incubator/ooo/site/trunk/lib/view.pm (original)
+++ incubator/ooo/site/trunk/lib/view.pm Mon Jul  4 20:39:50 2011
@@ -167,8 +167,6 @@ sub fetch_doap_url_list {
     return @urls;
 }
 
-1;
-
 sub breadcrumbs {
     my @path = split m!/!, shift;
     pop @path;
@@ -218,7 +216,7 @@ sub sort_tables {
     return join "\n", @out, "";
 }
 
-
+1;
 
 =head1 LICENSE