[Libreoffice] one final (for tonight) rtl patch

2010-11-07 Thread Kevin Hunter
Hullo Committers, One more RTL easy hack commit against: automation/ Cheers, Kevin 0001-EasyHack-RTL-macro-conversion-createFromAscii.patch.gz Description: GNU Zip compressed data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http:

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 ___

[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 http://lists.freedesktop.org/mailman/listinfo/libreoffi

[Libreoffice] [PATCH] Separate option descriptions

2010-11-07 Thread Niko Rönkkö
It's not good to use option descriptions like --enable/disable-*. Also: If we want to replace default option descriptions with our owns, then we shall describe them both (dependency-tracking). MPL 1.1 / GPLv3+ / LGPLv3+ >From fad1428fee0f5498239f9a74f6a8c950216217e3 Mon Sep 17 00:00:00 2001 From:

Re: [Libreoffice] [PATCH] EasyHacks: Accelerate Perl Installer

2010-11-07 Thread Norbert Thiebaud
On Sun, Nov 7, 2010 at 6:45 PM, Jordan Ayers wrote: > 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

[Libreoffice] more comment removal, rtl easy hack

2010-11-07 Thread Kevin Hunter
Hullo Committers, Another patch set, this time against accessibility/source/standard/ Builds all successful here, seem to be in order ... Cheers, Kevin comment_removal_3.tbz Description: application/bzip-compressed-tar EasyHack-to-RTL.tbz Description: application/bzip-compressed-tar _

[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 ___

Re: [Libreoffice] [libreoffice] [PATCH] Commented-out code for the day

2010-11-07 Thread Norbert Thiebaud
On Sun, Nov 7, 2010 at 4:53 PM, Ricardo Moreno wrote: > here is more commented code removal. > Regards > Ricardo Ricardo, Try to avoid to have differences in more than one git repo in one patch. The best way to avoid that is to commit your changes locally. and then submit the patch(es) generated

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 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@lists.freede

[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 http://lists.freede

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 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:  Error: -- `image.hx

[Libreoffice] simple comment removal

2010-11-07 Thread Kevin Hunter
Hullo Committers, A simple patch set to remove some unnecessary comments. As always, LGPLv3. Kevin comment_removal.tbz Description: application/bzip-compressed-tar ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedeskt

[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 in

[Libreoffice] [PATCH] solenv/bin/ooinstall and undefined setup_vars array

2010-11-07 Thread Hanno Meyer-Thurow
Hi all! I still use the build based build of LibreOffice, branch libreoffice-3-3. There is an undefined $setup_vars array used in solenv/bin/ooinstall. Attached is a patch to use the equvalent values from the global $ENV array. Anyone with access to the bootstrap repo may apply this please, thank

[Libreoffice] [PATCH] fix linking the hyphen library

2010-11-07 Thread Robert Nagy
If the internal hyphen library is used which does not build a shared object, then link to $(SOLARLIBDIR)/libhyphen.a, instead of using -lhyphen on UNX + GCC. Also remove the unneccesary HNJLIB because that is defined in solenv/inc/lib.mk already. --- .../hyphenator/altlinuxhyph/hyphen/makefile.mk

[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 targe

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 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 : > [./extensions/sdext/source/minimizer/unodialog.cxx:359]: (error) Divi

[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

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

2010-11-07 Thread Wols Lists
Just deleting a bit of commented out code - that's dbaccess/source/core/api pretty much done. Cheers, Wol >From 13c2c40051ebc50ca743e140e6cd0dba2a81 Mon Sep 17 00:00:00 2001 From: Wol Date: Sun, 7 Nov 2010 16:58:24 + Subject: [PATCH] One last delete of commented code for dbaccess/source/c

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

2010-11-07 Thread Fred Jendrzejewki
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: Error: -- `image.hxx' not found, and can't be made Didn't find anything in the archives about that.

[Libreoffice] VCL foo...

2010-11-07 Thread Michael Meeks
Hi Andy, On Sat, 2010-11-06 at 20:44 -0700, Andy Brown wrote: > On Sat Nov 06 2010 20:30:45 GMT-0700 (PDT) Michael Meeks wrote: > > The plan to keep, and improve the existing VCL abstraction for the next > > year or so makes a lot of sense I believe. > > Where could a person find out more abo

[Libreoffice] [PATCH to test on Windows env] memory leak htags.cpp according to cppcheck

2010-11-07 Thread julien
Hello, I can't test this patch since this part of code is for Windows but i think it's a true positive Is this ok or am I wrong ? diff --git a/hwpfilter/source/htags.cpp b/hwpfilter/source/htags.cpp index 8235bf0..dd57638 100644 --- a/hwpfilter/source/htags.cpp +++ b/hwpfilter/source/htags.cpp

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

2010-11-07 Thread julien
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 : [./extensions/sdext/source/minimizer/unodialog.cxx:359]: (error) Division by zero I opened the file and saw this : sal_In

Re: [Libreoffice] [PATCH] Remove bogus comments in components

2010-11-07 Thread Christian Lohmaier
Hi Alexander, On Sun, Nov 7, 2010 at 12:55 PM, Alexander O. Anisimov wrote: > > I've remove all bogus comments in components. Patches are in attachment. I > was attached two patches because I could not understand the difference > between "// --> OD" and "// --> PB". Thanks for the patches, the O

[Libreoffice] [PATCH] ure: Fix some typos in documentation

2010-11-07 Thread Aurimas Fišeras
Fixes more typos in documentation. Patch is contributed under the LGPLv3+. From 84509d6bd158dea0e9b103e8ce32be1f07a4b452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aurimas=20Fi=C5=A1eras?= Date: Mon, 1 Nov 2010 11:04:38 +0200 Subject: Fix some typos in documentation --- .../star/configuration/

[Libreoffice] There has been talk about removing AM_MAINTAINER_MODE from autotools configuration path.

2010-11-07 Thread Peter Dolding
I recommend care be taken. Issue is one of the special features of that mode. http://www.gnu.org/software/hello/manual/automake/maintainer_002dmode.html from here the key point is. >>AM_MAINTAINER_MODE also allows you to disable some custom build rules >>conditionally. Some developers use thi