helpcontent2 | 2 +- offapi/com/sun/star/sheet/XDataPilotResults.idl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit c71e39c25668aeade17d6e93fe055b0abe12f4da Author: Kohei Yoshida <[email protected]> Date: Thu Apr 18 21:07:43 2013 -0400 UNO API signature has changed. Change-Id: Ib0c554a3d5ba36b7d491af864d5b8cb8bc13cb21 diff --git a/helpcontent2 b/helpcontent2 index 0483b91..ffc7126 160000 --- a/helpcontent2 +++ b/helpcontent2 @@ -1 +1 @@ -Subproject commit 0483b91db6d66dbe320ce8a129988a6ed8940832 +Subproject commit ffc7126974af6e43a8651006b23f1b8e97140f7b diff --git a/offapi/com/sun/star/sheet/XDataPilotResults.idl b/offapi/com/sun/star/sheet/XDataPilotResults.idl index 0e4486b..6590352 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 ); }; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
