summaryrefslogtreecommitdiff
path: root/svtools/source/table/tablecontrol_impl.hxx
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-14 09:32:50 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-14 09:32:50 +0100
commit4394d293a5cebb453590bbed775551a3c30c2ec9 (patch)
treed55a1e3c700017a476cf2679f8633fec8b2054b9 /svtools/source/table/tablecontrol_impl.hxx
parent3d914bead0bbe44781c13ae2957475971b773b4d (diff)
gridsort: fixed invalidateRowRange for some edge cases
Diffstat (limited to 'svtools/source/table/tablecontrol_impl.hxx')
-rwxr-xr-xsvtools/source/table/tablecontrol_impl.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/svtools/source/table/tablecontrol_impl.hxx b/svtools/source/table/tablecontrol_impl.hxx
index 63a297d612da..9dfdaedc29f8 100755
--- a/svtools/source/table/tablecontrol_impl.hxx
+++ b/svtools/source/table/tablecontrol_impl.hxx
@@ -29,7 +29,6 @@
#include "svtools/table/tablemodel.hxx"
#include "svtools/table/tablecontrolinterface.hxx"
-#include "svtools/table/tablemodel.hxx"
#include "svtaccessiblefactory.hxx"
@@ -238,6 +237,11 @@ namespace svt { namespace table
void invalidateSelectedRegion(RowPos _nPrevRow, RowPos _nCurRow, Rectangle& _rCellRect );
/** invalidates the part of the data window which is covered by the given row
+ @param i_firstRow
+ the index of the first row to include in the invalidation
+ @param i_lastRow
+ the index of the last row to include in the invalidation, or ROW_INVALID if the invalidation
+ should happen down to the bottom of the data window.
*/
void invalidateRowRange( RowPos const i_firstRow, RowPos const i_lastRow );