diff options
author | Christian Lippka <cl@openoffice.org> | 2002-03-21 08:45:10 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2002-03-21 08:45:10 +0000 |
commit | 6830fa1537d5b89fcb7b5d45804c59a6fc570727 (patch) | |
tree | 727b21bde31d7a6ea418750a56867714da2a732e /xmloff/source/draw | |
parent | 89822b458d29fcce2e36dd5183a8a3e6a053cc56 (diff) |
#97607# export effects also for animation objects
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r-- | xmloff/source/draw/animexp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/draw/animexp.cxx b/xmloff/source/draw/animexp.cxx index 7838628ccdbe..9fcd4ea75a92 100644 --- a/xmloff/source/draw/animexp.cxx +++ b/xmloff/source/draw/animexp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: animexp.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: thb $ $Date: 2001-07-24 17:06:07 $ + * last change: $Author: cl $ $Date: 2002-03-21 09:45:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -383,7 +383,7 @@ void XMLAnimationsExporter::collect( Reference< XShape > xShape ) mpImpl->maEffects.push_back( aEffect ); } - else + { xProps->getPropertyValue( mpImpl->msEffect ) >>= eEffect; |