summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-04-18 21:52:33 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-04-19 00:30:11 -0400
commitd6cfe8de74969928af13a04ebc5ae9dbc9274196 (patch)
tree37471d0725fe92caa0147332a96d42db1d3937ec /offapi
parent378d38f4cab3fc39e735d39e6ecaeae1df408f34 (diff)
UNO API signature has changed.
Change-Id: Id473207b0c9720b8d40f4dbdec184f0c36344da6
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/sheet/XDataPilotResults.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sheet/XDataPilotResults.idl b/offapi/com/sun/star/sheet/XDataPilotResults.idl
index 0e4486b91537..65903526c388 100644
--- a/offapi/com/sun/star/sheet/XDataPilotResults.idl
+++ b/offapi/com/sun/star/sheet/XDataPilotResults.idl
@@ -45,7 +45,7 @@ interface XDataPilotResults: com::sun::star::uno::XInterface
*/
sequence< sequence< DataResult > > getResults();
- sequence<any> getFilteredResults(
+ sequence<double> getFilteredResults(
[in] sequence<com::sun::star::sheet::DataPilotFieldFilter> aFilters );
};