Re: [Libreoffice] [PATCH] [PUSHED] Replace j_assert with OSL_ in writer/starmath

2011-03-19 Thread Thomas Arnhold
Now it's really pushed. Only had problems to apply on cursor.cxx due to m101 merge. Should be fixed. Thanks! Thomas ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [PATCH] [PUSHED] Replace j_assert with OSL_ in writer/starmath

2011-03-18 Thread Jacek Wolszczak
Yes, it is under LGPLv3+ / MPL. Thanks. Jacek 2011/3/18 Thomas Arnhold > Hi Jacek, > > On 03/18/2011 09:14 AM, Jacek Wolszczak wrote: > > I did compile it with --enable-debug as it's OSL_ specific and it > > compiled correctly. Haven't used --enable-dbgutil as there are no #ifdef > > DBG_UTIL

Re: [Libreoffice] [PATCH] [PUSHED] Replace j_assert with OSL_ in writer/starmath

2011-03-18 Thread Thomas Arnhold
Hi Jacek, On 03/18/2011 09:14 AM, Jacek Wolszczak wrote: > I did compile it with --enable-debug as it's OSL_ specific and it > compiled correctly. Haven't used --enable-dbgutil as there are no #ifdef > DBG_UTIL in the files I touched. > > But for the future I will recompile LibreO with both flags