Index: viewfun3.cxx =================================================================== RCS file: /cvs/sc/sc/source/ui/view/viewfun3.cxx,v retrieving revision 1.34 diff -u -r1.34 viewfun3.cxx --- viewfun3.cxx 5 Oct 2006 16:23:48 -0000 1.34 +++ viewfun3.cxx 13 Jul 2007 08:40:39 -0000 @@ -212,7 +212,7 @@ #include "warnbox.hxx" #include "drwlayer.hxx" #include "editable.hxx" - +#include "docuno.hxx" //A°FREMAR 010107 using namespace com::sun::star; // STATIC DATA --------------------------------------------------------------- @@ -1054,7 +1054,16 @@ pDocSh->PostPaint( nStartCol, nStartRow, nStartTab, nUndoEndCol, nUndoEndRow, nEndTab, nPaint, nExtFlags ); // AdjustBlockHeight has already been called above - + //DEBUT A°FREMAR 010707 + //! example api notification - temporary! + ScRangeList aChangeRanges; + SCTAB nTabCount = pDoc->GetTableCount(); + for (SCTAB i=0; iGetModel() ); + pModelObj->NotifyChanges( aChangeRanges ); + //FIN A°FREMAR 010707 aModificator.SetDocumentModified(); pDocSh->UpdateOle(GetViewData());