summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
-
-
-
-
};
//=============================================================================