summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-02-22 14:42:54 +0100
committerLuboš Luňák <l.lunak@suse.cz>2012-02-22 14:42:54 +0100
commit00f022bac10629d35eb6f073c3dfe90e120202b5 (patch)
tree9ecec4173eb06df099d5cd65cce887a19ae8ff0b /sc
parentfix mailing list addresses (diff)
downloadcore-00f022bac10629d35eb6f073c3dfe90e120202b5.tar.gz
core-00f022bac10629d35eb6f073c3dfe90e120202b5.zip
fix misleading comment caused by previous commit
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