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.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/include/svtools/table/tablesort.hxx b/include/svtools/table/tablesort.hxx
index bb0bf04c6473..493f7c199704 100644
--- a/include/svtools/table/tablesort.hxx
+++ b/include/svtools/table/tablesort.hxx
@@ -22,23 +22,23 @@
#include <svtools/table/tabletypes.hxx>
-//......................................................................................................................
+
namespace svt { namespace table
{
-//......................................................................................................................
- //==================================================================================================================
+
+
//= ColumnSortDirection
- //==================================================================================================================
+
enum ColumnSortDirection
{
ColumnSortAscending,
ColumnSortDescending
};
- //==================================================================================================================
+
//= ColumnSort
- //==================================================================================================================
+
struct ColumnSort
{
ColPos nColumnPos;
@@ -57,9 +57,9 @@ namespace svt { namespace table
}
};
- //==================================================================================================================
+
//= ITableDataSort
- //==================================================================================================================
+
/** provides sorting functionality for the datta underlying an ITableModel
*/
class SAL_NO_VTABLE ITableDataSort
@@ -80,9 +80,9 @@ namespace svt { namespace table
~ITableDataSort() {}
};
-//......................................................................................................................
+
} } // namespace svt::table
-//......................................................................................................................
+
#endif // INCLUDED_SVTOOLS_TABLE_TABLESORT_HXX