[Libreoffice] [PATCH] OSL_* macros in writer/sw/source/ui

Luke Symes allsymes at gmail.com
Sun Oct 24 16:15:15 PDT 2010


On Mon, Oct 25, 2010 at 10:52 AM, Jan Holesovsky <kendy at suse.cz> 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();
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20101025/7c059498/attachment.html>


More information about the LibreOffice mailing list