summaryrefslogtreecommitdiff
path: root/transex3/source
diff options
context:
space:
mode:
authorNils Fuhrmann <nf@openoffice.org>2000-12-19 15:12:17 +0000
committerNils Fuhrmann <nf@openoffice.org>2000-12-19 15:12:17 +0000
commit67bf9dc4e30683ffcfd57d7f7e944a49f697aeac (patch)
tree4e6837a40d2a55ff9b84a6a4acd20e2e67a7edcf /transex3/source
parente4447de89242595d142ef90ccd80080987a5559e (diff)
Fix mandatory for #82143#
Diffstat (limited to 'transex3/source')
-rw-r--r--transex3/source/cfgmerge.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/transex3/source/cfgmerge.cxx b/transex3/source/cfgmerge.cxx
index d0f53ca9bd45..acfa17758ad2 100644
--- a/transex3/source/cfgmerge.cxx
+++ b/transex3/source/cfgmerge.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cfgmerge.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: nf $ $Date: 2000-12-05 10:34:16 $
+ * last change: $Author: nf $ $Date: 2000-12-19 16:12:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -696,7 +696,8 @@ void CfgMerge::WorkOnText(
if (( nLangIndex != GERMAN_INDEX ) &&
( nLangIndex != ENGLISH_INDEX ) &&
( pEntrys->GetText(
- sContent, STRING_TYP_TEXT, nLangIndex )))
+ sContent, STRING_TYP_TEXT, nLangIndex )) &&
+ ( sContent != "-" ) && ( sContent.Len()))
{
rText = UTF8Converter::ConvertToUTF8(
sContent, Export::GetCharSet( Export::LangId[ nLangIndex ]));