summaryrefslogtreecommitdiff
path: root/transex3
diff options
context:
space:
mode:
authorNils Fuhrmann <nf@openoffice.org>2001-07-31 14:42:54 +0000
committerNils Fuhrmann <nf@openoffice.org>2001-07-31 14:42:54 +0000
commit398cd8ea79780a15a486afe4d79c95f5b53e0e1f (patch)
treec1c731960daa0f88b2ab9dffe6b56cbb341ea3a7 /transex3
parentb5be02984ae6da21476cb91cdbb990075a9c6bd0 (diff)
Fixes problems with new texts
Diffstat (limited to 'transex3')
-rw-r--r--transex3/source/lngmerge.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/transex3/source/lngmerge.cxx b/transex3/source/lngmerge.cxx
index 0e48d861e492..f12a571a2247 100644
--- a/transex3/source/lngmerge.cxx
+++ b/transex3/source/lngmerge.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: lngmerge.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: nf $ $Date: 2001-07-04 13:06:41 $
+ * last change: $Author: nf $ $Date: 2001-07-31 15:42:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -358,7 +358,7 @@ BOOL LngParser::Merge(
}
if ( nLastLangPos ) {
for ( USHORT i = 0; i < LANGUAGES; i++ ) {
- if (( i != GERMAN ) && ( !Text[ i ].Len())) {
+ if (( i != GERMAN ) && ( !Text[ i ].Len()) && ( pEntrys )) {
ByteString sNewText;
pEntrys->GetText( sNewText, STRING_TYP_TEXT, i, TRUE );
if (( sNewText.Len()) &&