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

(-)sc/source/ui/docshell/externalrefmgr.cxx (-3 / +3 lines)
Lines 1369-1378 Link Here
1369
        // Only loop within the data area.
1369
        // Only loop within the data area.
1370
        SCCOL nDataCol1 = nCol1, nDataCol2 = nCol2;
1370
        SCCOL nDataCol1 = nCol1, nDataCol2 = nCol2;
1371
        SCROW nDataRow1 = nRow1, nDataRow2 = nRow2;
1371
        SCROW nDataRow1 = nRow1, nDataRow2 = nRow2;
1372
        bool bShrunk;
1372
        //bool bShrunk;
1373
        if (!pSrcDoc->ShrinkToUsedDataArea( bShrunk, nTab, nDataCol1, nDataRow1, nDataCol2, nDataRow2, false))
1373
        //if (!pSrcDoc->ShrinkToUsedDataArea( bShrunk, nTab, nDataCol1, nDataRow1, nDataCol2, nDataRow2, false))
1374
            // no data within specified range.
1374
            // no data within specified range.
1375
            continue;
1375
        //    continue;
1376
1376
1377
        if (pUsedRange.get())
1377
        if (pUsedRange.get())
1378
            // Make sure the used area only grows, not shrinks.
1378
            // Make sure the used area only grows, not shrinks.

Return to issue 117843