diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2020-07-24 10:14:51 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2020-07-25 00:35:08 +0200 |
commit | 338165c1b7960a581abf3b05454c56e4b4763eeb (patch) | |
tree | cd6b0f17160a41da1fda82ad60f6fdf1263f2179 /oox | |
parent | f6b5d60f07e7023f9d3eee1cc12d4142159bd11f (diff) |
oox: remove commented code block
Change-Id: I37efb4765a0322249c53723c33b90271b32caca4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99354
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/ppt/timenode.cxx | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/oox/source/ppt/timenode.cxx b/oox/source/ppt/timenode.cxx index 41fb39fba150..3e08a6716d74 100644 --- a/oox/source/ppt/timenode.cxx +++ b/oox/source/ppt/timenode.cxx @@ -250,24 +250,6 @@ namespace oox::ppt { xNode->setEnd( aAny ); } } -#if 0 // FIXME even the binary filter has this disabled. - if( !maNextCondList.empty() ) - { - Any aAny = AnimationCondition::convertList( pSlide, maNextCondList ); - if( aAny.hasValue() ) - { - xNode->setNext( aAny ); - } - } - if( !maPrevCondList.empty() ) - { - Any aAny = AnimationCondition::convertList( pSlide, maPrevCondList ); - if( aAny.hasValue() ) - { - xNode->setPrev( aAny ); - } - } -#endif if( mbHasEndSyncValue ) { Any aValue = maEndSyncValue.convert( pSlide ); |