Kaydet (Commit) 0c75ccb5 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1298896 dead code

Change-Id: I27b27b4f6ca4b443ebbfb0898cef7481b47658f9
üst 7c78bcc6
......@@ -1786,8 +1786,6 @@ sal_Int32 DrawingML::getBulletMarginIndentation (Reference< XPropertySet > rXPro
const PropertyValue* pPropValue = aPropertySequence.getArray();
sal_Int16 nNumberingType = SVX_NUM_NUMBER_NONE;
for ( sal_Int32 i = 0; i < nPropertyCount; i++ )
{
const void* pValue = pPropValue[ i ].Value.getValue();
......@@ -1800,9 +1798,6 @@ sal_Int32 DrawingML::getBulletMarginIndentation (Reference< XPropertySet > rXPro
}
}
if (nNumberingType == SVX_NUM_NUMBER_NONE)
return 0;
return 0;
}
......
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