summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/TextFrame.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-19 13:59:05 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-19 13:59:05 +0000
commitff2e5dbd45e8006c955f521d8cb041adb3460592 (patch)
treed0e8c9bb63b3ed28b0b862ab517c1e909bb82d5f /offapi/com/sun/star/text/TextFrame.idl
parent#82368# made functionality not available in impress/draw optional (diff)
downloadcore-ff2e5dbd45e8006c955f521d8cb041adb3460592.tar.gz
core-ff2e5dbd45e8006c955f521d8cb041adb3460592.zip
documentation sytax errors fixed
Diffstat (limited to 'offapi/com/sun/star/text/TextFrame.idl')
-rw-r--r--offapi/com/sun/star/text/TextFrame.idl9
1 files changed, 6 insertions, 3 deletions
diff --git a/offapi/com/sun/star/text/TextFrame.idl b/offapi/com/sun/star/text/TextFrame.idl
index 0901e2e6e10a..4c2608a47cec 100644
--- a/offapi/com/sun/star/text/TextFrame.idl
+++ b/offapi/com/sun/star/text/TextFrame.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextFrame.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:27 $
+ * last change: $Author: mi $ $Date: 2000-12-19 14:59:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,7 +99,7 @@
@example StarBasic
<p>This example shows how to create a <type>TextFrame</type> and insert
- it at the very beginning of <type>Text</text> component. The macro
+ it at the very beginning of <type>Text</type> component. The macro
is ready to run, if it is a script within a text document. </p>
<listing>
@@ -250,6 +250,9 @@ service TextFrame
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:44:27 mi
+ moved from api
+
Revision 1.2 2000/10/16 16:27:27 mi
example code added