Issue 29846

Summary: Include a selected table into a text frame erases the undo buffer
Product: Writer Reporter: eric.savary
Component: codeAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues, kamataki, masaya.k
Version: 680m40   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description eric.savary 2004-06-03 21:43:25 UTC
- insert a table
- select it
- Insert frame
(-> the table is directly incuded in the frame)
-> the undo buffer is empty
Comment 1 frank.meies 2004-08-06 12:42:30 UTC
FME: I found this piece of code in doclay.cxx, SwDoc::MakeFlyAndMove(), which
goes back to 1993:

// Erstmal ein Hack, solange keine Flys/Headers/Footers Undofaehig sind
// werden erstmal alle Undo - Objecte geloescht.
if( DoesUndo() )	
	DelAllUndoObj();

Comment 2 eric.savary 2004-08-06 14:41:45 UTC
Ok.
I see this as a pretty anoying bug/hack because the undo buffer gets flushed...
but:
- this is not a regression (since 1993!)
- this happens in rather seldom cases
- we have ressource (man power) problems in that area.
Thus: Office later
Comment 3 michael.ruess 2008-11-04 12:53:33 UTC
*** Issue 95797 has been marked as a duplicate of this issue. ***
Comment 4 openoffice 2008-11-24 15:07:06 UTC
ama took over undo