https://issues.apache.org/ooo/show_bug.cgi?id=124065

--- Comment #13 from Andre <[email protected]> ---
I don't like the introduction of another special case but I can't think of a
better solution.  I would just ask you to turn the lines

    if ( !pDoc->IsImportingXML() )

into something like 

    const bool bSupportUndo ( ! pDoc->IsImportingXML());
    if (bSupportUndo)

just to make the reason for the special case explicit.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

Reply via email to