summaryrefslogtreecommitdiff
path: root/include/svtools/table/tablesort.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/table/tablesort.hxx')
-rw-r--r--include/svtools/table/tablesort.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/svtools/table/tablesort.hxx b/include/svtools/table/tablesort.hxx
index 96a8ba440429..56f1a46000b0 100644
--- a/include/svtools/table/tablesort.hxx
+++ b/include/svtools/table/tablesort.hxx
@@ -49,11 +49,6 @@ namespace svt { namespace table
{
}
- ColumnSort( ColPos const i_columnPos, ColumnSortDirection const i_sortDirection )
- :nColumnPos( i_columnPos )
- ,eSortDirection( i_sortDirection )
- {
- }
};