summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/drawing/XShapeMirror.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/XShapeMirror.idl')
-rw-r--r--offapi/com/sun/star/drawing/XShapeMirror.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/drawing/XShapeMirror.idl b/offapi/com/sun/star/drawing/XShapeMirror.idl
index 713f840c08f5..efe8a6058d2f 100644
--- a/offapi/com/sun/star/drawing/XShapeMirror.idl
+++ b/offapi/com/sun/star/drawing/XShapeMirror.idl
@@ -33,21 +33,21 @@
/** Objects implementing this interface can be used to mirror
- <type>Shape</type>s.
+ Shapes.
@deprecated
*/
published interface XShapeMirror: com::sun::star::uno::XInterface
{
- /** mirrors the given <type>Shape</type>s
+ /** mirrors the given Shapes
at the given axis.
*/
void mirror( [inout] com::sun::star::drawing::XShapes aShapes,
[in] com::sun::star::drawing::MirrorAxis eAxis );
- /** mirrors the given <type>Shape</type>s at
+ /** mirrors the given Shapes at
the given axis.
*/
void mirrorAtAxis( [inout] com::sun::star::drawing::XShapes aShapes,