SVN commit 501362 by nikolaus: set the doc as modified, if a Manipulator is executed (this was hidden in the constructor of UndoAction) BUG: 120232 M +1 -0 manipulator.cc --- trunk/koffice/kspread/manipulator.cc #501361:501362 @@ -115,6 +115,7 @@ return; // do nothing if pre-processing fails } + m_sheet->doc()->setModified(true); m_sheet->doc()->undoLock (); m_sheet->doc()->emitBeginOperation();