summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 22:20:42 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:00 +0200
commitb352a8bf0321c13919c9882484a1c4d4d65cfd33 (patch)
tree1f9d5c7f1d14def51714f0ac5ebe30ab0f5c9ed9 /offapi/com/sun/star/drawing
parent9f12a9da8d91364d4d0865021adbe62bfa09148c (diff)
*api: convert <member>method</member> to method()
Doxygen will only recognize a un-qualified method name as such if it is followed by "()". sed -i "s,<member>\([a-z][^<]\+[^)]\)</member>,\1(),g" Change-Id: I69bc17849e76f3a3d91c6daf0f1be8168a83cfc5
Diffstat (limited to 'offapi/com/sun/star/drawing')
-rw-r--r--offapi/com/sun/star/drawing/Shape.idl2
-rw-r--r--offapi/com/sun/star/drawing/framework/XResourceFactoryManager.idl2
2 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/drawing/Shape.idl b/offapi/com/sun/star/drawing/Shape.idl
index 6345a85d1e36..91c296827e13 100644
--- a/offapi/com/sun/star/drawing/Shape.idl
+++ b/offapi/com/sun/star/drawing/Shape.idl
@@ -49,7 +49,7 @@ published service Shape
/** This gives you the size and position of this Shape
- and lets you change it. You can use <member>getShapeType</member>
+ and lets you change it. You can use getShapeType()
to determine what kind of shape this is.
*/
interface com::sun::star::drawing::XShape;
diff --git a/offapi/com/sun/star/drawing/framework/XResourceFactoryManager.idl b/offapi/com/sun/star/drawing/framework/XResourceFactoryManager.idl
index f42ac74f80cc..a3d99fba5af8 100644
--- a/offapi/com/sun/star/drawing/framework/XResourceFactoryManager.idl
+++ b/offapi/com/sun/star/drawing/framework/XResourceFactoryManager.idl
@@ -61,7 +61,7 @@ interface XResourceFactoryManager
[in] string sResourceURL);
/** Remove a resource factory for all resource types it has been registered for. Use
- <member>removeResourceFactoryForURL</member> to remove a factory
+ removeResourceFactoryForURL() to remove a factory
just for one resource type and to leave it registered for others.
@param xResourceFactory
The resource factory object to remove.