summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/XShapeGrouper.idl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-26 22:08:56 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-26 22:08:56 +0000
commita7912c2a9f1dfcbb4123305bbb5d2ef7d315a590 (patch)
treed616a1487ed6bb845a82b43c9eec7cc09b9f5b90 /offapi/com/sun/star/drawing/XShapeGrouper.idl
parentc0dd32e65cc77ff5fd961947cde50136c0953337 (diff)
INTEGRATION: CWS os43 (1.6.126); FILE MERGED
2004/11/17 09:57:50 tl 1.6.126.1: #i35547# added a comment for grouping of objects in text documents
Diffstat (limited to 'offapi/com/sun/star/drawing/XShapeGrouper.idl')
-rw-r--r--offapi/com/sun/star/drawing/XShapeGrouper.idl9
1 files changed, 7 insertions, 2 deletions
diff --git a/offapi/com/sun/star/drawing/XShapeGrouper.idl b/offapi/com/sun/star/drawing/XShapeGrouper.idl
index 92539fe2b9f3..7113ad1eb6bb 100644
--- a/offapi/com/sun/star/drawing/XShapeGrouper.idl
+++ b/offapi/com/sun/star/drawing/XShapeGrouper.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XShapeGrouper.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2004-06-03 19:30:38 $
+ * last change: $Author: hr $ $Date: 2004-11-26 23:08:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,6 +88,11 @@ published interface XShapeGrouper: com::sun::star::uno::XInterface
/** groups the <type>Shape</type>s inside a collection.
+ <p>Grouping of objects in text documents works only if none
+ of the objects has an anchor of type
+ <member scope="com::sun::star::text::TextContentAnchorType">AS_CHARACTER</member>
+ </p>.
+
@param xShapes
the <type>Shape</type>s that will be grouped. They
must all be inserted into the same <type>GenericDrawPage</type>.