diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2012-05-19 13:58:39 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2012-05-19 15:10:13 +0200 |
commit | 891f032e85276a86783787ecfeb5a462db34093b (patch) | |
tree | cc1f1961bd1b2aa317202aa825d5d6081e23f9ae /sd | |
parent | a8ecb8801f4330c2d2da88b992e2039e020d4fa4 (diff) |
Remove "else if" dup small block
Was there since 2008-04-03 (with a format changed 2012-04-06)
Change-Id: Ib7fb741f5c39f3547002246706575ef0694009dd
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/slideshow/slideshowimpl.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx index da4a646238ca..16b9e4297438 100644 --- a/sd/source/ui/slideshow/slideshowimpl.cxx +++ b/sd/source/ui/slideshow/slideshowimpl.cxx @@ -3520,11 +3520,6 @@ void PresentationSettingsEx::SetPropertyValue( const OUString& rProperty, const if( rValue >>= mbAnimationAllowed ) return; } - else if ( rProperty == "AllowAnimations" ) - { - if( rValue >>= mbAnimationAllowed ) - return; - } else if ( rProperty == "FirstPage" ) { OUString aPresPage; |