diff options
author | Nils Fuhrmann <nf@openoffice.org> | 2000-11-27 06:10:08 +0000 |
---|---|---|
committer | Nils Fuhrmann <nf@openoffice.org> | 2000-11-27 06:10:08 +0000 |
commit | 54a2a90390cfb6fe7bdb7d991efb6bf3585de2b8 (patch) | |
tree | b24910d43a599071159cb40bdda2b94e0abad93e /transex3 | |
parent | a12a81d2b63980a7d96c34440d117f0dd61e2d83 (diff) |
Added new functionality for GIF genaration: #78885#
Diffstat (limited to 'transex3')
-rw-r--r-- | transex3/source/export2.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/transex3/source/export2.cxx b/transex3/source/export2.cxx index c53a30a6b6a7..533558309762 100644 --- a/transex3/source/export2.cxx +++ b/transex3/source/export2.cxx @@ -2,9 +2,9 @@ * * $RCSfile: export2.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: nf $ $Date: 2000-11-22 12:57:00 $ + * last change: $Author: nf $ $Date: 2000-11-27 07:10:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -247,7 +247,7 @@ USHORT Export::GetLangByIsoLang( const ByteString &rIsoLang ) else if ( sLang == ByteString( HEBREW_ISO ).ToUpperAscii()) return HEBREW; - return 0; + return 0xFFFF; } /*****************************************************************************/ |