From 00f022bac10629d35eb6f073c3dfe90e120202b5 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Wed, 22 Feb 2012 14:42:54 +0100 Subject: fix misleading comment caused by previous commit --- sc/source/core/data/dptabres.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc') 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 -- cgit