coverity#1298896 dead code
Change-Id: I27b27b4f6ca4b443ebbfb0898cef7481b47658f9
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user