diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-12-17 14:38:56 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-12-17 14:38:56 +0000 |
commit | 40007ac2f92a1780ab69542a0128e941e59e55d7 (patch) | |
tree | 57374701fe2ca43e3d15b959a1c9ae76f8ade1a5 /transex3/source/export.cxx | |
parent | 07dc0e93055c10b79aa2dab6c94204bdcdc0c09b (diff) |
INTEGRATION: CWS geordi2q11 (1.35.4); FILE MERGED
2003/12/17 11:23:16 hr 1.35.4.1: #111934#: join CWS ooo111fix1
Diffstat (limited to 'transex3/source/export.cxx')
-rw-r--r-- | transex3/source/export.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/transex3/source/export.cxx b/transex3/source/export.cxx index 20e879fe2044..f03f1dc2669f 100644 --- a/transex3/source/export.cxx +++ b/transex3/source/export.cxx @@ -2,9 +2,9 @@ * * $RCSfile: export.cxx,v $ * - * $Revision: 1.35 $ + * $Revision: 1.36 $ * - * last change: $Author: rt $ $Date: 2003-12-01 16:15:56 $ + * last change: $Author: vg $ $Date: 2003-12-17 15:38:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1232,6 +1232,8 @@ USHORT Export::GetLangIndex( const ByteString &rLang ) return SLOVAK_INDEX; else if ( sLang == "ESTONIAN" ) return ESTONIAN_INDEX; + else if ( sLang == "SLOVENIAN" ) + return SLOVENIAN_INDEX; else if ( sLang == "ENGLISH" ) return ENGLISH_INDEX; else if ( sLang == "DANISH" ) |