Kaydet (Commit) 4e626100 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS sw8u10bf05 (1.21.80); FILE MERGED

2008/01/25 11:15:13 ama 1.21.80.1: Fix #85182#: Remove unused functions
üst d137de58
......@@ -4,9 +4,9 @@
*
* $RCSfile: mmaddressblockpage.cxx,v $
*
* $Revision: 1.22 $
* $Revision: 1.23 $
*
* last change: $Author: kz $ $Date: 2008-03-06 19:04:34 $
* last change: $Author: vg $ $Date: 2008-03-18 16:02:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -1615,21 +1615,6 @@ void AddressMultiLineEdit::SetText( const String& rStr )
}
}
}
/*-- 25.06.2004 09:10:43---------------------------------------------------
-----------------------------------------------------------------------*/
void AddressMultiLineEdit::Modified()
{
//restore the attributes
ExtTextView* pTextView = GetTextView();
const TextSelection& rSelection = pTextView->GetSelection();
ULONG nPara = rSelection.GetStart().GetPara();
USHORT nStartIndex = rSelection.GetStart().GetIndex();
USHORT nEndIndex = rSelection.GetEnd().GetIndex();
SetText( GetAddress() );
TextSelection aEntrySel(TextPaM(nPara, nStartIndex), TextPaM(nPara, nEndIndex));
pTextView->SetSelection(aEntrySel);
}
/*-- 25.06.2004 12:32:41---------------------------------------------------
Insert the new entry in front of the entry at the beginning of the selection
......
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