summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/XDataPilotTable2.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-29 00:18:07 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:05 +0200
commit56d158c38cca6de82256e727b7f4c83f311d87b8 (patch)
tree7bf89cc1a9beb14b6e1b4683074974e606421b59 /offapi/com/sun/star/sheet/XDataPilotTable2.idl
parent*api: convert <TRUE/> <FALSE/> <VOID/> <NULL/> (diff)
downloadcore-56d158c38cca6de82256e727b7f4c83f311d87b8.tar.gz
core-56d158c38cca6de82256e727b7f4c83f311d87b8.zip
*api: convert more <method>
sed -i "s,<method>\([^<]\+[^)]\)</method>,\1(),g" Change-Id: Ie443efb5b283067bc5475810f6848061900d8401
Diffstat (limited to 'offapi/com/sun/star/sheet/XDataPilotTable2.idl')
-rw-r--r--offapi/com/sun/star/sheet/XDataPilotTable2.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/XDataPilotTable2.idl b/offapi/com/sun/star/sheet/XDataPilotTable2.idl
index 4c1ef21618b8..cec0aed51667 100644
--- a/offapi/com/sun/star/sheet/XDataPilotTable2.idl
+++ b/offapi/com/sun/star/sheet/XDataPilotTable2.idl
@@ -44,7 +44,7 @@ module com { module sun { module star { module sheet {
interface XDataPilotTable2: com::sun::star::sheet::XDataPilotTable
{
/** When the address of a cell within the result area is given,
- <method>XDataPilotTable2::getDrillDownData</method> returns its drill-down
+ XDataPilotTable2::getDrillDownData() returns its drill-down
output table that includes only those rows that contribute to the value of
that cell.
@@ -52,7 +52,7 @@ interface XDataPilotTable2: com::sun::star::sheet::XDataPilotTable
@returns drill-down output as 2-dimensional sequence, including the header row.
- @see <method>XDataPilotTable2::insertDrillDownSheet</method>
+ @see XDataPilotTable2::insertDrillDownSheet()
*/
sequence< sequence< any > > getDrillDownData( [in] com::sun::star::table::CellAddress aAddr );