impress190: removed warnings

This commit is contained in:
sj 2010-06-05 15:12:10 +02:00
parent 245dec8125
commit 04f7540cfb

View file

@ -117,7 +117,6 @@ rtl::OUString GetFormulaParameter( const EnhancedCustomShapeParameter& rParamete
if ( rParameter.Value >>= nValue )
aRet = rtl::OUString::valueOf( nValue );
}
break;
}
break;
case EnhancedCustomShapeParameterType::EQUATION :
@ -419,7 +418,7 @@ static EnhancedCustomShapeParameter GetAdjCoordinate( CustomShapeProperties& rCu
}
else
{
sal_Int32 nGuideIndex = CustomShapeProperties::GetCustomShapeGuideValue( rCustomShapeProperties.getGuideList(), rValue );
nGuideIndex = CustomShapeProperties::GetCustomShapeGuideValue( rCustomShapeProperties.getGuideList(), rValue );
if ( nGuideIndex >= 0 )
{
aRet.Value = Any( nGuideIndex );