summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-09-08 18:09:08 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-09-09 07:54:03 +0200
commit8083f6b7ed7ec3e72c896e3707c21457dbe173e3 (patch)
tree5975975aa17d6afaa26457d13528a26517f48fea /include/svtools
parentdd0ceb50c2d95ac0587db2c983ac58f2e3b13028 (diff)
Remove unused function params
Change-Id: I1b72a95b7367bb555d37a9a073ca4da2b01cf53f
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/table/tablemodel.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/svtools/table/tablemodel.hxx b/include/svtools/table/tablemodel.hxx
index 9c07ef276168..7bb3d9c1f8a6 100644
--- a/include/svtools/table/tablemodel.hxx
+++ b/include/svtools/table/tablemodel.hxx
@@ -110,11 +110,8 @@ namespace svt { namespace table
/** notifies the listener that one or more columns have been removed from
the table
-
- @param i_colIndex
- the old index of the removed column
*/
- virtual void columnRemoved( ColPos const i_colIndex ) = 0;
+ virtual void columnRemoved() = 0;
/** notifies the listener that all columns have been removed form the model
*/
@@ -127,7 +124,7 @@ namespace svt { namespace table
they have about the cells in question, in particular any possibly
cached cell values.
*/
- virtual void cellsUpdated( ColPos const i_firstCol, ColPos i_lastCol, RowPos const i_firstRow, RowPos const i_lastRow ) = 0;
+ virtual void cellsUpdated( RowPos const i_firstRow, RowPos const i_lastRow ) = 0;
/** notifies the listener that attributes of a given column changed