diff options
author | Nils Fuhrmann <nf@openoffice.org> | 2001-06-01 10:33:30 +0000 |
---|---|---|
committer | Nils Fuhrmann <nf@openoffice.org> | 2001-06-01 10:33:30 +0000 |
commit | 73723ba25ef7556342b2753e51d69136fad06d7a (patch) | |
tree | 002caa70e7e99c44b21b6461384d5fef6967af83 /transex3/source/export.cxx | |
parent | 4279113561e09763735d10b201ece27b3ae7352d (diff) |
Fixes for merge #87134# #87136#
Diffstat (limited to 'transex3/source/export.cxx')
-rw-r--r-- | transex3/source/export.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/transex3/source/export.cxx b/transex3/source/export.cxx index 67d964847f39..8a0a6761921e 100644 --- a/transex3/source/export.cxx +++ b/transex3/source/export.cxx @@ -2,9 +2,9 @@ * * $RCSfile: export.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: nf $ $Date: 2001-05-31 09:44:37 $ + * last change: $Author: nf $ $Date: 2001-06-01 11:33:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2362,8 +2362,6 @@ void Export::MergeRest( ResData *pResData, USHORT nMode ) ByteString sText( "\t" ); sText += sLine; - sText += " ;"; - if ( bDefine ) sText += " ;\\\n"; else |