summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2020-07-24 10:14:51 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2020-07-25 00:35:08 +0200
commit338165c1b7960a581abf3b05454c56e4b4763eeb (patch)
treecd6b0f17160a41da1fda82ad60f6fdf1263f2179 /oox
parentf6b5d60f07e7023f9d3eee1cc12d4142159bd11f (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.cxx18
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 );