summaryrefslogtreecommitdiff
path: root/xmloff/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-01 16:26:12 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-01 16:26:12 +0000
commit8321aee5c0f6674c1762c0533afdc4a6d7987a0a (patch)
tree53ed433552d18298fbd5ec8ace6d921743bae66d /xmloff/source
parent898a410360651a5a58bc51f1b5f33179f2a6300e (diff)
INTEGRATION: CWS impress35 (1.13.76); FILE MERGED
2005/02/22 15:17:32 cl 1.13.76.1: #i42570# do not set pres order, effects are sorted anyway
Diffstat (limited to 'xmloff/source')
-rw-r--r--xmloff/source/draw/animimp.cxx11
1 files changed, 3 insertions, 8 deletions
diff --git a/xmloff/source/draw/animimp.cxx b/xmloff/source/draw/animimp.cxx
index 157106f9f826..27c19ca5c017 100644
--- a/xmloff/source/draw/animimp.cxx
+++ b/xmloff/source/draw/animimp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: animimp.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 19:31:39 $
+ * last change: $Author: kz $ $Date: 2005-03-01 17:26:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -405,7 +405,6 @@ class AnimImpImpl
{
public:
Reference< XPropertySet > mxLastShape;
- sal_Int32 mnPresOrder;
OUString maLastShapeId;
OUString msDimColor;
@@ -423,8 +422,7 @@ public:
OUString msIsAnimation;
AnimImpImpl()
- : mnPresOrder( 0 ),
- msDimColor( RTL_CONSTASCII_USTRINGPARAM( "DimColor" ) ),
+ : msDimColor( RTL_CONSTASCII_USTRINGPARAM( "DimColor" ) ),
msDimHide( RTL_CONSTASCII_USTRINGPARAM( "DimHide" ) ),
msDimPrev( RTL_CONSTASCII_USTRINGPARAM( "DimPrevious" ) ),
msEffect( RTL_CONSTASCII_USTRINGPARAM( "Effect" ) ),
@@ -666,9 +664,6 @@ void XMLAnimationsEffectContext::EndElement()
mpImpl->maLastShapeId = maShapeId;
mpImpl->mxLastShape = xSet;
-
- aAny <<= mpImpl->mnPresOrder++;
- xSet->setPropertyValue( mpImpl->msPresOrder, aAny );
}
}
else