[Libreoffice] --enable-werror

2011-09-25 Thread Stephan Bergmann
Just a friendly reminder that all developers should use --enable-werror all the time. It helps yourself (you find potential errors early), your fellow developers (they don't need to fix your warnings for you), and our users (via a more stable product). (Different compilers tend to catch slig

[Libreoffice] Easy Hack String replacement: SearchAndReplace

2011-09-25 Thread Neil Leathers
I was looking into the Easy Hacks: "Removal/Replacement of the String/UniString/ByteString with OUString/OString once and for all" and ran into needing to translate a SearchAndReplaceAscii. Before launching into this set I wanted to confirm that instead of moving the SearchAndReplace functions

Re: [Libreoffice] Base Development

2011-09-25 Thread Ferry Toth
I totally agree. We use base with an external Postgres database to collect data, use Calc to analyse the data with Base and then Writer to present the results (for project Billing). In my opinion Base is pretty good and nicely integrated with Calc. Problems seem to be related to - the (internal H

[Libreoffice] WaE in chart2/source/controller/main/ShapeController.cxx

2011-09-25 Thread Norbert Thiebaud
Michael, I'm quite confused with http://cgit.freedesktop.org/libreoffice/core/diff/chart2/source/controller/main/ShapeController.cxx?id=c8dc7372088a13187865cd0d69b64af6b4b5 that create a WaE due to pColor being un-used... but -- based on the 'before' code -- it feels like just removing the l

Re: [Libreoffice] Compilation error in svx undefined reference to `XPropertyList::operator delete(void*)'

2011-09-25 Thread julien2412
Same result after rebuilding a new local repo from scratch. Here is my autogen.lastrun : --enable-symbols --enable-ext-barcode --enable-ext-diagram --enable-ext-google-docs --enable-ext-hunart --enable-ext-lightproof --enable-ext-nlpsolver --enable-ext-ct2n --enable-ext-numbertext --enable-ext-ooo

Re: [Libreoffice] [REVIEW 3-4] fdo#39510 crash on closing document with footnotes

2011-09-25 Thread Mathias Bauer
Am 24.09.2011 09:57, schrieb Michael Meeks: > > On Sat, 2011-09-24 at 00:36 +0200, Mathias Bauer wrote: >> Really, the layout is a complete mess, at least from an >> architectural POV. There is no clear relationship and ownership between >> objects. That might work better in a world with garbage

Re: [Libreoffice] Compilation error in svx undefined reference to `XPropertyList::operator delete(void*)'

2011-09-25 Thread julien2412
In doubt, I'm redoing from scratch my local LO core repository. We'll see the result in some hours :-) Julien. -- View this message in context: http://nabble.documentfoundation.org/Compilation-error-in-svx-undefined-reference-to-XPropertyList-operator-delete-void-tp3366197p3366327.html Sent from

[Libreoffice] [Bug 37361] LibreOffice 3.5 most annoying bugs

2011-09-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #13 from Rainer Bielefeld 2011-09-25 02:33:42 PDT --- Nominate Bug 30467 - required visual studio 2008 redistributable libraries not installed, failed to start. For details please see

[Libreoffice] Compilation error in svx undefined reference to `XPropertyList::operator delete(void*)'

2011-09-25 Thread julien2412
Hello, I made a "make clean && make" yesterday and here what I've got : ource/dialog/sendreportunx.o -Wl,--start-group -Wl,--end-group -lbasegfxlo -lsblo -lcomphelpgcc3 -luno_cppuhelpergcc3 -luno_cppu -ldrawinglayerlo -leditenglo -li18nisolang1gcc3 -luno_sal -lsfxlo -lsotlo -lsvllo -lsvtlo -

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-09-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 --- Comment #204 from s.gru...@hangweg.at 2011-09-25 01:34:04 PDT --- nominating 39205 spaces and TABs added in footnotes when saving as .docx -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving t

[Libreoffice] [PATCH] Change pure assertion to .is()

2011-09-25 Thread Korrawit Pruegsanusak
Hello, More cleanup like http://cgit.freedesktop.org/libreoffice/core/commit/?id=24bd2b363a8e9981a3583dfb190161ab335ee870 is attached. Please feel free to comment. Best Regards, -- Korrawit Pruegsanusak 0001-Change-pure-assertion-to-.is.patch Description: Binary data __