Kaydet (Commit) 4cb05188 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud Kaydeden (comit) Eike Rathke

coverity#707554 Unitialized scalar variable

Change-Id: I8df87c59926a62309e2ba342fe38b4915f81b3f7
Reviewed-on: https://gerrit.libreoffice.org/4404Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
Tested-by: 's avatarEike Rathke <erack@redhat.com>
üst e2ba9b89
......@@ -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 ))
......
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