diff -uNr old/sc/source/ui/docshell/docsh5.cxx new/sc/source/ui/docshell/docsh5.cxx --- old/sc/source/ui/docshell/docsh5.cxx 2008-06-24 15:15:22.000000000 +0800 +++ new/sc/source/ui/docshell/docsh5.cxx 2008-06-24 15:19:40.000000000 +0800 @@ -202,7 +202,7 @@ nStartRow = nRow; nEndCol = nStartCol; nEndRow = nStartRow; - aDocument.GetDataArea( nTab, nStartCol, nStartRow, nEndCol, nEndRow, FALSE ); + pData->GetArea( nTab, nStartCol, nStartRow, nEndCol, nEndRow ); if ( nOldCol1 != nStartCol || nOldCol2 != nEndCol || nOldRow1 != nStartRow ) bUseThis = FALSE; // passt gar nicht else if ( nOldRow2 != nEndRow )