• Noel Grandin's avatar
    tdf#103083 - EDITING: Cut and Paste changes bullet point formatting · 7e488767
    Noel Grandin yazdı
    The bug is that, on paste, the incorrect stylesheet is set on a paragraph
    node, leading to the loss of bullet formatting information.
    
    There are two copies of this style-resetting code, one in
       sd::View::OnEndPasteOrDrop
    and the other in
        Outliner::ImplSetLevelDependendStyleSheet.
    
    The first one was introduced by:
        commit 8aa3d121
        Author: Rüdiger Timm <rt@openoffice.org>
        Date:   Fri Jun 6 11:11:54 2008 +0000
        INTEGRATION: CWS impressodf12 (1.62.4); FILE MERGED
    
    And the second one by:
       commit a6b3e8c1
       Author: Rüdiger Timm <rt@openoffice.org>
       Date:   Fri Jun 6 11:30:58 2008 +0000
       INTEGRATION: CWS impressodf12 (1.70.350); FILE MERGED
    
    The second one appears to do the right thing, and fixes this bug,
    so I am deleting the first one.
    
    Change-Id: I5eede7fe7bd3aa24696b495e740d1a4df124bd3a
    Reviewed-on: https://gerrit.libreoffice.org/30009Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
    Tested-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
    7e488767