[Libreoffice] build failure in tail_build

2011-12-13 Thread Daisuke Nishino
-verbose --with-max-jobs=2 --with-num-cpus=2 current commit is: 7d7496bd4c152ad1746809800f1298169052320e Do you have any ideas to fix this? -- Daisuke Nishino ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org

Re: [Libreoffice] build failure in tail_build

2011-12-13 Thread Daisuke Nishino
/svg/ /bin/cp --force --preserve=timestamps /data/work/niboshi/libo/workdir/unxlngi6/ComponentTarget/filter/source/svg/svgfilter.component /data/work/niboshi/libo/solver/unxlngi6/xml/component/filter/source/svg/svgfilter.component Thanks -- Daisuke Nishino

Re: [Libreoffice] [PATCH] [PUSHED] Hide function pointers

2011-11-28 Thread Daisuke Nishino
On Mon, Nov 28, 2011 at 6:42 PM, Stephan Bergmann sberg...@redhat.comwrote: On 11/27/2011 08:57 AM, Daisuke Nishino wrote: Exposing functioin pointers to outside is not a good practice I think. This patch encapsulates them. Also, since fnLeaveSelect is called from only one location, I

[Libreoffice] [PATCH] Hide function pointers

2011-11-26 Thread Daisuke Nishino
Hi all, Exposing functioin pointers to outside is not a good practice I think. This patch encapsulates them. Also, since fnLeaveSelect is called from only one location, I eliminated the indirection. Cheers, -- Daisuke Nishino 0001-Hide-function-pointers.core.patch Description: Binary data

Re: [Libreoffice] [PUSHED][PATCH] SwSelBoxes: svarray - std::map

2011-11-24 Thread Daisuke Nishino
, I'll have a look. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice -- Daisuke Nishino 0001-Fix-logic-inversion.core.patch Description: Binary data

Re: [Libreoffice] [PUSHED] Fix bug in build.pl option parser

2011-11-24 Thread Daisuke Nishino
. -- michael.me...@suse.com , Pseudo Engineer, itinerant idiot -- Daisuke Nishino ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCH] Move cursor to the right of brace when the closing brace is typed.

2011-11-15 Thread Daisuke Nishino
this is more convenient and natural. Reviews and comments are welcome. The patch is available under LGPLv3+/MPL. Thanks, -- Daisuke Nishino 0002-Move-cursor-to-the-right-of-brace-when-the-clos.core.patch Description: Binary data ___ LibreOffice mailing list

[Libreoffice] [PATCH] Fix bug in build.pl option parser

2011-11-13 Thread Daisuke Nishino
incosistency with existing scripts. Cheers, -- Daisuke Nishino 0001-Fix-bug-in-build.pl-option-parser.core.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCH] Removed SvStringsSortDtor

2011-11-09 Thread Daisuke Nishino
Caolán, Thank you for your comments. Here is the patch. Cheers, On Wed, Nov 9, 2011 at 12:01 AM, Caolán McNamara caol...@redhat.com wrote: On Tue, 2011-11-08 at 22:43 +0900, Daisuke Nishino wrote: Hi all, I removed some uses of SvStringsSortDtor, which is listed in http

[Libreoffice] [PATCH] Removed some SvStringsSortDtor

2011-11-08 Thread Daisuke Nishino
to pDstArr (with incorrect implementation). If so, I'll replace them with std::mapString, String. How do you think? Cheers, -- Daisuke Nishino 0001-Removed-some-SvStringsSortDtor.core.patch Description: Binary data ___ LibreOffice mailing list

Re: [Libreoffice] [PUSHED][PATCH] Get rid of SvStringsSort

2011-11-07 Thread Daisuke Nishino
Caolán, Thank you for handling the patch. I'm sorry for posting twice, because I was not confident my post was successfully sent. Cheers, On Mon, Nov 7, 2011 at 9:27 PM, Caolán McNamara caol...@redhat.com wrote: On Mon, 2011-11-07 at 00:22 +0900, Daisuke Nishino wrote: Hi all

[Libreoffice] [PATCH] Get rid of SvStringsSort

2011-11-06 Thread Daisuke Nishino
Hi all, This is a patch for what is listed in http://wiki.documentfoundation.org/Development/Easy_Hacks#Easy_Hacks . I replaced all uses of SvStringsSort. Available under LGPLv3+/MPL. Cheers, -- Daisuke Nishino 0001-Get-rid-of-SvStringsSort.core.patch Description: Binary data