From 54a2a90390cfb6fe7bdb7d991efb6bf3585de2b8 Mon Sep 17 00:00:00 2001 From: Nils Fuhrmann Date: Mon, 27 Nov 2000 06:10:08 +0000 Subject: Added new functionality for GIF genaration: #78885# --- transex3/source/export2.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'transex3') 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; } /*****************************************************************************/ -- cgit