[Libreoffice] Do we really want to use AM_MAINTAINER_MODE?

2010-11-06 Thread Niko Rönkkö
It's only used in outer configure and: "Several years ago François Pinard pointed out several arguments against this AM_MAINTAINER_MODE macro. Most of them relate to insecurity. By removing dependencies you get non-dependable builds: changes to sources files can have no effect on generated file

Re: [Libreoffice] [PATCH][Pushed] Smelling pistakes, german comments, and a little commented code in base

2010-11-06 Thread Norbert Thiebaud
Pushed Thanks, Norbert On Sat, Nov 6, 2010 at 9:12 PM, Wols Lists wrote: > I think I've translated most of the german stuff correctly (I speak > german somewhat, and used babelfish to help) . > > > > ___ > LibreOffice mailing list > LibreOffice@lists.f

Re: [Libreoffice] High-Contrast Cleanup

2010-11-06 Thread Norbert Thiebaud
Pushed, Thanks Norbert On Sat, Nov 6, 2010 at 9:06 PM, Joseph Powers wrote: > Man, you forget to delete two lines of code and someone complains... > Sorry about that, (julien, I hope this makes you happy). > Joe P. > diff --git a/svx/source/tbxctrls/fontworkgallery.cxx > b/svx/source/tbxctrls/f

[Libreoffice] [PATCH] Smelling pistakes, german comments, and a little commented code in base

2010-11-06 Thread Wols Lists
I think I've translated most of the german stuff correctly (I speak german somewhat, and used babelfish to help) . >From f203be2f74f8ea4df960876434f8e55cd7973ab9 Mon Sep 17 00:00:00 2001 From: Wol Date: Sun, 7 Nov 2010 01:52:20 + Subject: [PATCH] Miscellaneous spelling mistakes, german, and

[Libreoffice] High-Contrast Cleanup

2010-11-06 Thread Joseph Powers
Man, you forget to delete two lines of code and someone complains... Sorry about that, (julien, I hope this makes you happy). Joe P. diff --git a/svx/source/tbxctrls/fontworkgallery.cxx b/svx/source/tbxctrls/fontworkgallery.cxx index 6b72567..ec222b0 100644 --- a/svx/source/tbxctrls/fontworkgal

Re: [Libreoffice] [Pushed] (partial) removal of BOOL type in starmath

2010-11-06 Thread Norbert Thiebaud
On Sat, Nov 6, 2010 at 5:54 PM, Alexandre Fournier wrote: > Hello, > > The following patch removes most of BOOL occurencies in starmath. > Some sal_bool variables have been also changed to bool when trivial. > (TRUE and FALSE values have also been changed to built-in true and > false). > > When th

[Libreoffice] [Ticket ID: 453213] We have lists with emails for doctors, lawyers, businesses and many more

2010-11-06 Thread Patrick gymnosperm
This week only I can sell you ANY individual list below for just $99 or 3 for $249: ( HEALTHCARE ) - Doctors (34 different specialties) - Chiropractors - Alternative Medicine - Dentists - Veterinarians - Hospitals - National Health Service Corp Clinics - Nursing Homes - Pharmaceutical Comp

[Libreoffice] Lines to remove in fontworkgallery.cxx ?

2010-11-06 Thread julien
Hello, In the file libs-core/svx/source/tbxctrls/fontworkgallery.cxx, can these lines be removed completely ? bool bHighContrast = GetSettings().GetStyleSettings().GetHighContrastMode(); I saw warnings about bHighContrast not used in 2 parts of this file, but i don't know if the whole lines c

Re: [Libreoffice] [PATCH] remove -d from gunzip flags

2010-11-06 Thread Robert Nagy
Hey I don't really care which one goes in. I think gzip -d might be a better idea then. Any other comments? On (2010-11-05 21:41), julien wrote: > Hello, > > It's also possible to replace gunzip by gzip like the other lines of > this file : > # unpack the Crystal icon set > $(MISC)$/crystal.flag

Re: [Libreoffice] [PATCHES] [Pushed] Renaming to --enable-ext-*

2010-11-06 Thread Norbert Thiebaud
On Sat, Nov 6, 2010 at 1:32 PM, Niko Rönkkö wrote: > New try. > Pushed. Thanks. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCHES] Renaming to --enable-ext-*

2010-11-06 Thread Niko Rönkkö
New try. >From 3cad28b8c61f66c06a4e76f398e78c57597ce49f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=20R=C3=B6nkk=C3=B6?= Date: Fri, 5 Nov 2010 19:08:58 +0200 Subject: [PATCH] Renaming extension options consistently MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encodi

Re: [Libreoffice] [Patch] RTL_CONSTASCII_USTRINGPARAM for calc\sc\source\core\tool

2010-11-06 Thread julien
Le 06/11/2010 17:21, Kohei Yoshida a écrit : On Sat, 2010-11-06 at 01:31 +0100, julien wrote: Hello, Here is a patch for calc\sc\source\core\tool (i think there's no more in it) See my comment for your other patch. Sorry. Kohei Sorry for these bogus patches, i completely misun

Re: [Libreoffice] [Patch] RTL_CONSTASCII_USTRINGPARAM for calc\sc\source\core\tool

2010-11-06 Thread Kohei Yoshida
On Sat, 2010-11-06 at 01:31 +0100, julien wrote: > Hello, > > Here is a patch for calc\sc\source\core\tool (i think there's no more in it) See my comment for your other patch. Sorry. Kohei -- Kohei Yoshida, LibreOffice hacker, Calc ___ LibreOffice

Re: [Libreoffice] [Patch] RTL_CONSTASCII_USTRINGPARAM for calc\sc\source\core\data

2010-11-06 Thread Kohei Yoshida
Hello Julien, On Sat, 2010-11-06 at 01:03 +0100, julien wrote: > Hello, > > Here is a patch for calc\sc\source\core\data (i think there's no more in it) Sorry, I can't apply this one since this breaks code pretty much all places. RTL_CONSTASCII_USTRINGPARAM is not a replacement for rtl::OUStrin

Re: [Libreoffice] [PATCH][Pushed] Clean up compiler warnings in writer/sw module

2010-11-06 Thread Norbert Thiebaud
On Sat, Nov 6, 2010 at 6:55 AM, Mattias Johnsson wrote: > Just compiler warning fixes. > > Most of them are "warning: suggest parentheses around '&&' within > '||'" fixes, but there's a couple of unused variables I removed as > well. Thanks, a cleaner build is always nice, Pushed. > > Contribute

Re: [Libreoffice] Remove bogus comments in calc

2010-11-06 Thread Kohei Yoshida
On Sat, 2010-11-06 at 14:22 +0100, Christian Lohmaier wrote: > Hi Alexander, *, > > On Sat, Nov 6, 2010 at 12:35 PM, Alexander O. Anisimov > wrote: > > > > I've remove all bogus comments in module Calc. Patch is in attachment. If > > it's ok I would like to do such work for other modules. Thanks

Re: [Libreoffice] [Pushed] Icon/Image cleanup

2010-11-06 Thread Norbert Thiebaud
Thanks Joe, Pushed. Norbert On Sat, Nov 6, 2010 at 5:56 AM, Joseph Powers wrote: > Ok, I went ahead and did some high-contrast cleanup work on libs-core. I was > able to delete massive amounts of code and configuration items. The main > issue I'm having is the masking: > #define DEFAULT_IDLIST

[Libreoffice] smoketest

2010-11-06 Thread Norbert Thiebaud
There is some improvement on the smoketest front It run pass many more tests.. but still do not finish: dir -p ./unxlngx6.pro/misc/smoketest/user : && LD_LIBRARY_PATH=${LD_LIBRARY_PATH+${LD_LIBRARY_PATH}:}/lo/feature/clone/testing/smoketestoo_native/unxlngx6.pro/lib:/lo/feature/rawbuild/solv

Re: [Libreoffice] Problem with sal/cppunittester

2010-11-06 Thread Kohei Yoshida
On Sat, 2010-11-06 at 12:25 +, Caolán McNamara wrote: > On Fri, 2010-11-05 at 21:36 +, Caolán McNamara wrote: > > so apparently for some reason having *two* lines with symlink: in it > > with the same target breaks (which is news to me). Someone should have a > > look at deliver in the sole

Re: [Libreoffice] Remove bogus comments in calc

2010-11-06 Thread Christian Lohmaier
Hi Alexander, *, On Sat, Nov 6, 2010 at 12:35 PM, Alexander O. Anisimov wrote: > > I've remove all bogus comments in module Calc. Patch is in attachment. If > it's ok I would like to do such work for other modules. The patch removes references to issues, those should stay IMHO. And wrt //CHINA0

Re: [Libreoffice] [Patch] RTL_CONSTASCII_USTRINGPARAM for calc\sc\source\filter

2010-11-06 Thread Caolán McNamara
On Sat, 2010-11-06 at 01:47 +0100, julien wrote: > Hello, > > Here is a patch for calc\sc\source\filter > Hope i haven't made mistakes, there are 1 or 2 places where i hesitated. Build your changes there, you'll get some build errors, in some cases you'll need aSortDescriptor[0].Name = rtl::OUSt

Re: [Libreoffice] Duplicate ids in 'writer/sw/inc/cmdid.h'

2010-11-06 Thread Caolán McNamara
On Sat, 2010-11-06 at 00:25 +0100, Gert Faller wrote: > Hi, > > just wondering if someone knows why there are duplicate ids in > 'writer/sw/inc/cmdid.h' > (FN_FORMAT + 129) , (FN_FORMAT + 130), (FN_FORMAT + 131) at line 537. Hmm, one of the + 129 is FN_NEW_PAGE_STYLE and appears (according to ope

Re: [Libreoffice] Problem with sal/cppunittester

2010-11-06 Thread Caolán McNamara
On Fri, 2010-11-05 at 21:36 +, Caolán McNamara wrote: > so apparently for some reason having *two* lines with symlink: in it > with the same target breaks (which is news to me). Someone should have a > look at deliver in the solenv to find what it does on seeing a > "symlink:" line and try and

Re: [Libreoffice] [PUSHED] Re: [PATCH] use linux bridge code on all BSDs

2010-11-06 Thread Robert Nagy
On (2010-11-06 12:12), Caolán McNamara wrote: > On Sat, 2010-11-06 at 00:16 +0100, Thomas Klausner wrote: > > Pushed, thanks! > > Something of a historic moment when Linux, OpenBSD, FreeBSD and NetBSD > unify something :-) > > C. > Oh there is more coming :) _

Re: [Libreoffice] [PUSHED] Re: [PATCH] use linux bridge code on all BSDs

2010-11-06 Thread Caolán McNamara
On Sat, 2010-11-06 at 00:16 +0100, Thomas Klausner wrote: > Pushed, thanks! Something of a historic moment when Linux, OpenBSD, FreeBSD and NetBSD unify something :-) C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freede

[Libreoffice] LibreOffice vcl build error

2010-11-06 Thread Alexandr N. Zamaraev
cd /mnt/my_book/lang/sources/git/libreoffice/build/libreoffice-3.2.99.2 source ./LinuxX86Env.Set.sh cd vcl build . Entering /mnt/my_book/lang/sources/git/libreoffice/build/libreoffice-3.2.99.2/vcl/unx/kde4 Compiling: vcl/unxlngi6.pro/misc/KDEXLib.moc.cxx ../../unxlngi6.pro/misc/KDEXLib.moc.cxx

[Libreoffice] [PATCH] Clean up compiler warnings in writer/sw module

2010-11-06 Thread Mattias Johnsson
Just compiler warning fixes. Most of them are "warning: suggest parentheses around '&&' within '||'" fixes, but there's a couple of unused variables I removed as well. Contributed under the MPL 1.1 / GPLv3+ / LGPLv3+ licenses. From fc27b18c967ee10039b3c1b53f576d8b4f96573d Mon Sep 17 00:00:00 2001

[Libreoffice] Remove bogus comments in calc

2010-11-06 Thread Alexander O. Anisimov
Hi all, I've remove all bogus comments in module Calc. Patch is in attachment. If it's ok I would like to do such work for other modules. .''`. With best regards, : :' : Alexander Anisimov `. `' JID alenyas...@gmail.com `- Debian - when you have better things to do than fixing systems diff

Re: [Libreoffice] Problem with sal/cppunittester

2010-11-06 Thread Rene Engelhard
On Fri, Nov 05, 2010 at 10:38:42PM +, Wols Lists wrote: > On the other hand, I've already looked at configure.in, and if you ask > for system cppunit it just assumes it's there. I've already modded that This is not true: dnl ===