summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/XShapeAligner.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/XShapeAligner.idl')
-rw-r--r--offapi/com/sun/star/drawing/XShapeAligner.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/drawing/XShapeAligner.idl b/offapi/com/sun/star/drawing/XShapeAligner.idl
index 97642697dbb0..b667b4b7bcd2 100644
--- a/offapi/com/sun/star/drawing/XShapeAligner.idl
+++ b/offapi/com/sun/star/drawing/XShapeAligner.idl
@@ -30,13 +30,13 @@
module com { module sun { module star { module drawing {
/** Objects implementing this interface can be used to align
- <type>Shape</type>s.
+ Shapes.
@deprecated
*/
published interface XShapeAligner: com::sun::star::uno::XInterface
{
- /** aligns the specified <type>Shape</type>s.
+ /** aligns the specified Shapes.
*/
void alignShapes( [inout] com::sun::star::drawing::XShapes aShapes,
[in] com::sun::star::drawing::Alignment eType );