X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2Fcdo%2FContactDataObject.cpp;h=1449286d162cfead08ff32c7e0881bdb23659a90;hb=d1663f3d3931bb05c791ef2c86926a22932c6014;hp=3b067d118ab3e5101e3680e2c88ffbc43198fab0;hpb=bba9e78aae93619f18187227b9c6e534bbf37956;p=xestiaab%2F.git diff --git a/source/contacteditor/cdo/ContactDataObject.cpp b/source/contacteditor/cdo/ContactDataObject.cpp index 3b067d1..1449286 100644 --- a/source/contacteditor/cdo/ContactDataObject.cpp +++ b/source/contacteditor/cdo/ContactDataObject.cpp @@ -2123,15 +2123,11 @@ void ContactDataObject::ProcessTelephone(wxString PropertySeg1, wxString Propert if (TypePropertyName == wxT("home") && TypeFound == FALSE){ PropType = PROPERTY_HOME; - TelTypeUI.Append("home"); - intTypeSeek++; TypeFound = TRUE; } else if (TypePropertyName == wxT("work") && TypeFound == FALSE){ PropType = PROPERTY_WORK; - TelTypeUI.Append("work"); - intTypeSeek++; TypeFound = TRUE; } @@ -4469,6 +4465,7 @@ void ContactDataObject::ProcessKey(wxString PropertySeg1, wxString PropertySeg2, } + size_t intPropertyLen = PropertySeg2.Len(); SplitPoints.clear(); SplitLength.clear(); intSplitsFound = 0;