https://bugs.documentfoundation.org/show_bug.cgi?id=152971

--- Comment #3 from Telesto <tele...@surfxs.nl> ---
For an assert 

1. Open the attached file
2. Put cursor in the bottom row of the table
3. Press delete table row button (2x)
4. CTRL+Z (2x)
5. CTRL+Y (2)
6. Press delete table
7. CTRL-Z
8. CTRL-Y

    frame #4: 0x00000001746b237c
libswlo.dylib`sw::UpdateFramesForAddDeleteRedline(rDoc=0x000000010dcab450,
rPam=0x000000010dcec460) at DocumentRedlineManager.cxx:209:17
   206              if (frames.empty())
   207              {
   208                  auto const& layouts(rDoc.GetAllLayouts());
-> 209                  assert(std::none_of(layouts.begin(), layouts.end(),
   210                      [](SwRootFrame const*const pLayout) { return
pLayout->IsHideRedlines(); }));
   211                  (void) layouts;
   212                  break;

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to