Kaydet (Commit) b5683734 authored tarafından Miklos Vajna's avatar Miklos Vajna

SwEditWin::RequestHelp: out of bounds substring access

Fix conversion from bcc8e86a

Change-Id: Ie169752a9ed6b4fa32e886352c80af60a07976dc
üst 11ad93f4
......@@ -181,7 +181,7 @@ void SwEditWin::RequestHelp(const HelpEvent &rEvt)
// #i104300#
// special handling if target is a cross-reference bookmark
{
String sTmpSearchStr = sTxt.copy( 1, sTxt.getLength() );
String sTmpSearchStr = sTxt.copy( 1 );
IDocumentMarkAccess* const pMarkAccess =
rSh.getIDocumentMarkAccess();
IDocumentMarkAccess::const_iterator_t ppBkmk =
......
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