<span style="border-collapse:collapse;font-family:arial, sans-serif;font-size:13px">Hi friends,<div><br></div><div>This patch removes all bogus comments laying around. If you are searching for one of the following, you could stop. ;-)</div>

<div><br></div><div><span style="font-size:13px;line-height:19px;font-family:sans-serif"><pre style="white-space:pre-wrap;padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:dashed;border-right-style:dashed;border-bottom-style:dashed;border-left-style:dashed;border-top-color:rgb(47, 111, 171);border-right-color:rgb(47, 111, 171);border-bottom-color:rgb(47, 111, 171);border-left-color:rgb(47, 111, 171);color:black;background-color:rgb(249, 249, 249);line-height:1.1em">
/* -----------------------------04.12.00 16:26--------------------------------
</pre><p style="margin-top:0.4em;margin-right:0px;margin-bottom:0.5em;margin-left:0px;line-height:1.5em">and</p><pre style="white-space:pre-wrap;padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:dashed;border-right-style:dashed;border-bottom-style:dashed;border-left-style:dashed;border-top-color:rgb(47, 111, 171);border-right-color:rgb(47, 111, 171);border-bottom-color:rgb(47, 111, 171);border-left-color:rgb(47, 111, 171);color:black;background-color:rgb(249, 249, 249);line-height:1.1em">
#include &lt;svx/svxdlg.hxx&gt; //CHINA001
</pre><p style="margin-top:0.4em;margin-right:0px;margin-bottom:0.5em;margin-left:0px;line-height:1.5em">and</p><pre style="white-space:pre-wrap;padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:dashed;border-right-style:dashed;border-bottom-style:dashed;border-left-style:dashed;border-top-color:rgb(47, 111, 171);border-right-color:rgb(47, 111, 171);border-bottom-color:rgb(47, 111, 171);border-left-color:rgb(47, 111, 171);color:black;background-color:rgb(249, 249, 249);line-height:1.1em">
// --&gt; OD 2008-01-08 #newlistlevelattrs#</pre></span></div><div><br></div><div>I did it using regex, so one or another replacement discards a piece of comment when it is in a block, for example:</div><div><br></div><div>

<font face="&#39;courier new&#39;, monospace">// --&gt; OD 2008-01-08 #i1234# first line comment</font></div><div><font face="&#39;courier new&#39;, monospace">// continuing in the second line</font></div><div><font face="&#39;courier new&#39;, monospace">// ...</font></div>

<div><br></div><div>The regex will remove <font face="&#39;courier new&#39;, monospace">&quot;first line comment&quot;</font> in that case, but will keep the Bug ID as Thorsten requested me in another email.</div><div><br>

</div><div>Could i mark this Easy Hack as completed in the Wiki?</div><div><br></div><div>Regards,</div><div>Júlio.</div></span>