summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/XTextDocument.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XTextDocument.idl')
-rw-r--r--offapi/com/sun/star/text/XTextDocument.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/text/XTextDocument.idl b/offapi/com/sun/star/text/XTextDocument.idl
index d6f9776591f2..2905a4a02fa2 100644
--- a/offapi/com/sun/star/text/XTextDocument.idl
+++ b/offapi/com/sun/star/text/XTextDocument.idl
@@ -34,10 +34,10 @@ published interface XTextDocument: com::sun::star::frame::XModel
/** @returns
the major <type scope="com::sun::star::text">Text</type> of the text document.
- <p>This text does not contain texts in <type>TextFrame</type>s,
- or cells of <type>TextTable</type>s etc. directly. These are
+ <p>This text does not contain texts in TextFrames,
+ or cells of TextTables etc. directly. These are
accessible from the contents via <code>X...Supplier</code>
- (e.g. <type>XTextTablesSupplier</type>).
+ (e.g. XTextTablesSupplier).
*/
com::sun::star::text::XText getText();