Index: sw/source/core/doc/docsort.cxx =================================================================== RCS file: /cvs/sw/sw/source/core/doc/docsort.cxx,v retrieving revision 1.13 diff -u -p -u -r1.13 docsort.cxx --- sw/source/core/doc/docsort.cxx 9 Sep 2005 03:14:46 -0000 1.13 +++ sw/source/core/doc/docsort.cxx 18 Aug 2006 13:46:22 -0000 @@ -359,6 +368,7 @@ String SwSortBoxElement::GetKey(USHORT n double SwSortBoxElement::GetValue( USHORT nKey ) const { +#if 0 const _FndBox* pFndBox; USHORT nCol = pOptions->aKeys[nKey]->nColumnId-1; @@ -377,8 +390,9 @@ double SwSortBoxElement::GetValue( USHOR aVal = pFndBox->GetBox()->GetFrmFmt()->GetTblBoxValue().GetValue(); else aVal = 0; +#endif - return aVal; + return SwSortElement::GetValue( nKey ); } /*--------------------------------------------------------------------