#i10000# fixes from OOO310
This commit is contained in:
parent
d54d9323e2
commit
c68f869ec0
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue