summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tpsort.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/tpsort.hxx')
-rw-r--r--sc/source/ui/inc/tpsort.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/tpsort.hxx b/sc/source/ui/inc/tpsort.hxx
index cf8412659322..ec3ed8c67629 100644
--- a/sc/source/ui/inc/tpsort.hxx
+++ b/sc/source/ui/inc/tpsort.hxx
@@ -35,7 +35,7 @@
#include "address.hxx"
#include "sortparam.hxx"
-//------------------------------------------------------------------------
+
// +1 because one field is reserved for the "- undefined -" entry
#define SC_MAXFIELDS MAXCOLCOUNT+1
@@ -44,7 +44,7 @@ class ScViewData;
class ScSortDlg;
struct ScSortParam;
-//========================================================================
+
// Sort Criteria
class ScTabPageSortFields : public SfxTabPage
@@ -100,7 +100,7 @@ private:
DECL_LINK( SelectHdl, ListBox * );
};
-//========================================================================
+
// Sort Options
class ScDocument;