summaryrefslogtreecommitdiff
path: root/offapi/com/sun
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-03-16 13:27:37 +0000
committerOliver Specht <os@openoffice.org>2001-03-16 13:27:37 +0000
commitc71e2292987fdf85038bcc815bd9c410d5866cf3 (patch)
tree73b8b1a66032d285d53193baf0e3c9729864c664 /offapi/com/sun
parenteb6d50b724d1c046c42c05e0c60506899117add9 (diff)
#85074# TextWrap removed - inherited from Textontent
Diffstat (limited to 'offapi/com/sun')
-rw-r--r--offapi/com/sun/star/text/BaseFrame.idl17
1 files changed, 2 insertions, 15 deletions
diff --git a/offapi/com/sun/star/text/BaseFrame.idl b/offapi/com/sun/star/text/BaseFrame.idl
index ba6b1f2256dc..eb10a9f5a467 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.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2001-03-12 12:56:24 $
+ * last change: $Author: os $ $Date: 2001-03-16 14:27:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -396,19 +396,6 @@ service BaseFrame
is anchored wraps around the object.
*/
[property] boolean SurroundAnchorOnly;
-
- //-------------------------------------------------------------------------
-
-
- /** contains the wrapping of the object.
-
- @see BaseFrame::WrapTextMode
- */
- [property] short TextWrap;
-
-
-
-
};
//=============================================================================