You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2022/09/05 16:50:55 UTC

[openoffice] branch AOO42X updated: Small correction to string

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
     new ac8c9f756c Small correction to string
ac8c9f756c is described below

commit ac8c9f756cd63002edd775d41b3959c294a2fc57
Author: mseidel <ms...@apache.org>
AuthorDate: Mon Sep 5 18:46:58 2022 +0200

    Small correction to string
    
    (cherry picked from commit d876b4b29d056983cd75b108a4f5d05e53007c64)
---
 main/l10ntools/scripts/localize.pl | 2 +-
 main/l10ntools/source/localize.cxx | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/l10ntools/scripts/localize.pl b/main/l10ntools/scripts/localize.pl
index 20bc4591c4..700239d5ef 100755
--- a/main/l10ntools/scripts/localize.pl
+++ b/main/l10ntools/scripts/localize.pl
@@ -412,7 +412,7 @@ sub collectfiles{
                               };
 
                     } #switch
-                } #for each
+                } #foreach
               } # if
         } # if
         if ( $bVerbose ) { print STDOUT $command.$args."\n"; }
diff --git a/main/l10ntools/source/localize.cxx b/main/l10ntools/source/localize.cxx
index 8cf2ece9f0..430d05856a 100644
--- a/main/l10ntools/source/localize.cxx
+++ b/main/l10ntools/source/localize.cxx
@@ -908,7 +908,7 @@ int _cdecl main( int argc, char *argv[] )
 	Treeconfig treeconfig;
 	vector<string> repos;
 	bool hasPwd = treeconfig.getActiveRepositories( repos );
-	if( hasPwd ) cout << " Found special path!\n";
+	if( hasPwd ) cout << "\nFound special path!\n";
 
 	string minor_ext;
 	bool has_minor_ext;