diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-09-08 18:02:10 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-09-08 18:02:10 +0200 |
commit | 1b082cdfbe8cc9961741a1bb906af810ea129da5 (patch) | |
tree | e6f3ac3c62d952bb1b2b2c6410a2f4c607703b90 /include | |
parent | 5bac7853a89b9b34d64334d6d77582c7cd79b4ee (diff) |
Remove unused function param
Change-Id: Iab33c8008e07c4f17482dc3a8e4d15e38dc32b4e
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/table/tablemodel.hxx | 8 |
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 |