summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering/AnimationAttributes.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/AnimationAttributes.idl')
-rw-r--r--offapi/com/sun/star/rendering/AnimationAttributes.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/rendering/AnimationAttributes.idl b/offapi/com/sun/star/rendering/AnimationAttributes.idl
index 139996b8f6ce..4b283a70c413 100644
--- a/offapi/com/sun/star/rendering/AnimationAttributes.idl
+++ b/offapi/com/sun/star/rendering/AnimationAttributes.idl
@@ -36,10 +36,10 @@ module com { module sun { module star { module rendering {
@since OOo 2.0
*/
-published struct AnimationAttributes
+struct AnimationAttributes
{
/// Preferred duration of the animation sequence in seconds.
- double Duration;
+ double Duration;
//-------------------------------------------------------------------------