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

(-)source/filter/ww8/ww8graf2.cxx (-2 / +4 lines)
Lines 623-631 Link Here
623
                        aAttrSet.Put(aFlySet);
623
                        aAttrSet.Put(aFlySet);
624
                    }
624
                    }
625
625
626
                    Rectangle aInnerDist(   pRecord->nDxTextLeft,
626
                    /*Rectangle aInnerDist(   pRecord->nDxTextLeft,
627
                        pRecord->nDyTextTop, pRecord->nDxTextRight,
627
                        pRecord->nDyTextTop, pRecord->nDxTextRight,
628
                        pRecord->nDyTextBottom  );
628
                        pRecord->nDyTextBottom  );*/
629
					//For graf importing from MS Word 2003 binary format, there is no border distance.
630
					Rectangle aInnerDist(0,0,0,0); 
629
631
630
                    MatchSdrItemsIntoFlySet( pObject, aAttrSet,
632
                    MatchSdrItemsIntoFlySet( pObject, aAttrSet,
631
                        pRecord->eLineStyle, pRecord->eShapeType,
633
                        pRecord->eLineStyle, pRecord->eShapeType,

Return to issue 120717