summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/sortopt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/doc/sortopt.cxx')
-rw-r--r--sw/source/core/doc/sortopt.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/core/doc/sortopt.cxx b/sw/source/core/doc/sortopt.cxx
index 1f7c4b211b39..e27c2696deaa 100644
--- a/sw/source/core/doc/sortopt.cxx
+++ b/sw/source/core/doc/sortopt.cxx
@@ -22,9 +22,6 @@
#include <sortopt.hxx>
#include <boost/foreach.hpp>
-/*--------------------------------------------------------------------
- Description: Sort Key
- --------------------------------------------------------------------*/
SwSortKey::SwSortKey() :
eSortOrder( SRT_ASCENDING ),
nColumnId( 0 ),
@@ -48,9 +45,6 @@ SwSortKey::SwSortKey(const SwSortKey& rOld) :
{
}
-/*--------------------------------------------------------------------
- Description: Sorting options for Sorting
- --------------------------------------------------------------------*/
SwSortOptions::SwSortOptions()
: eDirection( SRT_ROWS ),
cDeli( 9 ),