summaryrefslogtreecommitdiff
path: root/sc/inc/table.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r--sc/inc/table.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index 2b37a283849b..7454188f04a7 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -1052,7 +1052,7 @@ private:
// use the global sort parameter:
bool IsSorted(SCCOLROW nStart, SCCOLROW nEnd) const;
- void DecoladeRow( ScSortInfoArray*, SCROW nRow1, SCROW nRow2 );
+ static void DecoladeRow( ScSortInfoArray*, SCROW nRow1, SCROW nRow2 );
short CompareCell(
sal_uInt16 nSort,
ScRefCellValue& rCell1, SCCOL nCell1Col, SCROW nCell1Row,