summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/presentation/Shape.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:25:41 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commit24b331efedc6fdf1082e92a2db444d80ae7fed81 (patch)
treeb3cbb48758c70259bafb5053e46d5ae6937235ed /offapi/com/sun/star/presentation/Shape.idl
parent*api: convert remaining <member> (diff)
downloadcore-24b331efedc6fdf1082e92a2db444d80ae7fed81.tar.gz
core-24b331efedc6fdf1082e92a2db444d80ae7fed81.zip
*api: convert rest of <member scope="foo">
sed -i 's,<member scope="\([^"]*\)">\([^<]\+\)</member>,\1::\2,g' Change-Id: Idbe0adc5a88e430c99257d4d61e540bf0eeaea8f
Diffstat (limited to 'offapi/com/sun/star/presentation/Shape.idl')
-rw-r--r--offapi/com/sun/star/presentation/Shape.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/presentation/Shape.idl b/offapi/com/sun/star/presentation/Shape.idl
index 9ca56749d572..1cb6f2b8d411 100644
--- a/offapi/com/sun/star/presentation/Shape.idl
+++ b/offapi/com/sun/star/presentation/Shape.idl
@@ -47,20 +47,20 @@ published service Shape
/** This is the color for dimming this shape.
- <p>This color is used if the property <member scope="com::sun::star::drawing">Shape::DimPrev</member>
- is <TRUE/> and <member scope="com::sun::star::drawing">Shape::DimHide</member> is <FALSE/>.</p>
+ <p>This color is used if the property com::sun::star::drawing::Shape::DimPrev
+ is <TRUE/> and com::sun::star::drawing::Shape::DimHide is <FALSE/>.</p>
*/
[property] com::sun::star::util::Color DimColor;
- /** If this property and the property <member scope="com::sun::star::drawing">Shape::DimPrev</member>
+ /** If this property and the property com::sun::star::drawing::Shape::DimPrev
are both <TRUE/>, the shape is hidden instead of dimmed to a color.
*/
[property] boolean DimHide;
/** If this property is <TRUE/>, this shape is dimmed to the color of
- property <member scope="com::sun::star::drawing">Shape::DimColor</member> after executing its
+ property com::sun::star::drawing::Shape::DimColor after executing its
animation effect.
*/
[property] boolean DimPrevious;
@@ -133,7 +133,7 @@ published service Shape
/** specifies an "OLE2" verb for the ClickAction VERB in
- the property <member scope="com::sun::star::drawing">Shape::OnClick</member>.
+ the property com::sun::star::drawing::Shape::OnClick.
*/
[property] long Verb;