summaryrefslogtreecommitdiffstats
path: root/include/svtools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-09-08 18:02:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-09-08 18:02:10 +0200
commit1b082cdfbe8cc9961741a1bb906af810ea129da5 (patch)
treee6f3ac3c62d952bb1b2b2c6410a2f4c607703b90 /include/svtools
parentEnsure the scheduler can set longer timeouts. (diff)
downloadcore-1b082cdfbe8cc9961741a1bb906af810ea129da5.tar.gz
core-1b082cdfbe8cc9961741a1bb906af810ea129da5.zip
Remove unused function param
Change-Id: Iab33c8008e07c4f17482dc3a8e4d15e38dc32b4e
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/table/tablemodel.hxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/svtools/table/tablemodel.hxx b/include/svtools/table/tablemodel.hxx
index 563ff884dc2e..9c07ef276168 100644
--- a/include/svtools/table/tablemodel.hxx
+++ b/include/svtools/table/tablemodel.hxx
@@ -105,14 +105,8 @@ namespace svt { namespace table
/** notifies the listener that one or more columns have been inserted into
the table
-
- @param first
- the index of the first newly inserted row
- @param last
- the index of the last newly inserted row. Must not be smaller
- than ->first
*/
- virtual void columnInserted( ColPos const i_colIndex ) = 0;
+ virtual void columnInserted() = 0;
/** notifies the listener that one or more columns have been removed from
the table