[Libreoffice-commits] .: solenv/bin

Caolán McNamara caolan at kemper.freedesktop.org
Mon Dec 6 07:46:17 PST 2010


 solenv/bin/modules/installer/servicesfile.pm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit efca1b235d2475b49788983efa43c8af35260ca5
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Sat Dec 4 21:23:36 2010 +0900

    more occured replaced

diff --git a/solenv/bin/modules/installer/servicesfile.pm b/solenv/bin/modules/installer/servicesfile.pm
index c113be6..3c54723 100644
--- a/solenv/bin/modules/installer/servicesfile.pm
+++ b/solenv/bin/modules/installer/servicesfile.pm
@@ -154,7 +154,7 @@ sub register_unocomponents
             $filestring = "";
         }
         
-        if (( $local_error1_occurred ) || ( $local_error2_occured )) { $error_occured = 1; }
+        if (( $local_error1_occurred ) || ( $local_error2_occurred )) { $error_occurred = 1; }
     }
     
     return $error_occurred;
@@ -462,7 +462,7 @@ sub register_all_components
     if ( $#javacomponents > -1 ) { $java_error_occurred = register_javacomponents($allvariableshashref, \@javacomponents, $regcompfileref, $servicesfile, $regcomprdb, $javaservicesurlprefix); }
     if ( $#pythoncomponents > -1 ) { $python_error_occurred = register_pythoncomponents(\@pythoncomponents, $regcompfileref, $servicesfile, $includepatharrayref); }
         
-    if ( $uno_error_occurred || $java_error_occured || $python_error_occured ) { $registererrorflag = 1; }
+    if ( $uno_error_occurred || $java_error_occurred || $python_error_occurred ) { $registererrorflag = 1; }
     
     return $registererrorflag;
 }


More information about the Libreoffice-commits mailing list