summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/XDrawPageExpander.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/XDrawPageExpander.idl')
-rw-r--r--offapi/com/sun/star/drawing/XDrawPageExpander.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/drawing/XDrawPageExpander.idl b/offapi/com/sun/star/drawing/XDrawPageExpander.idl
index 59c1127a94e1..383ca343dabf 100644
--- a/offapi/com/sun/star/drawing/XDrawPageExpander.idl
+++ b/offapi/com/sun/star/drawing/XDrawPageExpander.idl
@@ -31,8 +31,8 @@
/** is implemented by documents that can expand the contents
- of a summary on a <type>DrawPage</type> into a collection of
- <type>DrawPage</type>s.
+ of a summary on a DrawPage into a collection of
+ DrawPages.
@see XDrawPageSummarizer
@@ -41,9 +41,9 @@
published interface XDrawPageExpander: com::sun::star::uno::XInterface
{
- /** creates a collection of <type>DrawPage</type>s from the
- summary inside the given <type>DrawPage</type> and adds
- them to the same model as the source <type>DrawPage</type>.
+ /** creates a collection of DrawPages from the
+ summary inside the given DrawPage and adds
+ them to the same model as the source DrawPage.
*/
com::sun::star::drawing::XDrawPages expand( [in] com::sun::star::drawing::XDrawPage xPage );