summaryrefslogtreecommitdiff
path: root/transex3
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2004-11-26 19:44:36 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2004-11-26 19:44:36 +0000
commit72dcd2cb503c6f0d5d5794e07a298e8f72a866e8 (patch)
treecc612248b0841e192af3e75deb1b709c1d4aaff0 /transex3
parent455aa70daa154b7673a61c1a2271d7b66753396a (diff)
INTEGRATION: CWS so8betal10n (1.16.24); FILE MERGED
2004/11/25 18:36:36 ihi 1.16.24.1: German merge fix
Diffstat (limited to 'transex3')
-rw-r--r--transex3/source/merge.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/transex3/source/merge.cxx b/transex3/source/merge.cxx
index 5b0ec506327c..4ce7a0d92fd1 100644
--- a/transex3/source/merge.cxx
+++ b/transex3/source/merge.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: merge.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: rt $ $Date: 2004-11-18 08:17:30 $
+ * last change: $Author: ihi $ $Date: 2004-11-26 20:44:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -299,7 +299,7 @@ MergeDataFile::MergeDataFile( const ByteString &rFileName, const ByteString& sFi
//if (( nLANG != 49 ) && ( LANGUAGE_ALLOWED( GetLangIndex( nLANG ))))
nLANG.EraseLeadingAndTrailingChars();
- if ( !nLANG.EqualsIgnoreCaseAscii( "de" ) && !nLANG.EqualsIgnoreCaseAscii("en-US") ){
+ if ( !nLANG.EqualsIgnoreCaseAscii("en-US") ){
InsertEntry( sTYP, sGID, sLID, sPFO, nLANG, sTEXT, sQHTEXT, sTITLE );
if( nLANG.Len() > 0 ){
bool bFound = false;
@@ -348,7 +348,7 @@ MergeDataFile::MergeDataFile( const ByteString &rFileName, const ByteString& sFi
//if (( nLANG != 49 ) && ( LANGUAGE_ALLOWED( GetLangIndex( nLANG ))))
nLANG.EraseLeadingAndTrailingChars();
- if ( !nLANG.EqualsIgnoreCaseAscii("de") && !nLANG.EqualsIgnoreCaseAscii("en-US") ){
+ if ( !nLANG.EqualsIgnoreCaseAscii("en-US") ){
InsertEntry( sTYP, sGID, sLID, sPFO, nLANG, sTEXT, sQHTEXT, sTITLE );
if( nLANG.Len() > 0 ){
bool bFound = false;