diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-04-18 21:06:53 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-04-19 00:30:11 -0400 |
commit | 378d38f4cab3fc39e735d39e6ecaeae1df408f34 (patch) | |
tree | 934bc863c1fb72124ea1085d6c24fdb5e3f70506 /sc/inc/dptabsrc.hxx | |
parent | c128a7712095831dfb378bb2218fc90a9b18c6d2 (diff) |
Retrieve the result value for GETPIVOTDATA for real (finally!)
Change-Id: I68f4fdab667d86e79225a77964ed90373b391d08
Diffstat (limited to 'sc/inc/dptabsrc.hxx')
-rw-r--r-- | sc/inc/dptabsrc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dptabsrc.hxx b/sc/inc/dptabsrc.hxx index a51dd478e30f..51b6759c8c1c 100644 --- a/sc/inc/dptabsrc.hxx +++ b/sc/inc/dptabsrc.hxx @@ -201,7 +201,7 @@ public: ::com::sun::star::sheet::DataResult > > SAL_CALL getResults( ) throw(::com::sun::star::uno::RuntimeException); - virtual com::sun::star::uno::Sequence<com::sun::star::uno::Any> SAL_CALL + virtual com::sun::star::uno::Sequence<double> SAL_CALL getFilteredResults( const com::sun::star::uno::Sequence<com::sun::star::sheet::DataPilotFieldFilter>& aFilters ) throw (com::sun::star::uno::RuntimeException); |