summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/BaseFrame.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-03-02 10:06:26 +0000
committerMichael Hönnig <mi@openoffice.org>2001-03-02 10:06:26 +0000
commit63879aea1a2b9bf09865b85c4ca2359ec58f5810 (patch)
tree1c392ca39035e50a852e003b604171eedbd576da /offapi/com/sun/star/text/BaseFrame.idl
parent77d2c6c4c10fd1dbc88cde9de858d7a3008f8856 (diff)
XShape is now optional because it can only be supported with a lyaout
Diffstat (limited to 'offapi/com/sun/star/text/BaseFrame.idl')
-rw-r--r--offapi/com/sun/star/text/BaseFrame.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/text/BaseFrame.idl b/offapi/com/sun/star/text/BaseFrame.idl
index 8c1c39d88..f4565d57d 100644
--- a/offapi/com/sun/star/text/BaseFrame.idl
+++ b/offapi/com/sun/star/text/BaseFrame.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: BaseFrame.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: os $ $Date: 2001-03-01 10:11:33 $
+ * last change: $Author: mi $ $Date: 2001-03-02 11:06:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -113,7 +113,7 @@ service BaseFrame
setting of values is only allowed for the layout component of the
owner text of this text component.
*/
- interface com::sun::star::drawing::XShape;
+ [optional] interface com::sun::star::drawing::XShape;
//-------------------------------------------------------------------------
/** This interface makes it possible to access the properties of
this text frame.