https://bugs.documentfoundation.org/show_bug.cgi?id=164502
--- Comment #7 from BogdanB <[email protected]> --- I created a new file with a new textbox and save. And reopen and move the textbox and save as another file. Here is the difference between content.xml: xmllint --format content1.xml > content1_pretty.xml xmllint --format content2.xml > content2_pretty.xml diff content1_pretty.xml content2_pretty.xml 17c17 < <style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" fo:min-height="1.411cm" loext:decorative="false" style:run-through="foreground" style:wrap="run-through" style:number-wrapped-paragraphs="no-limit" style:vertical-pos="from-top" style:vertical-rel="paragraph" style:horizontal-pos="from-left" style:horizontal-rel="paragraph"/> --- > <style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" > draw:fill="none" draw:fill-color="#ffffff" fo:min-height="1.411cm" > loext:decorative="false" style:run-through="foreground" > style:wrap="run-through" style:number-wrapped-paragraphs="no-limit" > style:vertical-pos="from-top" style:vertical-rel="page" > style:horizontal-pos="from-left" style:horizontal-rel="page" > draw:wrap-influence-on-position="once-concurrent" loext:allow-overlap="true" > style:flow-with-text="false"/> 29a30,35 > <draw:frame text:anchor-type="page" text:anchor-page-number="1" > draw:z-index="0" draw:name="Text Frame 1" draw:style-name="gr1" > draw:text-style-name="P1" svg:width="3.493cm" svg:height="1.412cm" > svg:x="1.431cm" svg:y="33.791cm"> > <draw:text-box> > <text:p>DEMO1</text:p> > </draw:text-box> > </draw:frame> > <text:p text:style-name="Standard"/> 79,85d84 < <text:p text:style-name="Standard"> < <draw:frame text:anchor-type="paragraph" draw:z-index="0" draw:name="Text Frame 1" draw:style-name="gr1" draw:text-style-name="P1" svg:width="3.493cm" svg:height="1.412cm" svg:x="0.157cm" svg:y="0.385cm"> < <draw:text-box> < <text:p>DEMO1</text:p> < </draw:text-box> < </draw:frame> < </text:p> -- You are receiving this mail because: You are the assignee for the bug.
