summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/XDrawPageSummarizer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/XDrawPageSummarizer.idl')
-rw-r--r--offapi/com/sun/star/drawing/XDrawPageSummarizer.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/drawing/XDrawPageSummarizer.idl b/offapi/com/sun/star/drawing/XDrawPageSummarizer.idl
index 3bb732743c01..5da5018aa06c 100644
--- a/offapi/com/sun/star/drawing/XDrawPageSummarizer.idl
+++ b/offapi/com/sun/star/drawing/XDrawPageSummarizer.idl
@@ -30,14 +30,14 @@
module com { module sun { module star { module drawing {
/** is implemented by documents that can create summaries
- of their <type>DrawPage</type>s.
+ of their DrawPages.
@deprecated
*/
published interface XDrawPageSummarizer: com::sun::star::uno::XInterface
{
- /** creates a new <type>DrawPage</type> with a summary of all
- <type>DrawPage</type>s in the given collection.
+ /** creates a new DrawPage with a summary of all
+ DrawPages in the given collection.
*/
com::sun::star::drawing::XDrawPage summarize( [in] com::sun::star::drawing::XDrawPages xPages );