summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/BaseFrame.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-11-02 10:57:33 +0000
committerMichael Hönnig <mi@openoffice.org>2001-11-02 10:57:33 +0000
commit1fdf854f5084b3d749d8ee7daee06e628918bb77 (patch)
tree50b036095cfbae60b2adb85b7406549524e1c6b6 /offapi/com/sun/star/text/BaseFrame.idl
parent005cc7af1f10672fe757cde44bdab5fb0eb7d958 (diff)
proofreading and corrections from Richard Holt
Diffstat (limited to 'offapi/com/sun/star/text/BaseFrame.idl')
-rw-r--r--offapi/com/sun/star/text/BaseFrame.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/text/BaseFrame.idl b/offapi/com/sun/star/text/BaseFrame.idl
index bdef5c9b6..fc0f0f06b 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.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: os $ $Date: 2001-03-16 14:31:12 $
+ * last change: $Author: mi $ $Date: 2001-11-02 11:57:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,7 +95,7 @@
//=============================================================================
-/** specifies the base service of text frames, graphic objects and embedded objects
+/** specifies the base service of text frames, graphic objects, and embedded objects
*/
service BaseFrame
{
@@ -106,7 +106,7 @@ service BaseFrame
<p>This interface is valid before the text frame is attached
to a surrounding text, but when attached the values can change
- (e.g. due to a revised layout of the surrounding text).
+ (e.g., due to a revised layout of the surrounding text).
<p>The position is relative to the position of the anchor
[see <member>XTextFrame::getAnchor()</member>]. Size and position are
@@ -393,7 +393,7 @@ service BaseFrame
//-------------------------------------------------------------------------
/** determines if the text of the paragraph in which the object
- is anchored wraps around the object.
+ is anchored, wraps around the object.
*/
[property] boolean SurroundAnchorOnly;
};