diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 10:57:09 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 10:57:09 +0000 |
commit | 8b1bbecdcf266acd16bcbd4aba7bb6c1a624e6ce (patch) | |
tree | ed969e2cc670e0617ec39982dfba43cda6d08155 /transex3/source | |
parent | c503aecad17ca6e822e3fb610896fce25a5aaa90 (diff) |
INTEGRATION: CWS ooo20031216 (1.35.2); FILE MERGED
2004/01/26 16:49:21 mh 1.35.2.2: RESYNC: (1.35-1.36); FILE MERGED
2003/12/25 12:31:02 waratah 1.35.2.1: #i1858# correct for some uninitialised variables
Diffstat (limited to 'transex3/source')
-rw-r--r-- | transex3/source/export.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/transex3/source/export.cxx b/transex3/source/export.cxx index f03f1dc2669f..97e8fd524d52 100644 --- a/transex3/source/export.cxx +++ b/transex3/source/export.cxx @@ -2,9 +2,9 @@ * * $RCSfile: export.cxx,v $ * - * $Revision: 1.36 $ + * $Revision: 1.37 $ * - * last change: $Author: vg $ $Date: 2003-12-17 15:38:56 $ + * last change: $Author: hr $ $Date: 2004-02-04 11:57:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1784,8 +1784,8 @@ BOOL Export::PrepareTextToMerge( ByteString &rText, USHORT nTyp, /*****************************************************************************/ { // position to merge in: - USHORT nStart; - USHORT nEnd; + USHORT nStart = 0; + USHORT nEnd = 0; ByteString sOldId = pResData->sId; ByteString sOldGId = pResData->sGId; ByteString sOldTyp = pResData->sResTyp; |