Kaydet (Commit) 891f032e authored tarafından Julien Nabet's avatar Julien Nabet

Remove "else if" dup small block

Was there since 2008-04-03 (with a format changed 2012-04-06)

Change-Id: Ib7fb741f5c39f3547002246706575ef0694009dd
üst a8ecb880
...@@ -3520,11 +3520,6 @@ void PresentationSettingsEx::SetPropertyValue( const OUString& rProperty, const ...@@ -3520,11 +3520,6 @@ void PresentationSettingsEx::SetPropertyValue( const OUString& rProperty, const
if( rValue >>= mbAnimationAllowed ) if( rValue >>= mbAnimationAllowed )
return; return;
} }
else if ( rProperty == "AllowAnimations" )
{
if( rValue >>= mbAnimationAllowed )
return;
}
else if ( rProperty == "FirstPage" ) else if ( rProperty == "FirstPage" )
{ {
OUString aPresPage; OUString aPresPage;
......
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