View | Details | Raw Unified | Return to issue 92030
Collapse All | Expand All

(-)optsolver.cxx (-1 / +1 lines)
Lines 503-509 void ScOptSolverDlg::SetReference( const Link Here
503
            if ( bSingle )
503
            if ( bSingle )
504
                aAdr.Format( aStr, nFmt, pDocP, pDocP->GetAddressConvention() ); 
504
                aAdr.Format( aStr, nFmt, pDocP, pDocP->GetAddressConvention() ); 
505
            else
505
            else
506
                rRef.Format( aStr, nFmt, pDocP, pDocP->GetAddressConvention() );
506
                rRef.Format( aStr, nFmt | SCR_ABS, pDocP, pDocP->GetAddressConvention() );
507
        }
507
        }
508
508
509
        // variable cells can be several ranges, so only the selection is replaced
509
        // variable cells can be several ranges, so only the selection is replaced

Return to issue 92030