summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/animations/AnimationFill.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/animations/AnimationFill.idl')
-rw-r--r--offapi/com/sun/star/animations/AnimationFill.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/animations/AnimationFill.idl b/offapi/com/sun/star/animations/AnimationFill.idl
index 7ef586d50dc8..ed7c013404f0 100644
--- a/offapi/com/sun/star/animations/AnimationFill.idl
+++ b/offapi/com/sun/star/animations/AnimationFill.idl
@@ -31,8 +31,8 @@
*/
constants AnimationFill
{
- /** The fill behavior for the element is determined by the value of the <member>XTiming::FillDefault</member> attribute.
- This is the default value for the <member>XTiming::Fill</member>..
+ /** The fill behavior for the element is determined by the value of the XTiming::FillDefault attribute.
+ This is the default value for the XTiming::Fill..
If the application of fillDefault to an element would result in the element having a value
of fill that is not allowed on that element, the element will instead have a fill value of
<const>AnimationFill::AUTO</const>.
@@ -40,9 +40,9 @@ constants AnimationFill
const short DEFAULT = 0;
/** Specifies that the value of this attribute (and of the fill behavior) are
- inherited from the <member>XTiming::FillDefault</member> value
+ inherited from the XTiming::FillDefault value
of the parent element. If there is no parent element, the value is <const>AnimationFill::AUTO</const>.
- This is the default value for the <member>XTiming::FillDefault</member>.
+ This is the default value for the XTiming::FillDefault.
*/
const short INHERIT = 0;