coverity#1298896 dead code

Change-Id: I27b27b4f6ca4b443ebbfb0898cef7481b47658f9
This commit is contained in:
Caolán McNamara
2015-05-19 09:19:48 +01:00
parent 7c78bcc6f1
commit 0c75ccb527

View File

@@ -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;
}