Kaydet (Commit) 4b3df269 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS sb19 (1.57.38); FILE MERGED

2004/12/08 10:53:58 sb 1.57.38.2: RESYNC: (1.57-1.59); FILE MERGED
2004/10/21 12:14:56 fs 1.57.38.1: #i32429# ExplodeFieldMasterName should not try to copy non-existent string parts
üst 71d589cb
......@@ -2,9 +2,9 @@
*
* $RCSfile: txtflde.cxx,v $
*
* $Revision: 1.59 $
* $Revision: 1.60 $
*
* last change: $Author: hr $ $Date: 2004-11-09 12:19:36 $
* last change: $Author: rt $ $Date: 2005-01-11 12:06:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -2951,9 +2951,11 @@ sal_Bool XMLTextFieldExport::ExplodeFieldMasterName(
DBG_WARNING("no field var name!");
bReturn = sal_False;
}
sFieldType = sMasterName.copy(nLength, nSeparator-nLength);
sVarName = sMasterName.copy(nSeparator+1);
else
{
sFieldType = sMasterName.copy(nLength, nSeparator-nLength);
sVarName = sMasterName.copy(nSeparator+1);
}
return bReturn;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment