diff options
author | Kurt Zenker <kz@openoffice.org> | 2010-10-20 16:54:57 +0200 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2010-10-20 16:54:57 +0200 |
commit | 7f78d6456fd5038e042565ca23cf69a991796620 (patch) | |
tree | f813cae7ef0c0696eeb1df15a8dc55ffa27d91bf | |
parent | 3b08f031d4fdb4832a4f09d43b4f5e271254c752 (diff) | |
parent | 5330736b57db9f83ee966b66e31a3c2593a952b9 (diff) |
CWS-TOOLING: integrate CWS ivo99ooo/OOO330_m12
-rw-r--r-- | l10ntools/scripts/keyidGen.pl | 2 | ||||
-rw-r--r-- | l10ntools/scripts/localize.pl | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/l10ntools/scripts/keyidGen.pl b/l10ntools/scripts/keyidGen.pl index fcc8cceda0..12abab59d3 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 a1c9110457..4e6e45ac34 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"; |