Kaydet (Commit) 76a25639 authored tarafından Mike Kaganski's avatar Mike Kaganski

tdf#120703 (PVS): redundant check

V547 Expression 'aData.eType == SbxDECIMAL' is always true

Change-Id: I37bf367221ced7bf1c53bcd5138ae7bac656da52
Reviewed-on: https://gerrit.libreoffice.org/62030Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
Tested-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
üst 722cb06e
......@@ -164,7 +164,6 @@ void SbxValue::Clear()
}
break;
case SbxDECIMAL:
if( aData.eType == SbxDECIMAL )
releaseDecimalPtr( aData.pDecimal );
break;
case SbxDATAOBJECT:
......
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