1. 23 Şub, 2012 38 kayıt (commit)
  2. 22 Şub, 2012 2 kayıt (commit)
    • Michael Stahl's avatar
      fdo#46482: prevent duplication of frames: · 91fab30f
      Michael Stahl yazdı
      SwDoc::MakeFlySection: abuse the SwDoc::mbRedlineMove flag, which
      (with the fix for fdo#40599) does exactly what is necessary to prevent
      the spurious copies.
      Also, remove the ugly hack to work around this problem from
      SwXText::convertToTextFrame.
      91fab30f
    • Michael Stahl's avatar
      fdo#40599 i#112763: fix frame duplication: · 23e52c20
      Michael Stahl yazdı
      SwDoc::CopyFlyInFlyImpl: When called from SwRedline::CopyToSection, do not
      copy frames that are anchored at the redline end node by checking
      IsRedlineMove(); these frames are not deleted by DelCopyOfSection and were
      thus duplicated on every Show/Hide redlines.
      (regression from 62ebbb00 (CWS os131))
      23e52c20