diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-01 12:25:48 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-01 12:25:48 +0000 |
commit | 29d9e502e805e7cc360d87adc98a42e7876f3edc (patch) | |
tree | 7e963657a63843cc1f126f1370d33cf7e1280f23 /scp2/macros | |
parent | 52133854e9f8a85b52400606ed326938d9d4760e (diff) |
INTEGRATION: CWS vq13 (1.3.6); FILE MERGED
2005/02/26 15:03:05 vq 1.3.6.1: #i43294# Fix W32-4nt build in scp2.
Diffstat (limited to 'scp2/macros')
-rw-r--r-- | scp2/macros/macro.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scp2/macros/macro.pl b/scp2/macros/macro.pl index 6e692214d92f..8e936b6a10db 100644 --- a/scp2/macros/macro.pl +++ b/scp2/macros/macro.pl @@ -2,9 +2,9 @@ # # $RCSfile: macro.pl,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: vg $ $Date: 2005-02-21 12:13:55 $ +# last change: $Author: kz $ $Date: 2005-03-01 13:25:48 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -60,7 +60,7 @@ # #************************************************************************* -my $completelangiso_var = $ENV{completelangiso_var}; +my $completelangiso_var = $ENV{COMPLETELANGISO_VAR}; my $lastcompletelangiso_var;; my $outfile = ""; |