diff -r 48780e181b38 -r 578be2adaf3e Symbian3/PDK/Source/GUID-74A4A88D-768E-51B9-B50B-81CF35D5D692.dita --- a/Symbian3/PDK/Source/GUID-74A4A88D-768E-51B9-B50B-81CF35D5D692.dita Tue Jul 20 12:00:49 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-74A4A88D-768E-51B9-B50B-81CF35D5D692.dita Fri Aug 13 16:47:46 2010 +0100 @@ -1,14 +1,14 @@ - - - - - -How to reset

The following code resets the document. Resetting deletes all text and formatting, leaving the end of text paragraph delimiter. Because resetting deletes the document’s content and formatting, a call to HandleGlobalChangeL() is required to update the formatting and the view.

// Reset document. -iRichText->ResetL(); // change whole document + + + + + +How to reset

The following code resets the document. Resetting deletes all text and formatting, leaving the end of text paragraph delimiter. Because resetting deletes the document’s content and formatting, a call to HandleGlobalChangeL() is required to update the formatting and the view.

// Reset document. +iRichText->ResetL(); // change whole document iTextView->HandleGlobalChangeL();
\ No newline at end of file