summaryrefslogtreecommitdiff
path: root/transex3/source
diff options
context:
space:
mode:
authorNils Fuhrmann <nf@openoffice.org>2001-02-02 14:40:54 +0000
committerNils Fuhrmann <nf@openoffice.org>2001-02-02 14:40:54 +0000
commit56a6ebfbf9e82ee71cee88d0869489652382f3ed (patch)
tree3b45fd954e47d1cf3f995bcef4147e4371f4abd2 /transex3/source
parent3861de8bc804db9ef475b2f88b3d5a995190ff33 (diff)
Fix: Comments now accepted while merging and parsing configuration files
Diffstat (limited to 'transex3/source')
-rw-r--r--transex3/source/cfgmerge.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/transex3/source/cfgmerge.cxx b/transex3/source/cfgmerge.cxx
index acfa17758ad2..cd5cf77a0773 100644
--- a/transex3/source/cfgmerge.cxx
+++ b/transex3/source/cfgmerge.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cfgmerge.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: nf $ $Date: 2000-12-19 16:12:17 $
+ * last change: $Author: nf $ $Date: 2001-02-02 15:40:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -349,7 +349,7 @@ void CfgParser::AddText(
/*****************************************************************************/
{
USHORT nLang = Export::GetLangByIsoLang( rIsoLang );
- if ( nLang ) {
+ if ( nLang != 0xFFFF ) {
USHORT nLangIndex = Export::GetLangIndex( nLang );
pStackData->sResTyp = rResTyp;
WorkOnText( rText, nLangIndex, rResTyp );