summaryrefslogtreecommitdiff
path: root/oox/source/ppt/animationspersist.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ppt/animationspersist.cxx')
-rw-r--r--oox/source/ppt/animationspersist.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/oox/source/ppt/animationspersist.cxx b/oox/source/ppt/animationspersist.cxx
index 1405a6ecc376..6b919851da1d 100644
--- a/oox/source/ppt/animationspersist.cxx
+++ b/oox/source/ppt/animationspersist.cxx
@@ -77,7 +77,6 @@ namespace oox { namespace ppt {
}
}
-
Any AnimTargetElement::convert(const SlidePersistPtr & pSlide, sal_Int16 & nSubType) const
{
Any aTarget;
@@ -125,7 +124,6 @@ namespace oox { namespace ppt {
return aTarget;
}
-
// BEGIN CUT&PASTE from sd/source/filter/ppt/pptinanimations.cxx
/** this adds an any to another any.
if rNewValue is empty, rOldValue is returned.
@@ -178,7 +176,6 @@ namespace oox { namespace ppt {
return aAny;
}
-
Any AnimationCondition::convertList(const SlidePersistPtr & pSlide, const AnimationConditionList & l)
{
Any aAny;
@@ -192,5 +189,4 @@ namespace oox { namespace ppt {
} }
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */