summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/dptabres.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/dptabres.cxx b/sc/source/core/data/dptabres.cxx
index 7d984402939b..421c17d6647c 100644
--- a/sc/source/core/data/dptabres.cxx
+++ b/sc/source/core/data/dptabres.cxx
@@ -174,7 +174,7 @@ static sal_Bool lcl_IsLess( const ScDPDataMember* pDataMember1, const ScDPDataMe
sal_Bool bError1 = pAgg1 && pAgg1->HasError();
sal_Bool bError2 = pAgg2 && pAgg2->HasError();
if ( bError1 )
- return sal_False; // equal
+ return sal_False; // errors are always sorted at the end
else if ( bError2 )
return sal_True; // errors are always sorted at the end
else