summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/Shape.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-12-10 15:14:52 +0000
committerMichael Hönnig <mi@openoffice.org>2002-12-10 15:14:52 +0000
commit785af3a40aea468a0a5cb326aab04faf49706619 (patch)
treee083390f27e6a49d66623d109886ee105db060c3 /offapi/com/sun/star/text/Shape.idl
parent2012bc9b77b9ca3e89cf0163e7efec6fd5c04b2f (diff)
#105668# fixed dead links
Diffstat (limited to 'offapi/com/sun/star/text/Shape.idl')
-rw-r--r--offapi/com/sun/star/text/Shape.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/text/Shape.idl b/offapi/com/sun/star/text/Shape.idl
index 044b7dc5fccb..323b478ff463 100644
--- a/offapi/com/sun/star/text/Shape.idl
+++ b/offapi/com/sun/star/text/Shape.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Shape.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:10:04 $
+ * last change: $Author: mi $ $Date: 2002-12-10 16:14:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -199,8 +199,8 @@ service Shape
/** contains a text range where the shape should be anchored to.
<p>There are two different ways to get newly created shapes into the
text document. One of them is to use the insertTextContent() method of
- the <type scope=com::sun::star::text>XSimpleText</type>. The other is to call the add()
- method of the <type scope=com::sun::star::drawing>XShapes</type> interface.
+ the <type scope="com::sun::star::text">XSimpleText</type>. The other is to call the add()
+ method of the <type scope="com::sun::star::drawing">XShapes</type> interface.
To be able to determine an anchor position for shape that are anchored at a certain
text position the property TextRange is used.</p>
*/