summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/animations
diff options
context:
space:
mode:
authorJean-Tiare LE BIGOT <admin@jtlebi.fr>2012-08-11 13:22:07 -0400
committerDavid Tardon <dtardon@redhat.com>2012-08-12 19:29:16 +0200
commitfc2998738538a8e8abc4b8ab5b84a12aa7365dd0 (patch)
tree8026ad5e9a05948f882f790675c0813c72cd42bf /offapi/com/sun/star/animations
parent602f956d3231a093c9853d88fe5d5de2465f7112 (diff)
Remove comment art from offapi and udkapi
I used this "one-liner" to detect comment lines containing only spaces and '=' or '-' $ find . -name "*.*" -exec sed -i '/^\s*\/\/\s*[-=]*\s*$/d' {} \; Change-Id: Iac589765c8c2e7c3ad9c487d57e48b4fd4439f07
Diffstat (limited to 'offapi/com/sun/star/animations')
-rw-r--r--offapi/com/sun/star/animations/AnimationAdditiveMode.idl3
-rw-r--r--offapi/com/sun/star/animations/AnimationCalcMode.idl3
-rw-r--r--offapi/com/sun/star/animations/AnimationColorSpace.idl3
-rw-r--r--offapi/com/sun/star/animations/AnimationEndSync.idl3
-rw-r--r--offapi/com/sun/star/animations/AnimationFill.idl3
-rw-r--r--offapi/com/sun/star/animations/AnimationNodeType.idl3
-rw-r--r--offapi/com/sun/star/animations/AnimationRestart.idl3
-rw-r--r--offapi/com/sun/star/animations/AnimationTransformType.idl3
-rw-r--r--offapi/com/sun/star/animations/AnimationValueType.idl3
-rw-r--r--offapi/com/sun/star/animations/Event.idl3
-rw-r--r--offapi/com/sun/star/animations/EventTrigger.idl3
-rw-r--r--offapi/com/sun/star/animations/TargetProperties.idl3
-rw-r--r--offapi/com/sun/star/animations/TargetPropertiesCreator.idl2
-rw-r--r--offapi/com/sun/star/animations/TimeFilterPair.idl3
-rw-r--r--offapi/com/sun/star/animations/Timing.idl3
-rw-r--r--offapi/com/sun/star/animations/TransitionSubType.idl3
-rw-r--r--offapi/com/sun/star/animations/TransitionType.idl3
-rw-r--r--offapi/com/sun/star/animations/ValuePair.idl3
-rw-r--r--offapi/com/sun/star/animations/XAnimate.idl3
-rw-r--r--offapi/com/sun/star/animations/XAnimateColor.idl3
-rw-r--r--offapi/com/sun/star/animations/XAnimateMotion.idl3
-rw-r--r--offapi/com/sun/star/animations/XAnimateSet.idl3
-rw-r--r--offapi/com/sun/star/animations/XAnimateTransform.idl3
-rw-r--r--offapi/com/sun/star/animations/XAnimationListener.idl3
-rw-r--r--offapi/com/sun/star/animations/XAnimationNode.idl3
-rw-r--r--offapi/com/sun/star/animations/XAnimationNodeSupplier.idl3
-rw-r--r--offapi/com/sun/star/animations/XAudio.idl3
-rw-r--r--offapi/com/sun/star/animations/XCommand.idl3
-rw-r--r--offapi/com/sun/star/animations/XIterateContainer.idl3
-rw-r--r--offapi/com/sun/star/animations/XTargetPropertiesCreator.idl3
-rw-r--r--offapi/com/sun/star/animations/XTimeContainer.idl3
-rw-r--r--offapi/com/sun/star/animations/XTransitionFilter.idl3
32 files changed, 0 insertions, 95 deletions
diff --git a/offapi/com/sun/star/animations/AnimationAdditiveMode.idl b/offapi/com/sun/star/animations/AnimationAdditiveMode.idl
index 2e56cae8bf0a..5c8e13f8c21f 100644
--- a/offapi/com/sun/star/animations/AnimationAdditiveMode.idl
+++ b/offapi/com/sun/star/animations/AnimationAdditiveMode.idl
@@ -19,11 +19,9 @@
#ifndef __com_sun_star_animations_AnimationAdditiveMode_idl__
#define __com_sun_star_animations_AnimationAdditiveMode_idl__
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/** Specifies the additive mode for the animation.
@@ -54,7 +52,6 @@ constants AnimationAdditiveMode
const short NONE = 4;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/AnimationCalcMode.idl b/offapi/com/sun/star/animations/AnimationCalcMode.idl
index ad3c3d067bde..e9fa85313890 100644
--- a/offapi/com/sun/star/animations/AnimationCalcMode.idl
+++ b/offapi/com/sun/star/animations/AnimationCalcMode.idl
@@ -19,11 +19,9 @@
#ifndef __com_sun_star_animations_AnimationCalcMode_idl__
#define __com_sun_star_animations_AnimationCalcMode_idl__
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/** Specifies the interpolation mode for the animation.
@@ -59,7 +57,6 @@ constants AnimationCalcMode
const short SPLINE = 3;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/AnimationColorSpace.idl b/offapi/com/sun/star/animations/AnimationColorSpace.idl
index 01364e259ea0..fbd2a9dbebc5 100644
--- a/offapi/com/sun/star/animations/AnimationColorSpace.idl
+++ b/offapi/com/sun/star/animations/AnimationColorSpace.idl
@@ -19,11 +19,9 @@
#ifndef __com_sun_star_animations_AnimationColorSpace_idl__
#define __com_sun_star_animations_AnimationColorSpace_idl__
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/** defines the color space that is used for interpolation.
<br>
@@ -43,7 +41,6 @@ constants AnimationColorSpace
const short HSL = 1;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/AnimationEndSync.idl b/offapi/com/sun/star/animations/AnimationEndSync.idl
index 915efa59d915..f75d5e151669 100644
--- a/offapi/com/sun/star/animations/AnimationEndSync.idl
+++ b/offapi/com/sun/star/animations/AnimationEndSync.idl
@@ -19,11 +19,9 @@
#ifndef __com_sun_star_animations_AnimationEndSync_idl__
#define __com_sun_star_animations_AnimationEndSync_idl__
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/** @see http://www.w3.org/TR/smil20/smil-timing.html#adef-endsync
*/
@@ -66,7 +64,6 @@ constants AnimationEndSync
const short MEDIA = 3;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/AnimationFill.idl b/offapi/com/sun/star/animations/AnimationFill.idl
index 197d8c83d570..a869dd7803bc 100644
--- a/offapi/com/sun/star/animations/AnimationFill.idl
+++ b/offapi/com/sun/star/animations/AnimationFill.idl
@@ -28,11 +28,9 @@
#ifndef __com_sun_star_animations_AnimationFill_idl__
#define __com_sun_star_animations_AnimationFill_idl__
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/** This constants are used for the members <member>fill</member> and <member>fillDefault</member>
of the an <type>XTimeContainer</type>.
@@ -94,7 +92,6 @@ constants AnimationFill
const short AUTO = 5;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/AnimationNodeType.idl b/offapi/com/sun/star/animations/AnimationNodeType.idl
index 974da21f4b73..ae563db54de0 100644
--- a/offapi/com/sun/star/animations/AnimationNodeType.idl
+++ b/offapi/com/sun/star/animations/AnimationNodeType.idl
@@ -28,11 +28,9 @@
#ifndef __com_sun_star_animations_AnimationNodeType_idl__
#define __com_sun_star_animations_AnimationNodeType_idl__
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/** This constants defines a type for an animation node.
<br>
@@ -81,7 +79,6 @@ constants AnimationNodeType
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/AnimationRestart.idl b/offapi/com/sun/star/animations/AnimationRestart.idl
index 745e28acd72b..a6e260c2c3ea 100644
--- a/offapi/com/sun/star/animations/AnimationRestart.idl
+++ b/offapi/com/sun/star/animations/AnimationRestart.idl
@@ -19,11 +19,9 @@
#ifndef __com_sun_star_animations_AnimationRestart_idl__
#define __com_sun_star_animations_AnimationRestart_idl__
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/** defines the restart behavior
@@ -60,7 +58,6 @@ constants AnimationRestart
const short NEVER = 3;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/AnimationTransformType.idl b/offapi/com/sun/star/animations/AnimationTransformType.idl
index 95aa26d9c777..f47d6bd0f9b8 100644
--- a/offapi/com/sun/star/animations/AnimationTransformType.idl
+++ b/offapi/com/sun/star/animations/AnimationTransformType.idl
@@ -19,11 +19,9 @@
#ifndef __com_sun_star_animations_AnimationTransformType_idl__
#define __com_sun_star_animations_AnimationTransformType_idl__
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/** Specifies the transformation type for an <type>XAnimateTransform</type>.
@@ -52,7 +50,6 @@ constants AnimationTransformType
const short SKEWY = 4;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/AnimationValueType.idl b/offapi/com/sun/star/animations/AnimationValueType.idl
index 5ccf986564d4..df65b3f72c3c 100644
--- a/offapi/com/sun/star/animations/AnimationValueType.idl
+++ b/offapi/com/sun/star/animations/AnimationValueType.idl
@@ -19,11 +19,9 @@
#ifndef __com_sun_star_animations_AnimationValueType_idl__
#define __com_sun_star_animations_AnimationValueType_idl__
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/** @see <member>XAnimateAttribute::ValueType</member>
*/
@@ -42,7 +40,6 @@ constants AnimationValueType
const short COLOR = 2;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/Event.idl b/offapi/com/sun/star/animations/Event.idl
index 593cedff0765..7d6912242aa5 100644
--- a/offapi/com/sun/star/animations/Event.idl
+++ b/offapi/com/sun/star/animations/Event.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/** an event has a source that causes an event to be fired and a trigger
that defines under which condition an event should be raised and
@@ -61,7 +59,6 @@ struct Event
unsigned short Repeat;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/EventTrigger.idl b/offapi/com/sun/star/animations/EventTrigger.idl
index bc90291f9048..7798659a893e 100644
--- a/offapi/com/sun/star/animations/EventTrigger.idl
+++ b/offapi/com/sun/star/animations/EventTrigger.idl
@@ -28,11 +28,9 @@
#ifndef __com_sun_star_animations_EventTrigger_idl__
#define __com_sun_star_animations_EventTrigger_idl__
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/**
*/
@@ -85,7 +83,6 @@ constants EventTrigger
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/TargetProperties.idl b/offapi/com/sun/star/animations/TargetProperties.idl
index 8938c1aeeded..2720b67ea918 100644
--- a/offapi/com/sun/star/animations/TargetProperties.idl
+++ b/offapi/com/sun/star/animations/TargetProperties.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/beans/NamedValue.idl>
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/** Properties of an animated target.<p>
@@ -42,7 +40,6 @@ struct TargetProperties
sequence< ::com::sun::star::beans::NamedValue > Properties;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/TargetPropertiesCreator.idl b/offapi/com/sun/star/animations/TargetPropertiesCreator.idl
index 502b83b50e51..b406aac791f7 100644
--- a/offapi/com/sun/star/animations/TargetPropertiesCreator.idl
+++ b/offapi/com/sun/star/animations/TargetPropertiesCreator.idl
@@ -32,11 +32,9 @@
#include <com/sun/star/animations/XTargetPropertiesCreator.idl>
#endif
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
service TargetPropertiesCreator: XTargetPropertiesCreator;
diff --git a/offapi/com/sun/star/animations/TimeFilterPair.idl b/offapi/com/sun/star/animations/TimeFilterPair.idl
index 1f4de53aef68..aafd06f09efa 100644
--- a/offapi/com/sun/star/animations/TimeFilterPair.idl
+++ b/offapi/com/sun/star/animations/TimeFilterPair.idl
@@ -19,11 +19,9 @@
#ifndef __com_sun_star_animations_TimeFilterPair_idl__
#define __com_sun_star_animations_TimeFilterPair_idl__
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/**
*/
@@ -36,7 +34,6 @@ struct TimeFilterPair
double Progress;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/Timing.idl b/offapi/com/sun/star/animations/Timing.idl
index f049ec31d597..89125bcb3a73 100644
--- a/offapi/com/sun/star/animations/Timing.idl
+++ b/offapi/com/sun/star/animations/Timing.idl
@@ -19,11 +19,9 @@
#ifndef __com_sun_star_animations_Timing_idl__
#define __com_sun_star_animations_Timing_idl__
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/**
*/
@@ -38,7 +36,6 @@ enum Timing
MEDIA
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/TransitionSubType.idl b/offapi/com/sun/star/animations/TransitionSubType.idl
index 240d7a65cc17..5c0ecdbe5073 100644
--- a/offapi/com/sun/star/animations/TransitionSubType.idl
+++ b/offapi/com/sun/star/animations/TransitionSubType.idl
@@ -19,11 +19,9 @@
#ifndef __com_sun_star_animations_TransitionSubType_idl__
#define __com_sun_star_animations_TransitionSubType_idl__
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/** @see http://www.w3.org/TR/smil20/smil-transitions.html#Table%201:%20Taxonomy%20Table
*/
@@ -148,7 +146,6 @@ constants TransitionSubType
const short FROMBOTTOMRIGHT = 119;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/TransitionType.idl b/offapi/com/sun/star/animations/TransitionType.idl
index 0eb596caa03c..0de421239f54 100644
--- a/offapi/com/sun/star/animations/TransitionType.idl
+++ b/offapi/com/sun/star/animations/TransitionType.idl
@@ -19,11 +19,9 @@
#ifndef __com_sun_star_animations_TransitionType_idl__
#define __com_sun_star_animations_TransitionType_idl__
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/** @see http://www.w3.org/TR/smil20/smil-transitions.html#Table%201:%20Taxonomy%20Table
*/
@@ -76,7 +74,6 @@ constants TransitionType
const short ZOOM = 43;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/ValuePair.idl b/offapi/com/sun/star/animations/ValuePair.idl
index 05d49dd40bbb..56052c283fa6 100644
--- a/offapi/com/sun/star/animations/ValuePair.idl
+++ b/offapi/com/sun/star/animations/ValuePair.idl
@@ -19,11 +19,9 @@
#ifndef __com_sun_star_animations_ValuePair_idl__
#define __com_sun_star_animations_ValuePair_idl__
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/**
*/
@@ -33,7 +31,6 @@ struct ValuePair
any Second;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/XAnimate.idl b/offapi/com/sun/star/animations/XAnimate.idl
index 578a1ce432d7..8ef7011730d6 100644
--- a/offapi/com/sun/star/animations/XAnimate.idl
+++ b/offapi/com/sun/star/animations/XAnimate.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/animations/XAnimationNode.idl>
#include <com/sun/star/animations/TimeFilterPair.idl>
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/** Interface for generic animation.
@@ -143,7 +141,6 @@ interface XAnimate : XAnimationNode
[attribute] string Formula;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/XAnimateColor.idl b/offapi/com/sun/star/animations/XAnimateColor.idl
index 6d85bc6f3857..d70f5cb6b942 100644
--- a/offapi/com/sun/star/animations/XAnimateColor.idl
+++ b/offapi/com/sun/star/animations/XAnimateColor.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/animations/XAnimate.idl>
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/** Interface for animation by defining color changes over time.
<br>
@@ -66,7 +64,6 @@ interface XAnimateColor : XAnimate
[attribute] boolean Direction;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/XAnimateMotion.idl b/offapi/com/sun/star/animations/XAnimateMotion.idl
index 8c76594da7f5..dea199292e0a 100644
--- a/offapi/com/sun/star/animations/XAnimateMotion.idl
+++ b/offapi/com/sun/star/animations/XAnimateMotion.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/animations/XAnimate.idl>
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/** Interface for animation by defining motion on a path.
@@ -48,7 +46,6 @@ interface XAnimateMotion : XAnimate
[attribute] any Origin;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/XAnimateSet.idl b/offapi/com/sun/star/animations/XAnimateSet.idl
index 682c48147d7a..3cc4c99272d1 100644
--- a/offapi/com/sun/star/animations/XAnimateSet.idl
+++ b/offapi/com/sun/star/animations/XAnimateSet.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/animations/XAnimate.idl>
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/** Interface for animation by simply setting the value of the target attribute to a constant value.
This interface provides a simple means of just setting the value of an attribute for
@@ -58,7 +56,6 @@ interface XAnimateSet : XAnimate
{
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/XAnimateTransform.idl b/offapi/com/sun/star/animations/XAnimateTransform.idl
index 7e4860c853c3..cf0a73f6ed79 100644
--- a/offapi/com/sun/star/animations/XAnimateTransform.idl
+++ b/offapi/com/sun/star/animations/XAnimateTransform.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/animations/XAnimate.idl>
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/** animates a transformation attribute on a target element, thereby allowing
animations to control translation, scaling, rotation and/or skewing.
@@ -61,7 +59,6 @@ interface XAnimateTransform : XAnimate
[attribute] short TransformType;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/XAnimationListener.idl b/offapi/com/sun/star/animations/XAnimationListener.idl
index 8d27e294c717..2a1085f1e2b9 100644
--- a/offapi/com/sun/star/animations/XAnimationListener.idl
+++ b/offapi/com/sun/star/animations/XAnimationListener.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/lang/XEventListener.idl>
#include <com/sun/star/animations/XAnimationNode.idl>
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/** makes it possible to register listeners, which are called whenever
an animation event occurs.
@@ -78,7 +76,6 @@ interface XAnimationListener : ::com::sun::star::lang::XEventListener
void repeat( [in] XAnimationNode Node, [in] long Repeat );
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/XAnimationNode.idl b/offapi/com/sun/star/animations/XAnimationNode.idl
index abc91ff6fb62..44c44a76b7b0 100644
--- a/offapi/com/sun/star/animations/XAnimationNode.idl
+++ b/offapi/com/sun/star/animations/XAnimationNode.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/container/XChild.idl>
#include <com/sun/star/beans/NamedValue.idl>
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/**
*/
@@ -250,7 +248,6 @@ interface XAnimationNode : ::com::sun::star::container::XChild
[attribute] sequence< ::com::sun::star::beans::NamedValue > UserData;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/XAnimationNodeSupplier.idl b/offapi/com/sun/star/animations/XAnimationNodeSupplier.idl
index d30ce1bf1272..d7b65ce7b9fd 100644
--- a/offapi/com/sun/star/animations/XAnimationNodeSupplier.idl
+++ b/offapi/com/sun/star/animations/XAnimationNodeSupplier.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/animations/XAnimationNode.idl>
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/**
*/
@@ -34,7 +32,6 @@ interface XAnimationNodeSupplier
XAnimationNode getAnimationNode();
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/XAudio.idl b/offapi/com/sun/star/animations/XAudio.idl
index 425aa32faabe..66106c80fe27 100644
--- a/offapi/com/sun/star/animations/XAudio.idl
+++ b/offapi/com/sun/star/animations/XAudio.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/animations/XAnimationNode.idl>
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/**
*/
@@ -40,7 +38,6 @@ interface XAudio : XAnimationNode
[attribute] double Volume;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/XCommand.idl b/offapi/com/sun/star/animations/XCommand.idl
index 08110baea258..15df81664eda 100644
--- a/offapi/com/sun/star/animations/XCommand.idl
+++ b/offapi/com/sun/star/animations/XCommand.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/animations/XAnimationNode.idl>
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/** Execution of the XCommand animation node causes the slide show component
to call back the application to perform the command.
@@ -49,7 +47,6 @@ interface XCommand : XAnimationNode
[attribute] any Parameter;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/XIterateContainer.idl b/offapi/com/sun/star/animations/XIterateContainer.idl
index a87522ba6f6b..ae00ad6db982 100644
--- a/offapi/com/sun/star/animations/XIterateContainer.idl
+++ b/offapi/com/sun/star/animations/XIterateContainer.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/animations/XTimeContainer.idl>
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/** An iterate container iterates over subitems of a given target object
and animates them by subsequently executes the contained effects on them.
@@ -71,7 +69,6 @@ interface XIterateContainer : XTimeContainer
[attribute] double IterateInterval;
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/XTargetPropertiesCreator.idl b/offapi/com/sun/star/animations/XTargetPropertiesCreator.idl
index 8e3a28fe922b..5cce7fe10d29 100644
--- a/offapi/com/sun/star/animations/XTargetPropertiesCreator.idl
+++ b/offapi/com/sun/star/animations/XTargetPropertiesCreator.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/animations/TargetProperties.idl>
#include <com/sun/star/animations/XAnimationNode.idl>
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/** Factory interface to generate properties for all animated targets.<p>
@@ -66,7 +64,6 @@ interface XTargetPropertiesCreator : ::com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/XTimeContainer.idl b/offapi/com/sun/star/animations/XTimeContainer.idl
index 11e5bec76865..cd459bc519e5 100644
--- a/offapi/com/sun/star/animations/XTimeContainer.idl
+++ b/offapi/com/sun/star/animations/XTimeContainer.idl
@@ -25,11 +25,9 @@
#include <com/sun/star/lang/IllegalArgumentException.idl>
#include <com/sun/star/container/ElementExistException.idl>
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/**
@@ -103,7 +101,6 @@ interface XTimeContainer : XAnimationNode
com::sun::star::lang::WrappedTargetException );
};
-//=============================================================================
}; }; }; };
diff --git a/offapi/com/sun/star/animations/XTransitionFilter.idl b/offapi/com/sun/star/animations/XTransitionFilter.idl
index 0f43597b5617..4dc72b8b17b6 100644
--- a/offapi/com/sun/star/animations/XTransitionFilter.idl
+++ b/offapi/com/sun/star/animations/XTransitionFilter.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/animations/XAnimate.idl>
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/**
Base members <member>XAnimate::Values</member>, <member>XAnimate::From</member>,
@@ -82,7 +80,6 @@ interface XTransitionFilter : XAnimate
[attribute] long FadeColor;
};
-//=============================================================================
}; }; }; };