summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpobject.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-04-18 16:35:23 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-04-19 00:30:10 -0400
commit1939399c0a1558e7b8b5f05a5eace5d84f896939 (patch)
tree2a1a7e4c047248da3f11221cbf8347f8f04ff8ba /sc/inc/dpobject.hxx
parentAdd some more notes to make it easier to pick up on this for my next visit. (diff)
downloadcore-1939399c0a1558e7b8b5f05a5eace5d84f896939.tar.gz
core-1939399c0a1558e7b8b5f05a5eace5d84f896939.zip
More progress. Getting more clue, but still not out of the dark yet.
Change-Id: I0467cd95e2c6f2f353333b24e1aba737d99e5c20
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r--sc/inc/dpobject.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index fd7c59822fcf..c217f1ed40ba 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -181,8 +181,7 @@ public:
double GetPivotData(
const OUString& rDataFieldName,
- const com::sun::star::uno::Sequence<
- com::sun::star::sheet::DataPilotFieldFilter>& rFilters);
+ std::vector<com::sun::star::sheet::DataPilotFieldFilter>& rFilters);
bool GetPivotData( ScDPGetPivotDataField& rTarget, /* returns result */
const std::vector< ScDPGetPivotDataField >& rFilters );