[Libreoffice] [PATCH] Easy Hacks : RTL_CONSTASCII_USTRINGPARAM in libs-core 3

2010-11-07 Thread Gert Faller
HI, here are some more in libs-core Regards. 10_libs-core.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] Questions about ./sdext/source/minimizer/unodialog.cxx

2010-11-07 Thread Norbert Thiebaud
On Sun, Nov 7, 2010 at 7:00 AM, julien serval2...@yahoo.fr wrote: Hello, I'm currently running a cppcheck on the clone directory (i had try to launch cppcheck on the build/libreoffice... but it seemed it freezed). I've seen this issue :

[Libreoffice] [PATCH] use LIBTARGET=NO to avoid multiple definition of target recipe

2010-11-07 Thread Robert Nagy
The diff makes i18npool/source/paper/makefile.mk define LIBTARGET=NO just like other makefiles in the i18npool/source/ directory. Without this patch I always get: dmake: /home/robert/build/build/libreoffice-3.2.99.2/solenv/inc/_tg_lib.mk: line 1020: Error: -- Multiply defined recipe for

[Libreoffice] [PATCH] EasyHacks: Accelerate Perl Installer

2010-11-07 Thread Jordan Ayers
Hi, I was looking at the perl installer, and attached are patches to change most of the chmod system calls into calls to the built-in command. This change alone doesn't seem to make a big difference (it cut about 5 seconds off of a 4 1/2 minute run of ooinstall for me). The second patch

Re: [Libreoffice] Build on Ubuntu 10.10 fails with 'missing image.hxx'

2010-11-07 Thread Norbert Thiebaud
On Sun, Nov 7, 2010 at 11:08 AM, Fred Jendrzejewki fred.jendrzejew...@gmail.com wrote: Hello, I try to build on Ubuntu 10.10 amd64 the master branch. Then I get the following error message: build -- version: 275224 = Building module canvas = ... dmake:  

[Libreoffice] Some more rtl easy hack goodness

2010-11-07 Thread Kevin Hunter
Hullo List, Some accessibility tabbar RTL_CONST conversion goodness. Kevin 0001-EasyHack-createFromAscii-RTL_CONST.-macro.patch.gz Description: GNU Zip compressed data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] [PATCH][Pushed] one last patch for base/dbaccess/core/api

2010-11-07 Thread Norbert Thiebaud
On Sun, Nov 7, 2010 at 11:12 AM, Wols Lists antli...@youngman.org.uk wrote: Just deleting a bit of commented out code - that's dbaccess/source/core/api pretty much done. Pushed, thanks. Norbert Cheers, Wol ___ LibreOffice mailing list

[Libreoffice] comment removal, rtl easy hack

2010-11-07 Thread Kevin Hunter
Hullo Committers, A patch set against directory: accessibility/source/helper Cheers, Kevin comment_removal_2.tgz Description: application/compressed-tar 0001-EasyHack-convert-createFromAscii-to-RTL.-macro.patch.gz Description: GNU Zip compressed data

[Libreoffice] large swathes of commented/#if 0 code removed

2010-11-07 Thread Kevin Hunter
Hullo Committers, Subject says it all. Patch against three files under automation/source/ Builds successfully here. Cheers, Kevin ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] large swathes of commented/#if 0 code removed

2010-11-07 Thread Kevin Hunter
At 2:17am -0500 Mon, 08 Nov 2010, Kevin Hunter wrote: Subject says it all. Patch against three files under automation/source/ Doh! Helps to actually /attach/ the file. Kevin large_swathes_gone.tbz Description: application/bzip-compressed-tar ___