From d6cfe8de74969928af13a04ebc5ae9dbc9274196 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 18 Apr 2013 21:52:33 -0400 Subject: UNO API signature has changed. Change-Id: Id473207b0c9720b8d40f4dbdec184f0c36344da6 --- offapi/com/sun/star/sheet/XDataPilotResults.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi') 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 getFilteredResults( + sequence getFilteredResults( [in] sequence aFilters ); }; -- cgit