summaryrefslogtreecommitdiff
path: root/sc/inc/dpresfilter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/dpresfilter.hxx')
-rw-r--r--sc/inc/dpresfilter.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sc/inc/dpresfilter.hxx b/sc/inc/dpresfilter.hxx
index 0ab75d433b88..669710985887 100644
--- a/sc/inc/dpresfilter.hxx
+++ b/sc/inc/dpresfilter.hxx
@@ -112,13 +112,9 @@ public:
* by row dimension order then by column dimension order.
*
* @param rFilter set of filters.
- * @param nCol column position relative to the top-left cell within the
- * data field range.
- * @param nRow row position relative to the top-left cell within the data
- * field range.
* @param fVal result value, as displayed in the table output.
*/
- void add(const std::vector<ScDPResultFilter>& rFilter, long nCol, long nRow, double fVal);
+ void add(const std::vector<ScDPResultFilter>& rFilter, double fVal);
void swap(ScDPResultTree& rOther);