summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2010-10-20 16:54:57 +0200
committerKurt Zenker <kz@openoffice.org>2010-10-20 16:54:57 +0200
commitdfc8ac5316dfb47a183cfb637e059da7b8dfb6e0 (patch)
tree048e0e7f69f67559c9a89a608d4b6d21e05c940b
parent23207a4338732e755039eb7b627acdb566960e05 (diff)
parent3b0d70beb5245be80c445f84afb87f691c95c864 (diff)
CWS-TOOLING: integrate CWS ivo99
Notes
split repo tag: libs-gui_ooo/OOO330_m12
-rw-r--r--l10ntools/scripts/keyidGen.pl2
-rw-r--r--l10ntools/scripts/localize.pl3
2 files changed, 3 insertions, 2 deletions
diff --git a/l10ntools/scripts/keyidGen.pl b/l10ntools/scripts/keyidGen.pl
index 2a4ac5caefc3..53423c2d6f02 100644
--- a/l10ntools/scripts/keyidGen.pl
+++ b/l10ntools/scripts/keyidGen.pl
@@ -112,7 +112,7 @@ sub makenumber
$h = shift;
# 1 2 3 4
# 1234567890123456789012345678901234567890
- $symbols="0123456789abcdefghijklmnopqrstuvwxyz+-<=>";
+ $symbols="0123456789abcdefghijklmnopqrstuvwxyz+-[=]";
$order = length($symbols);
$result = "";
while ( length( $result ) < 6 )
diff --git a/l10ntools/scripts/localize.pl b/l10ntools/scripts/localize.pl
index 230b6d46f395..323f7fe549b6 100644
--- a/l10ntools/scripts/localize.pl
+++ b/l10ntools/scripts/localize.pl
@@ -175,8 +175,9 @@ sub splitfile{
exit( -1 );
}
my $src_root = $ENV{SOURCE_ROOT_DIR};
+ my $ooo_src_root = $ENV{SRC_ROOT};
my $so_l10n_path = $src_root."/sun/l10n_so/source";
- my $ooo_l10n_path = $src_root."/ooo/l10n/source";
+ my $ooo_l10n_path = $ooo_src_root."/l10n/source";
#print "$so_l10n_path\n";
#print "$ooo_l10n_path\n";