#i10000# fixes from OOO310

This commit is contained in:
Oliver Bolte 2009-03-09 15:48:30 +00:00
parent d54d9323e2
commit c68f869ec0
2 changed files with 3 additions and 1 deletions

View file

@ -644,7 +644,7 @@ void ScXMLTableRowCellContext::SetAnnotation(const table::CellAddress& aCellAddr
if( SdrCaptionObj* pCaption = pNote->GetCaption() )
{
if( pMyAnnotation->pOPO )
pCaption->SetOutlinerParaObject( pMyAnnotation->pOPO->Clone() );
pCaption->SetOutlinerParaObject( pMyAnnotation->pOPO );
else
pCaption->SetText( pMyAnnotation->sText );
// copy all items and reset shadow items

View file

@ -2803,7 +2803,9 @@ void ScChart2DataSequence::BuildDataCache()
rItem.mbIsValue = true;
}
break;
#if DBG_UTIL
case CELLTYPE_DESTROYED:
#endif
case CELLTYPE_EDIT:
case CELLTYPE_NONE:
case CELLTYPE_NOTE: