Kaydet (Commit) fed82904 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

flatten indent

Change-Id: Iaec008f2bd9c3184171c3882d694e66d6da876ee
üst c8350654
......@@ -750,8 +750,8 @@ double sw_getValue( SwXCell &rCell )
/* non UNO function call to set value in SwXCell */
void sw_setValue( SwXCell &rCell, double nVal )
{
if(rCell.IsValid())
{
if(!rCell.IsValid())
return;
// first this text (maybe) needs to be deleted
sal_uLong nNdPos = rCell.pBox->IsValidNumTxtNd( true );
if(ULONG_MAX != nNdPos)
......@@ -779,7 +779,6 @@ void sw_setValue( SwXCell &rCell, double nVal )
// update table
SwTableFmlUpdate aTblUpdate( SwTable::FindTable( rCell.GetFrmFmt() ));
pDoc->getIDocumentFieldsAccess().UpdateTblFlds( &aTblUpdate );
}
}
TYPEINIT1(SwXCell, SwClient);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment