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

(-)ww8graf.cxx (+13 lines)
Lines 2486-2491 Link Here
2486
		SwRelationOrient eHoriRel;
2486
		SwRelationOrient eHoriRel;
2487
        eHoriRel = aHoriRelOriTab[  nXRelTo ];
2487
        eHoriRel = aHoriRelOriTab[  nXRelTo ];
2488
2488
2489
        if (( eHoriOri == HORI_NONE) && IsRightToLeft()) // Absolute positioning in MS Word
2490
        {
2491
            switch (eHoriRel)
2492
            {
2493
                case FRAME: // "Column" in MS Word
2494
                        eHoriRel = REL_FRM_LEFT; 
2495
                        break;
2496
2497
                case REL_PG_PRTAREA: // "Margin" in MS Word
2498
                        eHoriRel = REL_PG_LEFT; 
2499
                        break;
2500
            }
2501
        } 
2489
        // --> OD 2004-12-06 #i36649# - adjustments for certain alignments
2502
        // --> OD 2004-12-06 #i36649# - adjustments for certain alignments
2490
        if ( eHoriOri == HORI_LEFT && eHoriRel == REL_PG_FRAME )
2503
        if ( eHoriOri == HORI_LEFT && eHoriRel == REL_PG_FRAME )
2491
        {
2504
        {

Return to issue 24255