[Libreoffice] [REVIEW] svgwriter SVGActionWriter::ImplWriteText uses auto_prt with new[]

2011-09-03 Thread julien2412
Hello, Cppcheck detected the use of an auto_ptr with new [] in filter/source/svg/svgwriter.cxx (line 1145). Since, auto_ptr shouldn't be used with new[] because it always does a delete (and not a delete[] in this case), the code should be changed. So I thought about using boost::shared_array. I

Re: [Libreoffice] gnumake / dependencies 20%+ speedup ...

2011-09-03 Thread Bjoern Michaelsen
On Fri, 02 Sep 2011 21:22:24 +0100 Michael Meeks michael.me...@novell.com wrote: Hi there, Being generally irritated by the apparent hang when running make (I know, I know it is all faster in real terms than it used to be ;-) I was poking at the dependency files in:

Re: [Libreoffice] ODBC literal escapes in LibreOffice

2011-09-03 Thread Lionel Elie Mamane
On Fri, Sep 02, 2011 at 06:26:40PM +0200, Alexander Thurgood wrote: Le 02/09/11 18:05, Lionel Elie Mamane a écrit : So, I wanted to check whether it is policy that SDBC drivers must accept ODBC escapes in SQL strings, or whether there would be interest in me gradually changing LibreOffice to

Re: [Libreoffice] Problem with embedded images

2011-09-03 Thread tka0330
Thanks for your answer. Here is the bug report with an attachment: https://bugs.freedesktop.org/attachment.cgi?id=50866 -- View this message in context: http://nabble.documentfoundation.org/Problem-with-embedded-images-tp3229949p3306482.html Sent from the Dev mailing list archive at

Re: [Libreoffice] (no subject)

2011-09-03 Thread Thorsten Behrens
Eike Rathke wrote: Can we do something against letting all those .exe .scr .zip etc. attachments pass through? Yep, just adapted the setup accordingly. Note that the surrounding messages will still be delivered (that might annoy people who've previously had downstream filters for exactly those

Re: [Libreoffice] [PUSHED] [REVIEW] svgwriter SVGActionWriter::ImplWriteText uses auto_prt with new[]

2011-09-03 Thread Thorsten Behrens
julien2412 wrote: I attached a patch. Is this one correct ? (if yes, I can of course commit and push it on master). Yep, good catch. Pushed to master. Cheers, -- Thorsten pgpYyYKUf913c.pgp Description: PGP signature ___ LibreOffice mailing list

[Libreoffice] [REVIEW] Patch for importing hyperliks from .doc files

2011-09-03 Thread Knut Olav Bøhmer
Hi, This patch solves a serious problem experienced by many companies and need to be included in libreoffice. I'm using this patch with my own build for my customers with ooo 3.2.1 http://openoffice.org/bugzilla/show_bug.cgi?id=114485 Best regards -- Knut Olav Bøhmer

Re: [Libreoffice] [REVIEW] Patch for importing hyperliks from .doc files

2011-09-03 Thread Dennis E. Hamilton
Hmm, messy since it involves .doc import/export. In any case, here is the new live location for the issue: https://issues.apache.org/ooo/show_bug.cgi?id=114485. In migrating to https://issues.apache.org/ooo/ we lost everyone's passwords. You can restore your account by clicking Forgot

Re: [Libreoffice] [REVIEW] Patch for importing hyperliks from .doc files

2011-09-03 Thread Dennis E. Hamilton
I said I just wanted you to know that you still have a common place to maintain this and other bugs if you choose to do so. Keeping the common number helps us synchronize fixes between LibreOffice and Apache OpenOffice at some point. I was only thinking only of issues that are already

[Libreoffice] [PATCH] remove build.pl --gmake option refrences from Makefile

2011-09-03 Thread Peter Foley
The --gmake option was removed from build.pl in commit 4103138 This patch removes the remaining references from Makefile. From 7e32982dc47dd14cb813a8e3bc393cc38c82e929 Mon Sep 17 00:00:00 2001 From: Peter Foley pefol...@verizon.net Date: Sat, 3 Sep 2011 20:49:15 -0400 Subject: [PATCH] remove

Re: [Libreoffice] [PATCH] update configure.in

2011-09-03 Thread Peter Foley
Sorry, but I just found a bug in this patch please disregard it. I'll send a revised version shortly. Thanks, Peter ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [ANNOUNCEMENT] OO.o Bugzilla Now Supported at Apache

2011-09-03 Thread Dennis E. Hamilton
FYI for those who have an interest in checking previously-reported bugs of theirs on OpenOffice.org. -Original Message- From: Dennis E. Hamilton [mailto:dennis.hamil...@acm.org] Sent: Saturday, September 03, 2011 17:45 To: us...@openoffice.org Subject: [ANNOUNCEMENT] OO.o Bugzilla Now

[Libreoffice] [PATCH] update configure.in

2011-09-03 Thread Peter Foley
This patch updates configure.in using recomendations from autoupdate 2.68. It also raises the required version of autoconf from 2.50 to 2.58 because versions of autoconf less then 2.58 don't work with the current configure.in. It also moves the generation of ooo.lst next to the other generated

Re: [Libreoffice] [PATCH] remove build.pl --gmake option refrences from Makefile

2011-09-03 Thread Norbert Thiebaud
On Sat, Sep 3, 2011 at 7:54 PM, Peter Foley pefol...@verizon.net wrote: The --gmake option was removed from build.pl in commit 4103138 This patch removes the remaining references from Makefile. yep, my mess. I did not clean-up completely... thanks for taking care of that. Could you be kind