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

(-)sw/source/filter/ww8/ww8graf.cxx (-5 lines)
Lines 2243-2253 Link Here
2243
        // values, if it differs from the one in the FSPA.
2243
        // values, if it differs from the one in the FSPA.
2244
        if ( pRecord->nXRelTo == 2 && pRecord->nYRelTo == 2 )
2244
        if ( pRecord->nXRelTo == 2 && pRecord->nYRelTo == 2 )
2245
        {
2245
        {
2246
            // if <nXRelTo> differs from <FSPA.nbx> overwrite <nXRelTo>
2247
            if ( pFSPA->nbx != pRecord->nXRelTo )
2248
            {
2249
                pRecord->nXRelTo = pFSPA->nbx;
2250
            }
2251
            // if <nYRelTo> differs from <FSPA.nby> overwrite <nYRelTo>
2246
            // if <nYRelTo> differs from <FSPA.nby> overwrite <nYRelTo>
2252
            if ( pFSPA->nby != pRecord->nYRelTo )
2247
            if ( pFSPA->nby != pRecord->nYRelTo )
2253
            {
2248
            {

Return to issue 19008