Re: [Libreoffice] Wanted Presenter Screen

2011-01-11 Thread Rene Engelhard
On Wed, Jan 12, 2011 at 02:13:15AM +0100, Rene Engelhard wrote: > My build log says the following in the build: [...] > cat description.tmp | sed s/UPDATED_PLATFORM/linux_x86_64/ > > ../../unxlngx6.pro/misc/PresenterScreen/description.xml > ^

Re: [Libreoffice] [PATCH] [PUSHED] remove dead codes never passed through even in case of MACOSX

2011-01-11 Thread Takeshi Abe
Hi Kohei, On Mon, 10 Jan 2011 14:45:01 -0500, Kohei Yoshida wrote: > Sorry it took us this long to reply. I was hoping that someone with Mac > build to verify, but even by looking at the code without run-time > testing it's easy to see your argument, and I agree with what you say. > > Pushed to

Re: [Libreoffice] Wanted Presenter Screen

2011-01-11 Thread Rene Engelhard
Hi, On Tue, Jan 11, 2011 at 02:13:59PM +0100, Jean-Baptiste Faure wrote: > Do you know where Presenter Screen is in rc2 ? > > Under Linux it is installed in /opt/libreoffice/share/extensions but > does not appear in Extensions Manager et seems to not work. ACK. Installed but not in extension man

Re: [Libreoffice] [PATCH] [PUSHED] Really use BrOffice in the linux desktop files

2011-01-11 Thread Thorsten Behrens
-- Thorsten pgpZXXbMRns5g.pgp Description: PGP signature ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] Bug triaging - bugs in OOo code base

2011-01-11 Thread Thorsten Behrens
Wols Lists wrote: > But all this is my personal imho, so don't take this as a guideline > unless nobody else chips in with a more definitive statement ... > Nothing definitive either, but to me, you make perfect sense here. :) Cheers, -- Thorsten pgpmrUCDuAA2e.pgp Description: PGP signature __

Re: [Libreoffice] Splitting up source/header files for clarity

2011-01-11 Thread Thorsten Behrens
Soeren Moeller wrote: > > I have now splitted the implementation of funcdesc.hxx out into a new > > source file funcdesc.cxx. > Hi Soeren, first off, many thanks for going to clean this up, your work here is much appreciated! That split so far looks good. > > In the process I also have extracted

Re: [Libreoffice] [PATCH] new cppcheck cleaning in cppu and cppuhelper + error in compilation

2011-01-11 Thread Julien Nabet
Le 11/01/2011 23:16, Julien Nabet a écrit : Hello, Here is a patch for cppcheck cleaning for cppu and cppuhelper Compiling these modules was ok I don't if it's a link but I had this in testtools (event after a rm -rf unxlngi6.pro/ ) : ./constructors.uno.so register component './bridgetest.uno

[Libreoffice] [PATCH] new cppcheck cleaning in cppu and cppuhelper + error in compilation

2011-01-11 Thread Julien Nabet
Hello, Here is a patch for cppcheck cleaning for cppu and cppuhelper Compiling these modules was ok I don't if it's a link but I had this in testtools (event after a rm -rf unxlngi6.pro/ ) : ./constructors.uno.so register component './bridgetest.uno.so' in registry 'uno_services.rdb' successf

Re: [Libreoffice] Splitting up source/header files for clarity

2011-01-11 Thread Soeren Moeller
I have now splitted the implementation of funcdesc.hxx out into a new source file funcdesc.cxx. In the process I also have extracted two new header files for classes previously defined in global.cxx. I have corrected all includes and the result compiles for me, I have added the new source file to t

[Libreoffice] [PUSHED] Re: [PATCH] Remove unused code

2011-01-11 Thread Caolán McNamara
On Tue, 2011-01-11 at 22:23 +0100, Anders Jonsson wrote: > Some more commented code, this time in calc. All code has been commented > out at least since 2005. Looks good, pushed, thanks for this. >From the patch, it seems that means that ScRedlineOptionsTabPage is now an empty function that just

Re: [Libreoffice] [PUSHED] De-Java-ise flat XML export

2011-01-11 Thread Peter Jentsch
Hi Michael, On Tue, 11 Jan 2011 15:28:31 +, Michael Meeks wrote: [...] > > Good work. I believe we had some bug with a missing association > with .fodt .fods and .fodp etc. on Windows (and elsewhere) - since we > could not be confident that the filter would work; now we can. Any > cha

[Libreoffice] [PATCH] Remove unused code

2011-01-11 Thread Anders Jonsson
Some more commented code, this time in calc. All code has been commented out at least since 2005. Anders Jonsson, (LGPLv3+,MPL) >From 732c13e33612b80ce4e4479698e0710f791de2c4 Mon Sep 17 00:00:00 2001 From: Anders Jonsson Date: Tue, 11 Jan 2011 22:17:44 +0100 Subject: Remove commented code --- s

[Libreoffice] [PUSHED] Re: [PATCH] Translated comments from German to English / Removed unnecessary comments

2011-01-11 Thread Caolán McNamara
On Tue, 2011-01-11 at 21:57 +0100, Christina Roßmanith wrote: > Hi, > > some translations and removed comments. Looks good, pushed, thanks for this. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman

[Libreoffice] [PUSHED] Re: [PATCH] cppcheck cleaning in xmlsecurity

2011-01-11 Thread Caolán McNamara
On Tue, 2011-01-11 at 21:45 +0100, Julien Nabet wrote: > Hello, > > Here is a patch for cppcheck cleaning in xmlsecurity > Compiling was ok Looks good to me, mscrypt stuff is windows only, but looks trivial enough that it should build there. Pushed, thanks for this. C. _

[Libreoffice] [PATCH] Translated comments from German to English / Removed unnecessary comments

2011-01-11 Thread Christina Roßmanith
Hi, some translations and removed comments. Christina >From 35effb9535c170a3bedbb55b941d5d59b4aac8cb Mon Sep 17 00:00:00 2001 From: Christina Rossmanith Date: Tue, 11 Jan 2011 21:53:29 +0100 Subject: [PATCH] Translated comments from German to English / Removed unnecessary comments --- sc/inc/

[Libreoffice] [PATCH] cppcheck cleaning in xmlsecurity

2011-01-11 Thread Julien Nabet
Hello, Here is a patch for cppcheck cleaning in xmlsecurity Compiling was ok Julien (LGPLv3+ / MPL) commit 4258d2cdd4ecfba8dfe76ad19da998777c8056f4 Author: Julien Nabet Date: Tue Jan 11 21:40:43 2011 +0100 Some cppcheck cleaning diff --git a/xmlsecurity/source/xmlsec/mscrypt/securityen

Re: [Libreoffice] Localizations of UI and help - what languages does LibO support?

2011-01-11 Thread Wols Lists
On 06/01/11 11:14, Andras Timar wrote: > * Gaelic (Scots) (gd), Kirghiz (ky), Lao (lo), Malay (ms), Papiamento > (pap), Pushto (ps), ??? (sc), Tigrinya (ti), and Urdu (ur) are included > despite the fact that in the source there are no translations at all in > these languages, so you basically pack

[Libreoffice] Review request

2011-01-11 Thread Cedric Bosdonnat
Hello, I'ld like to get a crasher fix around the enhanced fields into libreoffice-3-3 branch... Could anyone review and cherry-pick this commit? http://cgit.freedesktop.org/libreoffice/writer/commit/?id=0921bd5dc88dfd212fc5a332e0902347377be119 Thanks, -- Cédric Bosdonnat LibreOffice hacker htt

[Libreoffice] development summary: year 2011, week 1

2011-01-11 Thread Petr Mladek
Hi, this time a brief summary of what happened during the 1st week in 2011 on LibreOffice repositories and the living branches. bugfixes---.txt lists all commits that reference a proper bug id from a variety of trackers, i.e. #i... referring to the OpenOffice issuezilla, fdo# to freedesktop, rhbz

Re: [Libreoffice] Horizontal glyph adjustments are ignored with ICU layout

2011-01-11 Thread Khaled Hosny
On Sat, Jan 08, 2011 at 11:14:49AM +0630, Keith Stribley wrote: > Hi Khaled, Michael, > > On 07/01/2011 8:21 PM, Michael Meeks wrote: > > > > Drat; we took ages to reply. I suspect Thorsten might be able to help, > >but failing that the best text expert I'm aware of is Tim (CC'd) who may > >be

[Libreoffice] [PUSHED] De-Java-ise flat XML export

2011-01-11 Thread Michael Meeks
Hi Peter, On Mon, 2011-01-10 at 21:45 +0100, Peter Jentsch wrote: > I'm sending two more patches which aim to replace the xslt based flat > xml filter implementation by a different one directly interfacing with > the xml filter framework. It's actually simply copied from the ODK > example and only

[Libreoffice] [PUSHED] De-Java-ise flat XML export

2011-01-11 Thread Michael Meeks
Hi Peter, Jan is on vacation for a week; so you get me instead :-) On Fri, 2011-01-07 at 22:03 +0100, Peter Jentsch wrote: > here's another patch: split-long-lines.xsl seems to be missing from the > list of files in file_xsltfilter.scp. The attached patch should fix > that. Wond

[Libreoffice] [PUSHED] Remove commented code

2011-01-11 Thread Michael Meeks
Hi Anders, On Tue, 2011-01-11 at 11:36 +0100, Anders Jonsson wrote: > This patch removes unused code from filters. All code has been commented > out at least since 2005. Lovely; pushed, Thanks ! :-) Michael. -- michael.me...@novell.com <><, Pseudo Engineer, i

[Libreoffice] cppcheck: ignore "The class 'X' does not have a constructor"

2011-01-11 Thread Caolán McNamara
Ignore those warnings for now, cppcheck 1.47 will fix (probably all/more of) them, see http://sourceforge.net/apps/trac/cppcheck/ticket/2307 for details. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mail

[Libreoffice] Wanted Presenter Screen

2011-01-11 Thread Jean-Baptiste Faure
Hi all, Do you know where Presenter Screen is in rc2 ? Under Linux it is installed in /opt/libreoffice/share/extensions but does not appear in Extensions Manager et seems to not work. Had I been missing something ? Best regards JBF -- Seuls des formats ouverts peuvent assurer la pérennité de

[Libreoffice] [PUSHED] Re: [PATCH] Translations in sw/inc/doc.hxx

2011-01-11 Thread Caolán McNamara
On Mon, 2011-01-10 at 16:27 +0100, Christoph Herzog wrote: > Subject: [PATCH] Translations in sw/inc/doc.hxx Looks good to me, all pushed, thanks for this. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/m

[Libreoffice] [PUSHED] Re: [PATCH] Translations sw/inc: crsrsh.hxx, cshtyp.hxx

2011-01-11 Thread Caolán McNamara
On Mon, 2011-01-10 at 16:07 +0100, Christoph Herzog wrote: > Subject: [PATCH] Translations sw/inc: crsrsh.hxx, cshtyp.hxx Excellent, thanks for these, pushed now. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedeskto

[Libreoffice] [PUSHED] Re: [PATCH] 3 more translations in writer/sw/inc

2011-01-11 Thread Caolán McNamara
On Mon, 2011-01-10 at 15:59 +0100, Christoph Herzog wrote: > Subject: [PATCH] 3 more translations in writer/sw/inc Looks good, thanks for this, pushed. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailm

[Libreoffice] [PUSHED] Re: [PATCH] Minor translations of comments for 3 files in writer/sw/inc

2011-01-11 Thread Caolán McNamara
Looks reasonable to me, pushed, thanks for this. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PUSHED, partial] Re: [PATCH] cppcheck changes at writer

2011-01-11 Thread Caolán McNamara
Hmm, the first hunk adds a "delete pFmt" fix. I believe that's a false positive from cppcheck, the pFmt comes from MakeSectionFmt and the returned pFmt is placed on pSectionFmtTbl before being returned and pSectionFmtTbl owns it and will release it later on. So I remove that hunk. The itemset fro

Re: [Libreoffice] [PATCH] [REWORKED][PUSHED] Standard-color-palette-updates

2011-01-11 Thread Bernhard Dippold
Hi Petr, all, Petr Mladek schrieb: Bernhard Dippold píše v Út 11. 01. 2011 v 00:37 +0100: Hi Petr, Kami, all, Petr Mladek schrieb: Kálmán „KAMI” Szalai píše v So 08. 01. 2011 v 15:28 +0100: Hi All, Updated patch, Remove LibreOffice colors from standard, and updates libreoffice.soc with lat

[Libreoffice] [PATCH] Remove commented code

2011-01-11 Thread Anders Jonsson
This patch removes unused code from filters. All code has been commented out at least since 2005. Anders Jonsson, (LGPLv3+,MPL) >From 60c2f1e10f45fc0b584df713ff4b269978613580 Mon Sep 17 00:00:00 2001 From: Anders Jonsson Date: Tue, 11 Jan 2011 11:20:36 +0100 Subject: Remove commented code --- b

Re: [Libreoffice] [PATCH] [PUSHED] Changed String to OUString in funcdesc.hxx

2011-01-11 Thread Soeren Moeller
Thank you for pushing the patches, and your tidying up of them. My reason for doing the conversion from String to OUString in ResId instead of global.cxx was to move the dependency on String from sc/ to tools/ as I tried to remove all String dependencies in (that part of) global.cxx, and feeling it

Re: [Libreoffice] [PATCH] [REWORKED][PUSHED] Standard-color-palette-updates

2011-01-11 Thread Petr Mladek
Bernhard Dippold píše v Út 11. 01. 2011 v 00:37 +0100: > Hi Petr, Kami, all, > > Petr Mladek schrieb: > > Kálmán „KAMI” Szalai píše v So 08. 01. 2011 v 15:28 +0100: > >> Hi All, > >> > >> Updated patch, > >> > >> Remove LibreOffice colors from standard, and updates libreoffice.soc > >> with latest

[Libreoffice] [Bug 31865] [Task]: LibreOffice 3.3 release blockers / stoppers

2011-01-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31865 --- Comment #59 from Igor Kovalyov 2011-01-11 00:58:12 PST --- (In reply to comment #52) > Removing the bug #31820. The extensions registration fails only in some > strange > circumstances. It does not affect the base function... I have error