Please find attached the patch for 2.4 branch (Either reviewboard does not accept patches for non-master or I don't know how to).<br><br><div class="gmail_quote">2012/3/17 Andrius da Costa Ribas <span dir="ltr"><<a href="mailto:andriusmao@gmail.com">andriusmao@gmail.com</a>></span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<div><br></div><div>As discussed on IRC, some sources contains "\%" invalid escape sequence:</div><div>

<br></div><div><div>filters/libmso/ODrawToOdf.cpp(625):         style.addAttribute("svg:x1", QString("%1\%").arg(x1));</div>
<div>filters/libmso/ODrawToOdf.cpp(626):         style.addAttribute("svg:y1", QString("%1\%").arg(y1));</div><div>filters/libmso/ODrawToOdf.cpp(627):         style.addAttribute("svg:x2", QString("%1\%").arg(x2));</div>


<div>filters/libmso/ODrawToOdf.cpp(628):         style.addAttribute("svg:y2", QString("%1\%").arg(y2));</div><div>filters/libmso/ODrawToOdf.cpp(680):         style.addAttribute("svg:x1", QString("%1\%").arg(x1));</div>


<div>filters/libmso/ODrawToOdf.cpp(681):         style.addAttribute("svg:y1", QString("%1\%").arg(y1));</div><div>filters/libmso/ODrawToOdf.cpp(682):         style.addAttribute("svg:x2", QString("%1\%").arg(x2));</div>


<div>filters/libmso/ODrawToOdf.cpp(683):         style.addAttribute("svg:y2", QString("%1\%").arg(y2));</div><div>filters/sheets/xlsx/ChartExport.cpp(240):                 style.addProperty( "draw:opacity", QString( "%1\%" ).arg( chart()->m_areaFormat->m_foreground.alphaF() * 100.0 ), KoGenStyle::GraphicType );</div>


<div>filters/sheets/xlsx/ChartExport.cpp(302):                 style.addProperty( "draw:opacity", QString( "%1\%" ).arg( areaFormat->m_foreground.alphaF() * 100.0 ), KoGenStyle::GraphicType );</div>


</div><div><br></div><div>Is it okay to just replace "\%" by "%" ?</div><div><br></div><div>Thanks,</div><div>Andrius.</div>
</blockquote></div><br>