https://bugs.documentfoundation.org/show_bug.cgi?id=152305
Justin L <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |trivial Priority|medium |low --- Comment #3 from Justin L <[email protected]> --- xCur = xTextRange->getText( )->createTextCursor( ); xCur->gotoEnd(false); xCur->goLeft(1, false); uno::Reference<text::XTextCursor> xCur2 = xTextRange->getText()->createTextCursorByRange(xCur); SAL_DEBUG("next line is our exception"); uno::Reference<text::XParagraphCursor> xParaCursor(xCur2, uno::UNO_QUERY_THROW); xParaCursor->gotoStartOfParagraph(false); The exception happens for both A1 and D2. This UNO mumbo-jumbo won't be easy to figure out. Low priority - this was a hand-modified example. Not so easy to create in the wild, but inspired by a client's example. -- You are receiving this mail because: You are the assignee for the bug.
