Some cppcheck cleaning

This commit is contained in:
Julien Nabet 2011-04-17 15:47:21 +02:00
parent 4d24eef011
commit 979365cde8

View file

@ -263,10 +263,10 @@ public:
ppInfo[n2] = pTmp;
}
}
sal_uInt16 GetUsedSorts() { return nUsedSorts; }
ScSortInfo** GetFirstArray() { return pppInfo[0]; }
SCCOLROW GetStart() { return nStart; }
SCSIZE GetCount() { return nCount; }
sal_uInt16 GetUsedSorts() const { return nUsedSorts; }
ScSortInfo** GetFirstArray() const { return pppInfo[0]; }
SCCOLROW GetStart() const { return nStart; }
SCSIZE GetCount() const { return nCount; }
};
ScSortInfoArray* ScTable::CreateSortInfoArray( SCCOLROW nInd1, SCCOLROW nInd2 )