summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/TextContent.idl
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2000-12-19 13:19:50 +0000
committerChristian Lippka <cl@openoffice.org>2000-12-19 13:19:50 +0000
commit32e25e905b3bfafa5240d00cc9e7d9c52f3aa45f (patch)
treea4e4045453050592f2d6614e3c522b72a21b9462 /offapi/com/sun/star/text/TextContent.idl
parent#82348# made functionality not available in impress/draw optional (diff)
downloadcore-32e25e905b3bfafa5240d00cc9e7d9c52f3aa45f.tar.gz
core-32e25e905b3bfafa5240d00cc9e7d9c52f3aa45f.zip
#82369# made functionality not available in impress/draw optional
Diffstat (limited to 'offapi/com/sun/star/text/TextContent.idl')
-rw-r--r--offapi/com/sun/star/text/TextContent.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/text/TextContent.idl b/offapi/com/sun/star/text/TextContent.idl
index 2f8479cc9db3..86b9d57246ab 100644
--- a/offapi/com/sun/star/text/TextContent.idl
+++ b/offapi/com/sun/star/text/TextContent.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextContent.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-12 14:06:16 $
+ * last change: $Author: cl $ $Date: 2000-12-19 14:19:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,19 +110,19 @@ service TextContent
/** specifies how the text content is attached to its surrounding
<type scope="com::sun::star::drawing">Text</type>.
*/
- [property] com::sun::star::text::TextContentAnchorType AnchorType;
+ [optional, property] com::sun::star::text::TextContentAnchorType AnchorType;
//-------------------------------------------------------------------------
/** contains the anchor type of the text content.
@see com::sun::star::text::TextContentAnchorType
*/
- [readonly, property] sequence<com::sun::star::text::TextContentAnchorType> AnchorTypes;
+ [optional, readonly, property] sequence<com::sun::star::text::TextContentAnchorType> AnchorTypes;
//-------------------------------------------------------------------------
/** specifies if the text content is a shape
and how the text is wrapped around the shape.
*/
- [property] com::sun::star::text::WrapTextMode TextWrap;
+ [optional, property] com::sun::star::text::WrapTextMode TextWrap;
};