summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-10-18 13:15:42 +0200
committerIvo Hinkelmann <ihi@openoffice.org>2010-10-18 13:15:42 +0200
commit71e73bde139cc3e1573191176cb41708b18b59e4 (patch)
tree1c57c7baf7e77fe204d034e601a9f28e85c73bdd /l10ntools
parent23207a4338732e755039eb7b627acdb566960e05 (diff)
ivo99: #107407# exchange <> by []
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/scripts/keyidGen.pl2
1 files changed, 1 insertions, 1 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 )