summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/sortkeydlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/sortkeydlg.hxx')
-rw-r--r--sc/source/ui/inc/sortkeydlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/sortkeydlg.hxx b/sc/source/ui/inc/sortkeydlg.hxx
index 849ee46e9b69..a775b791c4d4 100644
--- a/sc/source/ui/inc/sortkeydlg.hxx
+++ b/sc/source/ui/inc/sortkeydlg.hxx
@@ -23,7 +23,7 @@
#include <svtools/stdctrl.hxx>
#include <svx/langbox.hxx>
-// =======================================================================
+
struct ScSortKeyItem : public VclBuilderContainer
{
@@ -43,7 +43,7 @@ struct ScSortKeyItem : public VclBuilderContainer
typedef boost::ptr_vector<ScSortKeyItem> ScSortKeyItems;
-// =======================================================================
+
class ScSortKeyWindow
{
@@ -63,7 +63,7 @@ public:
sal_Int32 GetTotalHeight() const { return m_pBox->GetSizePixel().Height(); }
};
-// =======================================================================
+
class ScSortKeyCtrl
{