coverity#707554 Unitialized scalar variable
Change-Id: I8df87c59926a62309e2ba342fe38b4915f81b3f7 Reviewed-on: https://gerrit.libreoffice.org/4404 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
This commit is contained in:
committed by
Eike Rathke
parent
e2ba9b895b
commit
4cb05188fe
@@ -382,7 +382,7 @@ sal_Bool SwEditShell::IsTableBoxTextFormat() const
|
||||
if( !pBox )
|
||||
return sal_False;
|
||||
|
||||
sal_uInt32 nFmt;
|
||||
sal_uInt32 nFmt = 0;
|
||||
const SfxPoolItem* pItem;
|
||||
if( SFX_ITEM_SET == pBox->GetFrmFmt()->GetAttrSet().GetItemState(
|
||||
RES_BOXATR_FORMAT, sal_True, &pItem ))
|
||||
|
Reference in New Issue
Block a user