<div class="gmail_quote">On Mon, Oct 25, 2010 at 10:52 AM, Jan Holesovsky <span dir="ltr">&lt;<a href="mailto:kendy@suse.cz">kendy@suse.cz</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Jacek,<br>
<div class="im"><br>
On 2010-10-24 at 22:39 +0200, Jacek Wolszczak wrote:<br>
<br>
&gt; LibreO should compile with the attached changes.<br>
<br>
</div>Thank you a lot!  Pushed :-)</blockquote><div><br></div><div>I needed to make this change to be able to compile:</div><div><br></div><div>diff --git a/sw/source/ui/index/swuiidxmrk.cxx b/sw/source/ui/index/swuiidxmrk.c</div>
<div>index e6ec8db..1ec95e7 100644</div><div>--- a/sw/source/ui/index/swuiidxmrk.cxx</div><div>+++ b/sw/source/ui/index/swuiidxmrk.cxx</div><div>@@ -368,7 +368,7 @@ void        SwIndexMarkDlg::UpdateLanguageDependenciesForPho</div>
<div>     //get the current language</div><div>     if(!bNewMark) //if dialog is opened to iterate existing marks</div><div>     {</div><div>-        OSL_ENSURE(pTOXMgr, &quot;need TOXMgr&quot;)</div><div>+        OSL_ENSURE(pTOXMgr, &quot;need TOXMgr&quot;);</div>
<div>         if(!pTOXMgr)</div><div>             return;</div><div>         SwTOXMark* pMark = pTOXMgr-&gt;GetCurTOXMark();</div><div><br></div><div> </div></div>