INTEGRATION: CWS oasisrng03 (1.11.64); FILE MERGED
2007/07/10 08:48:59 ama 1.11.64.2: RESYNC: (1.11-1.13); FILE MERGED
2007/07/09 11:27:04 cl 1.11.64.1: #i75926# export anim:iterate-interval as xsd:duration if flag for backward compatibility is off
diff --git a/xmloff/source/draw/animationexport.cxx b/xmloff/source/draw/animationexport.cxx
index 5e48dd2..00925e5 100644
--- a/xmloff/source/draw/animationexport.cxx
+++ b/xmloff/source/draw/animationexport.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: animationexport.cxx,v $
*
* $Revision: 1.14 $
* $Revision: 1.15 $
*
* last change: $Author: hr $ $Date: 2007-08-01 11:04:22 $
* last change: $Author: hr $ $Date: 2007-08-03 12:53:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1138,7 +1138,7 @@ void AnimationsExporterImpl::exportContainer( const Reference< XTimeContainer >&
double fTemp = xIter->getIterateInterval();
if( fTemp )
{
if( mrExport.isExperimentalOdfExportEnabled() )
if( 0 == ( mrExport.getExportFlags() & EXPORT_SAVEBACKWARDCOMPATIBLE ) )
{
// issue 146582
sal_Int32 nSecondsFraction = static_cast<sal_Int32>(fTemp * 1000 ) % 1000;