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

(-)sc/source/ui/view/viewdata.cxx (+3 lines)
Lines 2585-2590 Link Here
2585
                    double nFactor = pDocShell->GetOutputFactor();
2585
                    double nFactor = pDocShell->GetOutputFactor();
2586
                    aPixel.X() = (long)( aPixel.X() * nFactor + 0.5 );
2586
                    aPixel.X() = (long)( aPixel.X() * nFactor + 0.5 );
2587
                }
2587
                }
2588
                
2589
                bHSplit = bHSplit && aPixel.X() > 0;
2590
                bVSplit = bVSplit && aPixel.Y() > 0;
2588
                if( bHSplit )
2591
                if( bHSplit )
2589
                {
2592
                {
2590
                    rViewTab.eHSplitMode = SC_SPLIT_NORMAL;
2593
                    rViewTab.eHSplitMode = SC_SPLIT_NORMAL;

Return to issue 119557