[Libreoffice-commits] core.git: oox/source
Thorsten Behrens (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jul 24 22:35:44 UTC 2020
oox/source/ppt/timenode.cxx | 18 ------------------
1 file changed, 18 deletions(-)
New commits:
commit 338165c1b7960a581abf3b05454c56e4b4763eeb
Author: Thorsten Behrens <Thorsten.Behrens at CIB.de>
AuthorDate: Fri Jul 24 10:14:51 2020 +0200
Commit: Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Sat Jul 25 00:35:08 2020 +0200
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 at CIB.de>
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 );
More information about the Libreoffice-commits
mailing list