https://bugs.freedesktop.org/show_bug.cgi?id=58278

--- Comment #11 from Michael Meeks <[email protected]> ---
I guess this is:

00cbe328 5934321f 00000000 00cbe370 5948ae0f
swlo!std::vector<String,std::allocator<String> >::size+0xd [c:\program
files\microsoft visual studio 9.0\vc\include\vector @ 726]
00cbe334 5948ae0f 0000000e 692e2e9c 00cb0000
swlo!std::vector<String,std::allocator<String> >::operator[]+0xf [c:\program
files\microsoft visual studio 9.0\vc\include\vector @ 768]
00cbe370 5948daf7 0000000e 00cbe494 00cbe3c0
swlo!SwAutoFormat::_SetRedlineTxt+0x5f
[d:\losrc\4\sw\source\core\edit\autofmt.cxx @ 293]
00cbe380 5948e382 0000000e 692e2e2c 692e2e50
swlo!SwAutoFormat::SetRedlineTxt+0x27
[d:\losrc\4\sw\source\core\edit\autofmt.cxx @ 241]
00cbe3c0 594924cf 692e29b0 00000000 01000000 swlo!SwAutoFormat::BuildText+0x32
[d:\losrc\4\sw\source\core\edit\autofmt.cxx @ 1396]

Which is ( I suppose ) wandering off the end of the vector:

    if( STR_AUTOFMTREDL_END > nActionId )
    {
        sTxt = ViewShell::GetShellRes()->GetAutoFmtNameLst()[ nActionId ];

Although the line numbers are certainly v. odd. It'd be lovely to know what is
in that vector in the debugger I guess. The MS debugger doesn't appear to show
method arguments - so I'll just assume that nAction is 0x0e - from the frames
that seems plausible.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to