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:
Norbert Thiebaud
2013-06-20 13:08:02 -05:00
committed by Eike Rathke
parent e2ba9b895b
commit 4cb05188fe

View File

@@ -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 ))