summaryrefslogtreecommitdiff
path: root/svtools/inc/svtools/table/gridtablerenderer.hxx
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-11 17:21:55 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-11 17:21:55 +0100
commit5e725b448fcb0f732b2b492d7452b9304de0bbce (patch)
tree6efafb3c92d268345dbbc36b18e3503571a6e683 /svtools/inc/svtools/table/gridtablerenderer.hxx
parent0bbace39b3f04c82ec8d38ef6aedef7d14fcafc4 (diff)
gridsort: PaintRowHeader's RowPos argument was superfluous - removed
Diffstat (limited to 'svtools/inc/svtools/table/gridtablerenderer.hxx')
-rw-r--r--svtools/inc/svtools/table/gridtablerenderer.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/inc/svtools/table/gridtablerenderer.hxx b/svtools/inc/svtools/table/gridtablerenderer.hxx
index 01492ae26fc4..72dfa503fea0 100644
--- a/svtools/inc/svtools/table/gridtablerenderer.hxx
+++ b/svtools/inc/svtools/table/gridtablerenderer.hxx
@@ -84,7 +84,6 @@ namespace svt { namespace table
OutputDevice& _rDevice, const Rectangle& _rRowArea,
const StyleSettings& _rStyle );
virtual void PaintRowHeader(
- RowPos const i_rowPos,
bool _bActive, bool _bSelected,
OutputDevice& _rDevice, const Rectangle& _rArea,
const StyleSettings& _rStyle );