summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docsort.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/doc/docsort.cxx')
-rw-r--r--sw/source/core/doc/docsort.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sw/source/core/doc/docsort.cxx b/sw/source/core/doc/docsort.cxx
index 9f8a11f3c29b..306736366ff9 100644
--- a/sw/source/core/doc/docsort.cxx
+++ b/sw/source/core/doc/docsort.cxx
@@ -157,17 +157,11 @@ int SwSortElement::keycompare(const SwSortElement& rCmp, sal_uInt16 nKey) const
return nCmp;
}
-/*--------------------------------------------------------------------
- Description: Comparison operators
- --------------------------------------------------------------------*/
bool SwSortElement::operator==(const SwSortElement& ) const
{
return false;
}
-/*--------------------------------------------------------------------
- Description: Less-than operator for sorting
- --------------------------------------------------------------------*/
bool SwSortElement::operator<(const SwSortElement& rCmp) const
{
// The actual comparison
@@ -199,9 +193,6 @@ SwSortTxtElement::~SwSortTxtElement()
{
}
-/*--------------------------------------------------------------------
- Description: Get Key
- --------------------------------------------------------------------*/
String SwSortTxtElement::GetKey(sal_uInt16 nId) const
{
SwTxtNode* pTxtNd = aPos.GetNode().GetTxtNode();