summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/XTextFrame.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XTextFrame.idl')
-rw-r--r--offapi/com/sun/star/text/XTextFrame.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/XTextFrame.idl b/offapi/com/sun/star/text/XTextFrame.idl
index 93629c56a8d2..94ed9e2ac84b 100644
--- a/offapi/com/sun/star/text/XTextFrame.idl
+++ b/offapi/com/sun/star/text/XTextFrame.idl
@@ -26,14 +26,14 @@
module com { module sun { module star { module text {
-/** provides access to the <type>Text</type> of a <type>TextFrame</type>.
+/** provides access to the Text of a TextFrame.
@see TextFrame
*/
published interface XTextFrame: com::sun::star::text::XTextContent
{
/** @returns
the text within this frame. The returned interface belongs
- to an object which implements the service <type>Text</type>.
+ to an object which implements the service Text.
*/
com::sun::star::text::XText getText();