On Mon, Oct 25, 2010 at 10:52 AM, Jan Holesovsky <[email protected]> wrote:
> Hi Jacek,
>
> On 2010-10-24 at 22:39 +0200, Jacek Wolszczak wrote:
>
> > LibreO should compile with the attached changes.
>
> Thank you a lot! Pushed :-)
I needed to make this change to be able to compile:
diff --git a/sw/source/ui/index/swuiidxmrk.cxx
b/sw/source/ui/index/swuiidxmrk.c
index e6ec8db..1ec95e7 100644
--- a/sw/source/ui/index/swuiidxmrk.cxx
+++ b/sw/source/ui/index/swuiidxmrk.cxx
@@ -368,7 +368,7 @@ void
SwIndexMarkDlg::UpdateLanguageDependenciesForPho
//get the current language
if(!bNewMark) //if dialog is opened to iterate existing marks
{
- OSL_ENSURE(pTOXMgr, "need TOXMgr")
+ OSL_ENSURE(pTOXMgr, "need TOXMgr");
if(!pTOXMgr)
return;
SwTOXMark* pMark = pTOXMgr->GetCurTOXMark();
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice