summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/ShadowProperties.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/ShadowProperties.idl')
-rw-r--r--offapi/com/sun/star/drawing/ShadowProperties.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/drawing/ShadowProperties.idl b/offapi/com/sun/star/drawing/ShadowProperties.idl
index 838a9f5322d1..f0d783966730 100644
--- a/offapi/com/sun/star/drawing/ShadowProperties.idl
+++ b/offapi/com/sun/star/drawing/ShadowProperties.idl
@@ -31,14 +31,14 @@
published service ShadowProperties
{
- /** enables/disables the shadow of a <type>Shape</type>.
+ /** enables/disables the shadow of a Shape.
<p>The other shadow properties are only applied if this is
set to <TRUE/>.</p>
*/
[property] boolean Shadow;
- /** This is the color of the shadow of this <type>Shape</type>.
+ /** This is the color of the shadow of this Shape.
*/
[property] com::sun::star::util::Color ShadowColor;
@@ -49,13 +49,13 @@ published service ShadowProperties
/** This is the horizontal distance of the left edge of the
- <type>Shape</type> to the shadow.
+ Shape to the shadow.
*/
[property] long ShadowXDistance;
/** This is the vertical distance of the top edge of the
- <type>Shape</type> to the shadow.
+ Shape to the shadow.
*/
[property] long ShadowYDistance;