summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSun Ying <sunying@apache.org>2012-09-10 01:29:08 +0000
committerXisco Fauli <anistenis@gmail.com>2013-04-03 23:23:01 +0200
commitcc2dd35b24f9ddf14d423cd5f099987223fd6960 (patch)
tree862db46c5ee92999db9f8e41f5bec69d2e7c231e
parentac4c6860961264d23504df90ccf805bd25be032f (diff)
#119711# support the delay var when export ppt file by AOO
Reported by: Wang Li Feng Patch by: Ying Sun Review by: Jian Yuan Li
-rw-r--r--sd/source/filter/eppt/pptexanimations.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/filter/eppt/pptexanimations.cxx b/sd/source/filter/eppt/pptexanimations.cxx
index bac80c964d14..663bd98a19a6 100644
--- a/sd/source/filter/eppt/pptexanimations.cxx
+++ b/sd/source/filter/eppt/pptexanimations.cxx
@@ -1352,8 +1352,7 @@ void AnimationExporter::exportAnimEvent( SvStream& rStrm, const Reference< XAnim
else if ( aAny >>= fTiming )
{
bCreateEvent = sal_True;
- if ( eTiming == Timing_INDEFINITE )
- nBegin = (sal_Int32)( fTiming * 1000.0 );
+ nBegin = (sal_Int32)( fTiming * 1000.0 );
}
}
break;