summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl')
-rw-r--r--offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl b/offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl
index deeb58c08dc4..4d0636d9da76 100644
--- a/offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl
+++ b/offapi/com/sun/star/sheet/XDrillDownDataSupplier.idl
@@ -51,8 +51,8 @@ interface XDrillDownDataSupplier: com::sun::star::uno::XInterface
@returns a filtered subset of the original source data as 2-dimensional
sequences of <type scope="com::sun::star::uno">Any</any>. The first row
must be the header row. Each <type scope="com::sun::star::uno">Any</type>
- instance must contain either <type>double</type> value for a numeric cell, or
- a <type>string</type> value for a string cell.
+ instance must contain either double value for a numeric cell, or
+ a string value for a string cell.
@see com::sun::star::sheet::DataPilotFieldFilter
@see com::sun::star::sheet::XDataPilotTable2