summaryrefslogtreecommitdiffstats
path: root/transex3
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-04-19 14:19:04 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-04-19 14:19:04 +0000
commit2e1b239a1d07a897e847d4603d5cb0ccf062ec30 (patch)
tree6c1d198a871066326e95e265904145206f05c6dd /transex3
parentINTEGRATION: CWS mergede01 (1.37.2); FILE MERGED (diff)
downloadcore-2e1b239a1d07a897e847d4603d5cb0ccf062ec30.tar.gz
core-2e1b239a1d07a897e847d4603d5cb0ccf062ec30.zip
INTEGRATION: CWS mergede01 (1.15.24); FILE MERGED
2007/03/19 15:32:08 ihi 1.15.24.1: #i72301# Remove German
Diffstat (limited to 'transex3')
-rw-r--r--transex3/source/helpmerge.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/transex3/source/helpmerge.cxx b/transex3/source/helpmerge.cxx
index 62812fba698e..687b1dc8fbfd 100644
--- a/transex3/source/helpmerge.cxx
+++ b/transex3/source/helpmerge.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: helpmerge.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 08:18:10 $
+ * last change: $Author: ihi $ $Date: 2007-04-19 15:19:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -238,10 +238,10 @@ bool HelpParser::CreateSDF(
sBuffer.append( GSI_SEQUENCE4 ); //"\t\t\t\t";
sBuffer.append( sOUTimeStamp );
ByteString sOut( sBuffer.makeStringAndClear().getStr() , RTL_TEXTENCODING_UTF8 );
- if( !sCur.EqualsIgnoreCaseAscii("de") ||( sCur.EqualsIgnoreCaseAscii("de") && !Export::isMergingGermanAllowed( rPrj_in ) ) )
- {
- if( data.getLength() > 0 ) aSDFStream.WriteLine( sOut );
- }
+ //if( !sCur.EqualsIgnoreCaseAscii("de") ||( sCur.EqualsIgnoreCaseAscii("de") && !Export::isMergingGermanAllowed( rPrj_in ) ) )
+ //{
+ if( data.getLength() > 0 ) aSDFStream.WriteLine( sOut );
+ //}
pXMLElement=NULL;
}else fprintf(stdout,"\nDBG: NullPointer in HelpParser::CreateSDF , Language %s\n",sCur.GetBuffer() );
}