Version: svn (using KDE 4.4.2) OS: Linux Installed from: Compiled From Sources The style used for variables (italic, font size, ...) are not saved. Therefor the style used is lost for variables when saving. <draw:text-box> <text:p text:style-name="P3"> <text:span text:style-name="T1">foo</text:span> <presentation:footer/> <text:span text:style-name="T1"><text:s/>as</text:span> </text:p> </draw:text-box> However this should be saved like <draw:text-box> <text:p text:style-name="P2"> <text:span text:style-name="T2">as</text:span> <text:span text:style-name="T2"> <presentation:footer/> </text:span> <text:span text:style-name="T2">bs</text:span> </text:p> </draw:text-box> The span tag is missing for the variable. I have attached a presentation and a text document showing the problem. The problem can be seen if you load, save and load the document again the style for the variable is wrong. I will be posted to reviewboard for review.
Created an attachment (id=42612) [details] odt document showing the problem
Created an attachment (id=42613) [details] odp document showing the problem
SVN commit 1112835 by zachmann: Fix Bug: 233803 - Styles not saved for variables Save styles for variables BUG: 233803 M +18 -0 KoTextWriter.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1112835
You need to log in before you can comment on or make changes to this bug.