Re: [Libreoffice] Duplicate code: hwpreader.cxx

2011-06-07 Thread Christina Rossmanith
Hi, > > How do you find these cut/paste monsters ? :-) Once upon a time the easy hacks list had a topic "SIMIAN" (similarity analyser). Now it's gone, don't know why, don't know when, don't know where... It was quite nice because it had the precise instructions how to invoke simian. So y

Re: [Libreoffice] [REVIEWED] Complete fix for fdo#32684

2011-06-07 Thread David Tardon
On Mon, Jun 06, 2011 at 12:40:56PM +0200, Cedric Bosdonnat wrote: > Hi all, > > On Mon, 2011-05-23 at 12:55 +0200, Cedric Bosdonnat wrote: > > That bug was badly fixed (by me) quite some times ago. Here is a correct > > fix (why did I add that code at all ?). Could you review it and push it > > in

[Libreoffice] [REVIEW] Fix for fdo#37947

2011-06-07 Thread Kohei Yoshida
Hi there, I'd like to cherry-pick this to the -3-4 branch http://cgit.freedesktop.org/libreoffice/calc/commit/?id=8c02d7e41b5406471ede62099fceac5c8ce17fe4 This fixes https://bugs.freedesktop.org/show_bug.cgi?id=37947 The change is not small; however the gist of the change is to move the sheet

Re: [Libreoffice] [PATCH] Replace List for vector<> in sc

2011-06-07 Thread Rafael Dominguez
On Tue, Jun 7, 2011 at 8:19 PM, Rafael Dominguez wrote: > > >> Also haven't pushed >> 0002-Replace-List-with-std-vector-XclExpUserBView.calc.patch because I >> am not sure about >> >> --- cut --- >> XclExpUserBViewList::XclExpUserBViewList( const ScChangeTrack& >> rChangeTrack ) >> +: aViews(

Re: [Libreoffice] [PATCH] Replace List for vector<> in sc

2011-06-07 Thread Rafael Dominguez
Fix adding NULL objects to ExcEScenarioManager. From 1678fb943a191ede8beacdaa57a94bc52313e7b6 Mon Sep 17 00:00:00 2001 From: Rafael Dominguez Date: Tue, 7 Jun 2011 16:36:26 -0430 Subject: [PATCH 1/2] Only add non-null scenes to manager. --- sc/source/filter/xcl97/xcl97rec.cxx | 13 +---

Re: [Libreoffice] [PATCH] Replace List for vector<> in sc

2011-06-07 Thread Rafael Dominguez
> > Also haven't pushed > 0002-Replace-List-with-std-vector-XclExpUserBView.calc.patch because I > am not sure about > > --- cut --- > XclExpUserBViewList::XclExpUserBViewList( const ScChangeTrack& > rChangeTrack ) > +: aViews(rChangeTrack.GetUserCollection().GetCount()) > [...] > -

Re: [Libreoffice] [PATCH] Replace List for vector<> in sc

2011-06-07 Thread Rafael Dominguez
Made a new patch, with the fixes now im using size_t to handle size, also ensuring we dont add a null object. From 5150ccd35013ab47f6a01cc58d9eb802b5d22ae0 Mon Sep 17 00:00:00 2001 From: Rafael Dominguez Date: Tue, 7 Jun 2011 19:00:29 -0430 Subject: [PATCH] Replace List with std::vector. --- sc/

Re: [Libreoffice] [Libreoffice-ux-advise] Performance improvements for calcs' sheet actions

2011-06-07 Thread Christoph Noack
Hi all! Let's add some more issues ... and thoughts :-) Am Dienstag, den 07.06.2011, 15:02 +0100 schrieb Michael Meeks: > Hi Cor, > > On Mon, 2011-06-06 at 20:41 +0200, Cor Nouws wrote: > > >> So, I wonder if the UX guys don't mind us never updating a progress bar > > >> more than twice per sec

Re: [Libreoffice] Trouble building the redland module on mac

2011-06-07 Thread Thorsten Behrens
William Lachance wrote: > Christian suggested modifying the configure script not to use > xml2-config/xslt-config at all. Here's a patch which does exactly that. I'm > not exactly thrilled by the size/complexity of this patch for what it does, > but at the same time it does seem a bit crazy for LO

Re: [Libreoffice] [GSoC] Re: KCachegrind

2011-06-07 Thread Michael Meeks
Hi Matus, On Tue, 2011-06-07 at 20:52 +0200, Matúš Kukan wrote: > Unfortunately not. When we call func1 from main, we don't know how > much of the inclusive cost is from func1 and how much from other lower > functions func1 is calling (in this case func2) so we don't know how > much to add to main

Re: [Libreoffice] Patch to help text to document use of [] in time formats

2011-06-07 Thread Karl O. Pinc
On 06/07/2011 03:19:51 PM, Andras Timar wrote: > Hi Karl, > > 2011/6/7 Karl O. Pinc : > > On 06/07/2011 10:58:52 AM, Andras Timar wrote: > >> > >> id attributes are required for localization. id can be anything, > but > >> has to be unique within a file. Can you please add the id's? Also > > > > H

Re: [Libreoffice] [patch] remove duplicate placeholder icons

2011-06-07 Thread Norbert Thiebaud
2011/6/7 Joachim Trémouroux : > Hi everybody, > > I have made some stats to check the number of duplicate icons in the > clone/artwork directory: > > $ find . -name "*.png" -exec md5sum {} \; > /tmp/icon_list.txt > Nice work... you could also use : git ls-tree -r HEAD that will give you both the

[Libreoffice] [PATCH] Replace DBG_ with OSL in writer and remove debug.hxx

2011-06-07 Thread Jacek Wolszczak
Hi, 0001-Replace-DBG_-stuff-with-OSL_-equivalents-in-writer -- removes some last leftovers of DBG -> OSL conversion in writer 0002-Remove-the-remaining-debug.hxx-includes-in-writer has to be applied along with 0001-Replace-DBG_ASSERT-with-OSL_ENSURE-in-svl-inc-svl-sv -- and this way we completely

Re: [Libreoffice] [PATCH] Replace List for vector<> in sc

2011-06-07 Thread Tor Lillqvist
> (I dislike using uIntPtr for things that are not even remotely related > to the need to convert pointer to scalar or vice-versa,) I agree very much. Plain "int" is easy on the eye. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] Patch to help text to document use of [] in time formats

2011-06-07 Thread Andras Timar
Hi Karl, 2011/6/7 Karl O. Pinc : > On 06/07/2011 10:58:52 AM, Andras Timar wrote: >> >> id attributes are required for localization. id can be anything, but >> has to be unique within a file. Can you please add the id's? Also > > Here's another version of the same patch this time with id > attribu

Re: [Libreoffice] [PATCH] Replace List for vector<> in sc

2011-06-07 Thread Norbert Thiebaud
On Tue, Jun 7, 2011 at 12:32 PM, Petr Mladek wrote: > I havn't pushed 0001-Replace-List-for-std-vector-XclObj.patch because I am > not sure about > > --- cut --- > +     inline sal_uInt16 size () const { return > static_cast(maObjs.size()); } > --- cut --- > > If I understand it correctly, it is

Re: [Libreoffice] [Patch] it needs to be check by libreoffice guru

2011-06-07 Thread Christian Lohmaier
Hi *, On Tue, Jun 7, 2011 at 8:44 PM, Petr Mladek wrote: > Dimitri Duc píše v Ne 05. 06. 2011 v 18:06 +0200: > > Christian. Thorsten, what do you think about it? > > Do we want to go even further and set X11LINK_DYNAMIC in > solenv/inc/unxmacx.mk? Definitely not. Mac doesn't need to comile again

Re: [Libreoffice] [GSoC] Re: KCachegrind

2011-06-07 Thread Matúš Kukan
Hello, On 6 June 2011 23:29, Michael Meeks wrote: >> If we would like to 'hide' just func1 there is no way to include its >> cost into main because it's calling func2, which is not hidden. > >        True - then again, we could make func1 of zero cost - pushing all its > self cycles up into its c

Re: [Libreoffice] [patch] remove duplicate placeholder icons

2011-06-07 Thread Michael Meeks
Hi Joachim, On Tue, 2011-06-07 at 20:27 +0200, Joachim Trémouroux wrote: > I have made some stats to check the number of duplicate icons in the > clone/artwork directory: Nice thinking :-) your methodology looks good, and your patches look good - please do push them (I'm assuming you have

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

2011-06-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 --- Comment #142 from Olivier Hallot 2011-06-07 11:48:04 PDT --- Nominating bug 37693 as unacceptable table border line behaviour / rendering -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving

Re: [Libreoffice] Merge of branch feature/unlimited-number-of-sheets to master

2011-06-07 Thread Michael Meeks
On Tue, 2011-06-07 at 05:30 +0200, Markus Mohrhard wrote: > Calc should now be faster, but we were not able to remove the limit, > only to increase it 32000 sheets because uno and libs-gui still use > sal_Int16 for sheet index. Hah :-) so we should collect these gotchas at: http:

Re: [Libreoffice] [Patch] it needs to be check by libreoffice guru

2011-06-07 Thread Petr Mladek
Dimitri Duc píše v Ne 05. 06. 2011 v 18:06 +0200: > Here the log files. > > The command from ./desktop/unxmacxi.pro/misc/oosplash.oosplash_1.cmd gives me > this error. It's missing "-L/usr/X11/lib -lX11" > > To compile libreOffice, Macport is disable. > > MacBook-Pro-de-Dimitri-Duc:~ dimitri$ca

Re: [Libreoffice] Duplicate code: hwpreader.cxx

2011-06-07 Thread Michael Meeks
Hi Christina, On Mon, 2011-06-06 at 09:13 +0200, Chr. Rossmanith wrote: > I had a look at the two methods > > void HwpReader::makeCaptionStyle(FBoxStyle * fstyle) and > void HwpReader::makeFStyle(FBoxStyle * fstyle) Wow - there is a nice big huge block of identical code there to share :-

Re: [Libreoffice] [PATCH] Replace List for vector<> in sc

2011-06-07 Thread Rafael Dominguez
Well been checking it again the whole patch, ill make a new one making sure i only adding non-null pointers for the XclExpUserBView. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [REVIEW] fdo#36990 fix layout of MSI Custom Install dialog (esp. German)

2011-06-07 Thread Andras Timar
2011/6/7 Andras Timar : > Hi, > > Can someone please review and cherry pick this patch to 3-4. > http://cgit.freedesktop.org/libreoffice/bootstrap/commit/?id=99a185425d0f19f2b9f4a2b5a6f1bfd279db0e0e > There are before/after screenshots at > https://bugs.freedesktop.org/show_bug.cgi?id=36990 Sorry,

Re: [Libreoffice] [PATCH 2/2] Translate german comments

2011-06-07 Thread Petr Mladek
Martin Kepplinger píše v Ne 05. 06. 2011 v 16:46 +0200: > Translate the remaining german code comments in writer/sw/source/ui/misc > to english! > > This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple > license. I see that you have already pushed this. Thanks for the cont

Re: [Libreoffice] [PATCH 1/2][PUSHED] Translate german comments

2011-06-07 Thread Petr Mladek
Martin Kepplinger píše v Ne 05. 06. 2011 v 16:46 +0200: > Translate a part of german code comments in writer/sw/source/ui/misc to > english! > > This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple > license. I see that you have already pushed this. Thanks for the contribu

[Libreoffice] [REVIEW] fdo#36990 fix layout of MSI Custom Install dialog (esp. German)

2011-06-07 Thread Andras Timar
Hi, Can someone please review and cherry pick this patch to 3-4. http://cgit.freedesktop.org/libreoffice/bootstrap/commit/?id=99a185425d0f19f2b9f4a2b5a6f1bfd279db0e0e There are before/after screenshots at https://bugs.freedesktop.org/show_bug.cgi?id=36990 Cheers, Andras __

Re: [Libreoffice] [REVIEW][PUSHED] templates and icons, small fixes

2011-06-07 Thread Petr Mladek
KAMI911 KAMI911 píše v So 04. 06. 2011 v 13:48 +0200: > Hi Developers, > > I pushed two patches to master. If you agree please cherry-pick into 3-4 too. I have cherry-picked all three commits to the libreoffice-3-4 branch. > First one is related to templates and common (language independent) > f

Re: [Libreoffice] [GSOC] Report #2: Java to Wizard

2011-06-07 Thread Michael Meeks
Hi Xisco, On Tue, 2011-06-07 at 17:35 +0200, Xisco Faulí wrote: > I have already something to show you this week. The python version > already loads the document preview and the wizard dialog. The code was > pushed by björn today Ooh - exciting :-) nice work. Are you improving the auto-co

Re: [Libreoffice] [PATCH] Replace List for vector<> in sc

2011-06-07 Thread Petr Mladek
Hi Rafael, I have pushed: 0003-Replace-List-for-std-vector-ExcEScenarioCell.calc.patch 0004-Make-read-only-functions-in-ExcEScenarioCell-co.calc.patch 0005-Replace-List-for-std-vector-ExcEScenario.calc.patch = I havn't pushed 0001-Replace-List-for

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

2011-06-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 38000, which changed state. Bug 38000 Summary: Document crash with a closing parenthesis on the beginning of a line https://bugs.freedesktop.org/show_bug.cgi?id=38000 What|Old Value |New

[Libreoffice] [REVIEW] autocorrection crash fdo#38000

2011-06-07 Thread Michael Meeks
Hi there, It'd be lovely to cherry-pick to libreoffice-3-4 from master :-) Thanks, Michael. -- michael.me...@novell.com <><, Pseudo Engineer, itinerant idiot diff --git a/editeng/source/misc/svxacorr.cxx b/editeng/source/misc/svxacorr.cxx index b5973a3..2bf3e

Re: [Libreoffice] Patch to help text to document use of [] in time formats

2011-06-07 Thread Karl O. Pinc
On 06/07/2011 10:58:52 AM, Andras Timar wrote: > > id attributes are required for localization. id can be anything, but > has to be unique within a file. Can you please add the id's? Also Here's another version of the same patch this time with id attributes. Did you leave off a part of your me

Re: [Libreoffice] MacOS path in python wrapper on Linux i586

2011-06-07 Thread Christian Lohmaier
Hi Petr, *, On Tue, Jun 7, 2011 at 5:20 PM, Petr Mladek wrote: > [...] > The path mentions "MacOS" but I build on Linux i586. [...} pull in ure, I pushed the fix & cleanup to get rid of the orig/rej makefiles git diff --color 5fa1572..a56953a pyuno is what my change to ure was supposed to look

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

2011-06-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 37869, which changed state. Bug 37869 Summary: Missing symbols in Math Elements windows https://bugs.freedesktop.org/show_bug.cgi?id=37869 What|Old Value |New Value --

[Libreoffice] [PUSHED 3.4] Re: [PATCH] fix to fdo#37869

2011-06-07 Thread Jan Holesovsky
Hi Andras, Andras Timar píše v Út 07. 06. 2011 v 17:06 +0200: > Can someone please review my attached patch and push to 3-4. It solves > a "most annoying" bug (fdo#37869). Some elements were not displayed in > the Elements dialog in Math. Reviewed & pushed - the (wrong) change was introduced in

Re: [Libreoffice] Patch to help text to document use of [] in time formats

2011-06-07 Thread Andras Timar
Hi Karl, 2011/6/7 Karl O. Pinc : > Add new paragraph and example table to the help text having to do with time > formatting explaining the use of []. > > Note that this patch is very likely wrong. I wasn't able to figure out > how to edit the help text using LibreOffice/OOO. As a result > neithe

[Libreoffice] Patch to help text to document use of [] in time formats

2011-06-07 Thread Karl O. Pinc
Karl Free Software: "You don't pay back, you pay forward." -- Robert A. Heinlein From 9e0bd490de02e7900c5c7b0c3cd96fa26868fc90 Mon Sep 17 00:00:00 2001 From: Karl O. Pinc Date: Tue, 7 Jun 2011 10:26:06 -0500 Subject: [PATCH] Patch for bug #36057 "Docs don't mention that tim

[Libreoffice] Updates of wikihelp

2011-06-07 Thread Jan Holesovsky
Hi John, John LeMoyne Castle píše v Út 07. 06. 2011 v 08:15 -0700: > I have seen what Korrawit reports in the WikiHelp: one can search for > "Automatic Update" or "Improvement Program" and one finds the obsolete help > pages describing functionality that doesn't exist. These pages link back to >

Re: [Libreoffice] Merge of branch feature/unlimited-number-of-sheets to master

2011-06-07 Thread Jan Holesovsky
Hi Markus, Markus Mohrhard píše v Út 07. 06. 2011 v 05:30 +0200: > I just merged the branch feature/unlimited-number-of-sheets to master. > This only affects calc, but we did a lot of changes to the core of > calc so if you notice any problems with building or with functions > that are not workin

Re: [Libreoffice] MacOS path in python wrapper on Linux i586

2011-06-07 Thread Christian Lohmaier
Hi *, On Tue, Jun 7, 2011 at 5:20 PM, Petr Mladek wrote: > > PS: Your change removed the hardcoded paths to > clone/libs-extern-sys/python/unxlngi6.pro/misc/build/python-inst. I > think that it was the right change. Though, it broke the build of the > translations module. Oh, I thought of the en

[Libreoffice] [PUSHED 3.4] Re: [REVIEW] fdo#38007 fix for a truncated German string

2011-06-07 Thread Jan Holesovsky
Hi Andras, Andras Timar píše v Po 06. 06. 2011 v 23:46 +0200: > Can someone please review my patch and cherry-pick it to 3-4: > http://cgit.freedesktop.org/libreoffice/writer/commit/?id=02a8e58fa874a11419348a8758739abd1240ebf2 > fdo#38007 fix for a truncated German string Pushed, thank you! :-)

[Libreoffice] [PUSHED 3.4] Re: [REVIEW] fdo#37998 OpenOffice.org strings in package descriptions

2011-06-07 Thread Jan Holesovsky
Hi Andras, Andras Timar píše v Po 06. 06. 2011 v 23:31 +0200: > Can someone please review my patch and cherry-pick it to 3-4. > http://cgit.freedesktop.org/libreoffice/components/commit/?id=023080bb79698eb747d525fc9e7c7078d7c99501 > > In some 3.4.0 RPMs the vendor string was OpenOffice.org inste

Re: [Libreoffice] MacOS path in python wrapper on Linux i586

2011-06-07 Thread Christian Lohmaier
Hi Petr, On Tue, Jun 7, 2011 at 5:20 PM, Petr Mladek wrote: > > I see the following path in "solver/350/unxlngi6.pro/bin/pyuno/python" > > --- cut --- > # execute binary > exec > "$PYTHONHOME/Versions/2.6.1/Resources/Python.app/Contents/MacOS/OOoPython" > "$@" > --- cut --- OK, apparenlty the s

[Libreoffice] [GSOC] Report #2: Java to Wizard

2011-06-07 Thread Xisco Faulí
Hello everybody, I have already something to show you this week. The python version already loads the document preview and the wizard dialog. The code was pushed by björn today: http://cgit.freedesktop.org/libreoffice/components/commit/?h=feature/gsoc2011_wizards&id=e1530212132d2a3388e6d1acedc809a

[Libreoffice] MacOS path in python wrapper on Linux i586

2011-06-07 Thread Petr Mladek
Hi Christian, I see the following path in "solver/350/unxlngi6.pro/bin/pyuno/python" --- cut --- # execute binary exec "$PYTHONHOME/Versions/2.6.1/Resources/Python.app/Contents/MacOS/OOoPython" "$@" --- cut --- The path mentions "MacOS" but I build on Linux i586. Also I do not see $PYTHONHOME/Ve

Re: [Libreoffice] [PUSHED] delete obsoleted help pages fdo#37543

2011-06-07 Thread John LeMoyne Castle
Andras, I have seen what Korrawit reports in the WikiHelp: one can search for "Automatic Update" or "Improvement Program" and one finds the obsolete help pages describing functionality that doesn't exist. These pages link back to OO.org site where the user *may* get frustrated by failure to find

[Libreoffice] [PATCH] fix to fdo#37869

2011-06-07 Thread Andras Timar
Hi, Can someone please review my attached patch and push to 3-4. It solves a "most annoying" bug (fdo#37869). Some elements were not displayed in the Elements dialog in Math. Best regards, Andras 0001-fdo-37869-re-add-missing-elements-to-Elements-dialog.patch Description: application/mbox _

Re: [Libreoffice] Master build Seg faults in starmath test

2011-06-07 Thread John LeMoyne Castle
Caolán McNamara wrote: > > There are no symbols in your build so it doesn't give completely useful > info, though its an indication. You can configure with an additional > --enable-symbols to build with symbols. > Thanks for the explicit instruction - I tried to debug build but missed that 2d r

[Libreoffice] [PUSHED] Re: [PATCH] Remaining translations of German comments from fdo#33424

2011-06-07 Thread Jan Holesovsky
Hi Korrawit, Korrawit Pruegsanusak píše v So 04. 06. 2011 v 17:09 +0700: > Anyway, there are some tiny parts that aren't committed yet, > which I don't know whether they're accidentally slipped, or > intentionally dropped. > So I attach that remaining parts for review. > Please feel free to comme

Re: [Libreoffice] [Libreoffice-ux-advise] Performance improvements for calcs' sheet actions

2011-06-07 Thread Michael Meeks
Hi Cor, On Mon, 2011-06-06 at 20:41 +0200, Cor Nouws wrote: > >>So, I wonder if the UX guys don't mind us never updating a progress bar > >> more than twice per second (say) [1] we could do this for all progress > >> bars in one place. > > Would really like to have an impression how that look

Re: [Libreoffice] [PUSHED] [PATCH] fdo#32263 - Config file location

2011-06-07 Thread Caolán McNamara
On Tue, 2011-05-31 at 11:30 +0100, Noel Power wrote: > On 31/05/11 09:25, Noel Power wrote: > As such ( and after getting my master build in order to verify it builds > ) I have pushed it to master, if there are any gross objections I guess > people will should to revert it :-) Not an objection

Re: [Libreoffice] [patch] Bug 37889 - Adapt smoothing with splines to ODF1.2

2011-06-07 Thread Jan Holesovsky
Hi Regina, Regina Henschel píše v Pá 03. 06. 2011 v 21:39 +0200: > In ODF 1.2 [1] smoothing with splines is concretized. The spec now > contains a detailed description, how this splines have to be calculated. > > [1] http://docs.oasis-open.org/office/v1.2/OpenDocument-v1.2-part1.odt > > The pa

Re: [Libreoffice] Master build Seg faults in starmath test

2011-06-07 Thread Caolán McNamara
On Fri, 2011-06-03 at 09:35 -0700, John LeMoyne Castle wrote: > I have pulled and built a couple of times in the last few days with a make > clean in between on master. > Was able to build in master on 28.5.2011 - now not so much > I am getting a consistent failure at this point... There are no

Re: [Libreoffice] smoketestoo_native

2011-06-07 Thread Caolán McNamara
On Tue, 2011-06-07 at 11:26 +0200, Ben Engbers wrote: > Failures !!! > Run: 1 Failure total: 1 Failures: 1 Errors: 0 > dmake: Error code 1, while making 'cpptest' > > Directory > /home/bengbers/Src/LibreOffice/libo/solver/350/unxlngi6.pro/installation/opt/program > contains 'soffice' and al

Re: [Libreoffice] Dutch Languagepack

2011-06-07 Thread Christian Lohmaier
Hi Ben, On Tue, Jun 7, 2011 at 11:33 AM, Ben Engbers wrote: > Hi, > > Cor Nouws told where I could find a Dutch langpack and helppack for Libo > 3.3.2 but I haven't found versions for 3.4 Then you didn't look at the download page at all? Go go http://nl.libreoffice.org/download/ or http://www.l

Re: [Libreoffice] [PUSHED] delete obsoleted help pages fdo#37543

2011-06-07 Thread Andras Timar
Hi, 2011.06.07. 6:53 keltezéssel, Korrawit Pruegsanusak írta: > This patch delete the obsoleted help pages as described in fdo#37543, > by removing filename in the makefile, and delete that pages. > > Also, as described in fdo#37543, may I ask how to delete WhatLinksHere as > well? Those are re

Re: [Libreoffice] [PUSHED] Help Cleanup fdo33150 - old OOo links, 'S D T' EasterEgg

2011-06-07 Thread Andras Timar
Hi, 2011/6/7 LeMoyne Castle : > A few changes for bugs related to 33150 and Calc Funcs, About+Count Dlgs > --  Replaces OOo link with WikiHelp in several calc help pages > > fdo37958 - Calc Function help links to OOo site > modified: source/text/scalc/01/04060100.xhp > I'm not sure about this. "T

Re: [Libreoffice] Dutch Languagepack

2011-06-07 Thread Cor Nouws
Hi Ben, This question belongs not on this list :-) pls see: http://lists.freedesktop.org/mailman/listinfo/libreoffice Cor Ben Engbers wrote (07-06-11 11:33) Hi, Cor Nouws told where I could find a Dutch langpack and helppack for Libo 3.3.2 but I haven't found versions for 3.4 Can I use these

[Libreoffice] [PATCH] Help Cleanup fdo33150 - old OOo links, 'S D T' EasterEgg

2011-06-07 Thread LeMoyne Castle
A few changes for bugs related to 33150 and Calc Funcs, About+Count Dlgs -- Replaces OOo link with WikiHelp in several calc help pages fdo37958 - Calc Function help links to OOo site modified: source/text/scalc/01/04060100.xhp -- Replaces About dialog help Easter Egg description with link to

[Libreoffice] Dutch Languagepack

2011-06-07 Thread Ben Engbers
Hi, Cor Nouws told where I could find a Dutch langpack and helppack for Libo 3.3.2 but I haven't found versions for 3.4 Can I use these older versions together with 3.4 and if so, how? Ben ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice] smoketestoo_native

2011-06-07 Thread Ben Engbers
Hi, I started all over again with a fresh clone from the sources and after a lot of ./g pull -r and partial rebuilds, I finally managed to execute make without errors. make dev-install however (still) results in errors: LibreOffice: Using system memory allocator. LibreOffice: This is for debuggin

Re: [Libreoffice] Lotuswordpro : Found duplicate if expressions in xfbookmarkref.cxx:75:85

2011-06-07 Thread Caolán McNamara
On Sun, 2011-06-05 at 00:59 +0200, Julien Nabet wrote: > Hello, > > Just a guess, perhaps it needs this patch : ... > Someone to comment ? If it's ok, I can, of course, commit this and push > it in master. Your patch seems sane to me, I reckon you should go ahead and commit that to master. C.

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

2011-06-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 vitriol changed: What|Removed |Added Depends on||38000 --- Comment #141 from vitriol 2011-06-0

Re: [Libreoffice] [ANN] List for collaboration around user experience topics created

2011-06-07 Thread Thorsten Behrens
Friedrich Strohmaier wrote: > As I won't be able to care before Thursday maybe better I leave it > to You. > I'd then leave it at fd.o - it works, and does not cause anyone any additional effort (including people to move over to another list). Cheers, -- Thorsten pgpC7VDhj4QRT.pgp Description: