Re: [Libreoffice] Missing vcl resource. This indicates that files vital to localization are missing. You might have a corrupt installation.

2011-01-29 Thread Norbert Thiebaud
On Fri, Jan 28, 2011 at 6:06 PM, David Dumaresq dfdumar...@gmail.com wrote: On 2011-01-28, at 12:03 PM, Caolán McNamara wrote: On Fri, 2011-01-28 at 09:59 -0800, David Dumaresq wrote: On 2011-01-28, at 4:02 AM, Caolán McNamara wrote: This is the problem, you should have a smen-US.res in

[Libreoffice] [PATCH] easyhacks: remove bogus comments

2011-01-29 Thread Suguru Hirahara
Hello, some comments related with revision control were removed. Please review the patch attached. released under LGPLv3+ / MPL. -- suguru hirahara luixx...@gmail.com 0001-easyhacks-remove-bogus-comments.patch Description: Binary data ___

Re: [Libreoffice] Installation instructions for source code release

2011-01-29 Thread Francois Tigeot
Hi, Thanks everyone for your answers. On Fri, Jan 28, 2011 at 10:03:42AM +, Michael Meeks wrote: On Fri, 2011-01-28 at 10:27 +0100, Francois Tigeot wrote: Well, I may become a package maintainer in the future but for that I need to be able to build LO from the released sources first.

[Libreoffice] [PATCH] Add support for DragonFly in configure.in

2011-01-29 Thread Francois Tigeot
This patch adds support for DragonFly to bootstrap/configure.in DragonFly is a BSD-derived operating system: http://www.dragonflybsd.org/ -- Francois Tigeot diff --git a/configure.in b/configure.in index be8aa6c..e5b94fe 100755 --- a/configure.in +++ b/configure.in @@ -1530,6 +1530,15 @@ case

[Libreoffice] (no subject)

2011-01-29 Thread Jean-Francois Willem
___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] Utility to scan for some faults in Thesaurus files

2011-01-29 Thread Steve Butler
Hi, The l10n guys said they needed this utility in git as their list does not allow attachments. I will leave it up to your wisdom as to where to put it. A brief description of what it does: I have made some assumptions about the file format to look for the common errors I found: 1. A line that

Re: [Libreoffice] Installation instructions for source code release

2011-01-29 Thread Enrico Weigelt
* Michael Meeks michael.me...@novell.com schrieb: Sure - and we are trying to fill out this niche; primarily by moving (slowly) towards a split build [ in fact openSUSE does this already ], whereby you can re-build and develop only one piece at a time - which is quicker: ie. just

[Libreoffice] Should the Thesaurus/mythes use a precomputed index (installer file size)

2011-01-29 Thread Steve Butler
Hi Michael,        Then 'mythes' seems to be used in lingucomponent/ somewhere - I suppose that is where to be digging for the user code. I suspect if we can read and index this file in two seconds - and it is used in response to user input - there may not really be a lot of value in

Re: [Libreoffice] [PUSHED] remove unused declaration - an unlikely fix for armel segfault in regcomp

2011-01-29 Thread Caolán McNamara
On Thu, 2011-01-27 at 20:13 +0200, Jani Monoses wrote: What about using GCC atomic builtins like in the attached patch? Excellent, the pthread fallback always niggled me. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice] Kicking off 3rdparty packages

2011-01-29 Thread Enrico Weigelt
Hi folks, one of the things which always unnverved me most in OO is the fact that it ships own copies of dozens of standard 3rd-party packages, often very outdated and patched-to-death. Obviously this is a nightmare for package engineering. I'm currently in process of identifying those and

Re: [Libreoffice] [PATCH] Easy hacks: remove double line spacing

2011-01-29 Thread Guillaume
Le samedi 29 janvier 2011 à 01:31 +0100, Jonathan Aquilina a écrit : On 1/29/11 12:28 AM, Guillaume wrote: Hi, I removed some empty lines in few files for my first patch. I'll continue if it's ok. Regards Guillaume ___ LibreOffice

[Libreoffice] [Bug 32894] [Task] LibreOffice 3.3.1 release blockers / stoppers

2011-01-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32894 Bug 32894 depends on bug 33249, which changed state. Bug 33249 Summary: LibreOffice redirect contributors to OpenOffice.org. https://bugs.freedesktop.org/show_bug.cgi?id=33249 What|Old Value |New Value

[Libreoffice] In need of windows packaging team...

2011-01-29 Thread Markus Stenzel
Hi all, can anyone please send me contact information of the Windows packaging team? And just in case they’re reading this list: I’m badly in need of a smaller setup supporting German language (only) for inclusion on a free tool CD aimed at students, the CD ‘OpenSource im Studium’[1]. I

Re: [Libreoffice] [PATCH] Easy hacks: remove double line spacing

2011-01-29 Thread Jonathan Aquilina
On 1/29/11 3:42 PM, Guillaume wrote: Le samedi 29 janvier 2011 à 15:27 +0100, Jonathan Aquilina a écrit : On 1/29/11 2:45 PM, Guillaume wrote: Le samedi 29 janvier 2011 à 01:31 +0100, Jonathan Aquilina a écrit : On 1/29/11 12:28 AM, Guillaume wrote: Hi, I removed some empty lines in few

[Libreoffice] How to use gprof on LibO?

2011-01-29 Thread Soeren Moeller
Hi In our effort of replacing deprecated data types from tools/ by std:: types we would like to use gprof for profiling (to choose the right data types). But unfortunately, we don't know to set the -pg flag, and where the gmon.out file would go. Has anyone of you experiences with profiling LibO,

Re: [Libreoffice] [PATCH] Easy hacks: remove double line spacing

2011-01-29 Thread Guillaume
Le samedi 29 janvier 2011 à 15:42 +0100, Jonathan Aquilina a écrit : On 1/29/11 3:42 PM, Guillaume wrote: Le samedi 29 janvier 2011 à 15:27 +0100, Jonathan Aquilina a écrit : On 1/29/11 2:45 PM, Guillaume wrote: Le samedi 29 janvier 2011 à 01:31 +0100, Jonathan Aquilina a écrit : On

[Libreoffice] [PATCH] Commented out some unused functions in calc

2011-01-29 Thread Alfonso Eusebio
Hi, I've been going through the list of identified unused functions in calc and commenting out those that don't seem to be used anywhere. Attached is the patch (LGPLv3+/MPL) that comments out some 10 functions and a text file with those investigated so far, and the results. I chose to comment

Re: [Libreoffice] Kicking off 3rdparty packages

2011-01-29 Thread Tor Lillqvist
it ships own copies of dozens of standard 3rd-party packages, standard from the viewpoint of up-to-date Linux distros, that is. Don't forget that LibreOffice is supposed to run also on not-so-up-to-date Linux installations. (As far as I know, the generic Linux build of LibreOffice is, or am I

Re: [Libreoffice] [PUSHED] Re: SmNodeToTextVisitor Fixes

2011-01-29 Thread Jonas Finnemann Jensen
Hi Luke, Really sorry for not giving this any attention for so long. No worry... I've been busy with exams for the most of January... Though, I hope I had a break through with the newline-? bug, yesterday... Removing the brackets from the SmOperNodes was a pretty bad, so they can just go

Re: [Libreoffice] Installation instructions for source code release

2011-01-29 Thread Caolán McNamara
On Sat, 2011-01-29 at 12:33 +0100, Enrico Weigelt wrote: Just had a look at the 'bootstrap' tree: it contains a full copy of dmake (even worse: with utogenerated files ;-o) - that would be my firt candidate for being kicked out. Generic buildtools should never be bundled into individual

Re: [Libreoffice] Kicking off 3rdparty packages

2011-01-29 Thread Rene Engelhard
Hi, On Sat, Jan 29, 2011 at 04:59:27PM +0100, Rene Engelhard wrote: On Sat, Jan 29, 2011 at 08:36:35AM -0700, Tor Lillqvist wrote: it ships own copies of dozens of standard 3rd-party packages, standard from the viewpoint of up-to-date Linux distros, that is. Don't forget that

Re: [Libreoffice] Kicking off 3rdparty packages

2011-01-29 Thread Rene Engelhard
Hi, On Sat, Jan 29, 2011 at 08:36:35AM -0700, Tor Lillqvist wrote: And of course, various other Unixes too (although I don't know if we have any active builders/packagers except for BSDs), on which one can be even les sure that there are up-to-date standard 3rd-party packages available.

Re: [Libreoffice] Kicking off 3rdparty packages

2011-01-29 Thread Francois Tigeot
On Sat, Jan 29, 2011 at 08:36:35AM -0700, Tor Lillqvist wrote: it ships own copies of dozens of standard 3rd-party packages, standard from the viewpoint of up-to-date Linux distros, that is. Don't forget that LibreOffice is supposed to run also on not-so-up-to-date Linux installations.

Re: [Libreoffice] Kicking off 3rdparty packages

2011-01-29 Thread Enrico Weigelt
* Francois Tigeot ftig...@wolfpond.org schrieb: There are all sorts of solutions: - using the vendor framework (if they still care/are alive) - installation by hand (configure / make / make install) - lightweight management with tools such as stow:

Re: [Libreoffice] [PATCH] Replaced tools/list with std::list in ScAddInListener

2011-01-29 Thread Soeren Moeller
Hi Now we have replaced tools/list with std::list in ScAddInListener, here we used a list, as there is adding, removing, and searching on this list, and no clear way to sort the elements. The patch comes in three files: 0001 Replacing deprecated data types from solar.h 0002 Cleaning up the

Re: [Libreoffice] In need of windows packaging team...

2011-01-29 Thread Andrés Domínguez
2011/1/29 Markus Stenzel m.sten...@hostingundservice.de: Hi all, can anyone please send me contact information of the Windows packaging team? I'm not a windows packaging team  member, but i'll try to help. I’m badly in need of a smaller setup supporting German language (only) for inclusion

Re: [Libreoffice] Kicking off 3rdparty packages

2011-01-29 Thread Tor Lillqvist
IMHO, there's no reason to include old versions of third-party packages in LibreOffice proper. Please, are you talking about third-party source code included in the LibreOffice source code (git repositories), source code downloaded as part of the build process (unless one tells it to use a

[Libreoffice] cppcheck clean ups

2011-01-29 Thread Andy Holder
More simple cpp check clean ups. AndyFrom ddd64b735bc5dfecb8a7a2838072003e2b36bb26 Mon Sep 17 00:00:00 2001 From: Andy Holder andy.m.hol...@gmail.com Date: Sat, 29 Jan 2011 16:55:22 + Subject: [PATCH] cppcheck: Prefer prefix ++/-- operators --- vcl/win/source/gdi/salgdi3.cxx |2 +- 1

[Libreoffice] [PATCH 3/3] translated German comments in connectivity/inc/connectivity/sqlparse.hxx

2011-01-29 Thread Tobias Rosenberger
--- connectivity/inc/connectivity/sqlparse.hxx | 15 +++ 1 files changed, 7 insertions(+), 8 deletions(-) diff --git a/connectivity/inc/connectivity/sqlparse.hxx b/connectivity/inc/connectivity/sqlparse.hxx index d55c555..531f1ac 100644 ---

[Libreoffice] [PATCH 2/3] translated German comments in connectivity/inc/connectivity/sqlnode.hxx

2011-01-29 Thread Tobias Rosenberger
--- connectivity/inc/connectivity/sqlnode.hxx | 39 - 1 files changed, 16 insertions(+), 23 deletions(-) diff --git a/connectivity/inc/connectivity/sqlnode.hxx b/connectivity/inc/connectivity/sqlnode.hxx index 18069e2..1f370c1 100644 ---

[Libreoffice] [PATCH 1/3] translated german comments in connectivity/inc/connectivity/sqliterator.hxx

2011-01-29 Thread Tobias Rosenberger
--- connectivity/inc/connectivity/sqliterator.hxx | 30 +++- 1 files changed, 14 insertions(+), 16 deletions(-) diff --git a/connectivity/inc/connectivity/sqliterator.hxx b/connectivity/inc/connectivity/sqliterator.hxx index 6512752..0593aa1 100644 ---

[Libreoffice] translated German comments in libs-core repo

2011-01-29 Thread Tobias Rosenberger
I translated the German comments in the libs-core repo in connectivity/inc/. Changes are available under LGPLv3+/MPL. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] In need of windows packaging team...

2011-01-29 Thread Tor Lillqvist
I am not on the Windows packaging team (but some of my colleagues are), and I can't reply for them. I think some hairy political issues are involved, my personal opinions below... I think a problem here is that if the packaging team would agree to provide you with such a German-only build,

Re: [Libreoffice] A file to show 8192 discontinuities crashes Calc

2011-01-29 Thread Andrea Pescetti
r_ouellette wrote: I checked with LO 3.3 final version (RC4) and the problem remains... It is a regression from previous OpenOffice.org (before LO) where the file was correctly calculated. Indeed this is one of a very small set (2-3) of bugs that were fixed in OpenOffice.org 3.3 (to be

[Libreoffice] [PATCH] [PUSHED] Easy hacks: remove double line spacing

2011-01-29 Thread Christina Roßmanith
Hi Jonathan, I expected that there are people working on this topic because there are so many files already striked out on the list in the wiki (and there were many pushed messages on #libreoffice the last days). So I took one not immediately adjacent to the last striked out, hoping not to

Re: [Libreoffice] [PATCH] [PUSHED] Easy hacks: remove double line spacing

2011-01-29 Thread Jonathan Aquilina
On 1/29/11 9:30 PM, Christina Roßmanith wrote: Hi Jonathan, I expected that there are people working on this topic because there are so many files already striked out on the list in the wiki (and there were many pushed messages on #libreoffice the last days). So I took one not immediately

Re: [Libreoffice] Utility to scan for some faults in Thesaurus files

2011-01-29 Thread Andrea Pescetti
Steve Butler wrote: The l10n guys said they needed this utility in git as their list does not allow attachments. I will leave it up to your wisdom as to where to put it. Thanks, I just used the version you attached to test the Italian thesaurus th_it_IT_v2.dat, that I maintain, and

Re: [Libreoffice] [PATCH] Easy hacks: removed double line spacing (and some dead code)

2011-01-29 Thread Jonathan Aquilina
On 1/29/11 10:30 PM, Christina Roßmanith wrote: Hi, I'll strike out the files I've fixed on the list. Christina ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice much

Re: [Libreoffice] LibreOffice and (La)Tex

2011-01-29 Thread Wols Lists
On 28/01/11 09:21, Michael Meeks wrote: Hi Alexander, On Fri, 2011-01-28 at 02:52 +0300, Alexander wrote: I want to suggest to add in LO support LaTeX as formulas generator. Instead or jointly of Math. .. Currently, LO inherited old non-wide used StarOffice syntax for formulas. So

Re: [Libreoffice] [PUSHED] cpp cleanliness: fixed some memleaks binfilter

2011-01-29 Thread Kenneth Venken
2011/1/28 Michael Meeks michael.me...@novell.com Hi there, On Thu, 2011-01-27 at 20:55 +0100, Kenneth Venken wrote: these patches remove some comments from ./filters/binfilter/bf_svx/source/editeng/svx_editobj.cxx and I've pushed these two. fixes two memleaks. But

[Libreoffice] [PATCH] added translation to description.xml

2011-01-29 Thread Clio
added Russian translation to dictionaries/ru_RU/description.xml From 602f1a9a22b18dc936230b7733f3d9650806e08d Mon Sep 17 00:00:00 2001 From: Clio mene...@bk.ru Date: Sat, 29 Jan 2011 19:42:14 -0400 Subject: [PATCH] Added Russian translation to description.xml ---

[Libreoffice] [PATCH] Cpp Cleanliness: unread variable

2011-01-29 Thread Kenneth Venken
hi, this removes unread variable pTargetPage from ./impress/sd/source/core/drawdoc2.cxxhttp://libreoffice.boldandbusted.com/368.html -- Kenneth From 790ae5ce71d14ce6100fc97d81b24f960e8323d5 Mon Sep 17 00:00:00 2001 From: Kenneth Venken kenneth.ven...@gmail.com Date: Sun, 30 Jan 2011 01:05:55

[Libreoffice] [PATCH: 2] Cpp Cleanliness: unread variable

2011-01-29 Thread Kenneth Venken
Hi, this removes the unreadVariable lame_frame_size in ./filters/filter/source/flash/swfwriter.cxxhttp://libreoffice.boldandbusted.com/269.html -- Kenneth From 10e64f12f50fb2186676b053d9d130fdbccaf91b Mon Sep 17 00:00:00 2001 From: Kenneth Venken kenneth.ven...@gmail.com Date: Sun, 30 Jan 2011