Index: optsolver.cxx =================================================================== RCS file: /cvs/sc/sc/source/ui/miscdlgs/optsolver.cxx,v --- optsolver.cxx 14 May 2008 09:59:57 -0000 1.4 +++ optsolver.cxx 8 Aug 2008 14:52:43 -0000 @@ -503,7 +503,7 @@ void ScOptSolverDlg::SetReference( const if ( bSingle ) aAdr.Format( aStr, nFmt, pDocP, pDocP->GetAddressConvention() ); else - rRef.Format( aStr, nFmt, pDocP, pDocP->GetAddressConvention() ); + rRef.Format( aStr, nFmt | SCR_ABS, pDocP, pDocP->GetAddressConvention() ); } // variable cells can be several ranges, so only the selection is replaced