[Libreoffice-commits] .: librsvg/ExternalProject_librsvg.mk

2012-10-12 Thread Libreoffice Gerrit user
librsvg/ExternalProject_librsvg.mk |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit b91b5e98d0a636a549d44a5a62ac13706a7d537c Author: Norbert Thiebaud Date: Sat Oct 13 00:09:19 2012 -0500 fix librsvg gbuildification Change-Id: I3c3d5f0284e07384bcd63

[Libreoffice-commits] .: sc/source

2012-10-12 Thread Libreoffice Gerrit user
sc/source/core/data/table2.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 9ffba6a8dafe881c2c18a3b3358f029ac557afe7 Author: Markus Mohrhard Date: Sat Oct 13 07:02:32 2012 +0200 need to set the row/col relative to the start row/col Change-Id: I

Re: [REVIEW 3-6 3-6-3] fix for fdo#55885, don't insert notes to deleted cells

2012-10-12 Thread Kohei Yoshida
On 10/12/2012 10:46 PM, Markus Mohrhard wrote: Hey, [1] prevents to insert notes to deleted cells. These notes have than negative col or row numbers so they produce a crash in the export code. Regards, Markus [1] http://cgit.freedesktop.org/libreoffice/core/commit/?id=2ec03fc221e80479557f05f5

[Libreoffice-commits] .: Branch 'feature/calc-xml-source' - 2 commits - sc/source

2012-10-12 Thread Libreoffice Gerrit user
sc/source/ui/xmlsource/xmlsourcedlg.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit d0fac0b0fd65a28634b263a91f7ea9960facd76b Author: Kohei Yoshida Date: Fri Oct 12 23:53:44 2012 -0400 When setting a link position to a repeat element, set the range parent

[Libreoffice-commits] .: Branch 'feature/calc-xml-source' - 3 commits - sc/inc sc/source

2012-10-12 Thread Libreoffice Gerrit user
sc/inc/orcusxml.hxx |1 sc/source/core/tool/orcusxml.cxx|2 sc/source/ui/inc/xmlsourcedlg.hxx |9 ++ sc/source/ui/xmlsource/xmlsourcedlg.cxx | 128 +--- 4 files changed, 128 insertions(+), 12 deletions(-) New commits: co

Re: [REVIEW 3-6-3] Simple missing null object check to fix crasher.

2012-10-12 Thread Michael Meeks
On Sat, 2012-10-13 at 04:39 +0200, Markus Mohrhard wrote: > > http://cgit.freedesktop.org/libreoffice/core/commit/?id=fb1d9cc99e026ba9cf15ab49b2251cecfbbf6d10 > > > I think the change is simple enough to be backported safely. > > I agree and pushed to 3-6 with my sign-off. I'D like to see this patc

Re: settings.mk : subst construct

2012-10-12 Thread Norbert Thiebaud
On Fri, Oct 12, 2012 at 6:45 PM, Mat M wrote: > Is the construct legal or is there an issue here ? > If it is legal, I'd love to have an explanation, because I had no great > success when googling. http://www.openoffice.org/tools/dmake/dmake_4.3.html $(subst,pat,replacement data) Will search

[REVIEW 3-6 3-6-3] fix for fdo#55885, don't insert notes to deleted cells

2012-10-12 Thread Markus Mohrhard
Hey, [1] prevents to insert notes to deleted cells. These notes have than negative col or row numbers so they produce a crash in the export code. Regards, Markus [1] http://cgit.freedesktop.org/libreoffice/core/commit/?id=2ec03fc221e80479557f05f53972ca864f1ff4bb

Re: [REVIEW 3-6-3][REVIEWED 3-6] Simple missing null object check to fix crasher.

2012-10-12 Thread Markus Mohrhard
Hey Kohei > > http://cgit.freedesktop.org/libreoffice/core/commit/?id=fb1d9cc99e026ba9cf15ab49b2251cecfbbf6d10 > > backported to the 3-6 branch. Without this check, importing the following > document > > http://www.bedrunecka.cz/epd/3_naklady_a_kalkulace.ppt > > will crash soffice. > > I think th

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sc/source

2012-10-12 Thread Libreoffice Gerrit user
sc/source/filter/excel/xiescher.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ea50fe437b4f61e6c97d81721441da2b7d1e2f66 Author: Kohei Yoshida Date: Fri Oct 12 15:25:20 2012 -0400 Check for null object. The OLE name may not always be set. Change-

[Libreoffice-commits] .: 3 commits - sc/source

2012-10-12 Thread Libreoffice Gerrit user
sc/source/core/data/table2.cxx | 18 sc/source/ui/condformat/condformatdlgentry.cxx | 27 - sc/source/ui/condformat/condformathelper.cxx | 19 +++-- sc/source/ui/inc/condformatdlgentry.hxx|7 ++ sc/source/

[Libreoffice-commits] .: Branch 'feature/calc-xml-source' - sc/inc sc/source

2012-10-12 Thread Libreoffice Gerrit user
sc/inc/orcusxml.hxx |2 ++ sc/source/core/tool/orcusxml.cxx|2 +- sc/source/ui/xmlsource/xmlsourcedlg.cxx | 22 +- 3 files changed, 24 insertions(+), 2 deletions(-) New commits: commit c4b0a72e246c2915339e3e5e0d3140944c48aa36 Author: Kohei

[Libreoffice-commits] .: Branch 'feature/calc-xml-source' - sc/inc sc/Library_scfilt.mk sc/Library_sc.mk sc/source

2012-10-12 Thread Libreoffice Gerrit user
sc/Library_sc.mk|1 sc/Library_scfilt.mk|1 sc/inc/orcusxml.hxx | 11 ++- sc/source/core/tool/orcusxml.cxx| 22 ++ sc/source/filter/orcus/orcusfiltersimpl.cxx |2 sc/source/filter/orcus/o

settings.mk : subst construct

2012-10-12 Thread Mat M
Hello I am on master branch, and in http://opengrok.libreoffice.org/xref/core/solenv/inc/settings.mk#544 I see that : LOCAL_COMMON_OUT:=$(subst,$(OUTPATH),$(COMMON_OUTDIR) $(OUT)) This construct of subst is quite unusual, and a sample Makefile with OUT* := /cygdrive/d/src/libo/wntmsci12.pro

[Libreoffice-commits] .: config_host.mk.in configure.in librsvg/config.h librsvg/ExternalProject_librsvg.mk librsvg/Library_librsvg-2-2.mk librsvg/librsvg-2.32.1-win32.patch librsvg/Makefile librsvg/m

2012-10-12 Thread Libreoffice Gerrit user
Makefile.top |2 Module_tail_build.mk |1 Repository.mk |1 RepositoryExternal.mk | 145 RepositoryFixes.mk |7 + RepositoryModule_ooo.mk|1

[Libreoffice-commits] .: connectivity/source unusedcode.easy

2012-10-12 Thread Libreoffice Gerrit user
connectivity/source/drivers/mork/MorkParser.cxx | 47 connectivity/source/drivers/mork/MorkParser.hxx |1 unusedcode.easy |1 3 files changed, 49 deletions(-) New commits: commit 179e267704733fff336637a9de61598369e1dce9 Author:

Minutes of the ESC call 2012-10-11

2012-10-12 Thread Thorsten Behrens
Attending: Joel, Fridrich, Thorsten, Eike, Andras, Caolan, Kendy, David, Mirek, Kohei, Cedric, Rodo, Andras, Astron, Michael S. * Completed Action Items + Petr to decide release-schedule / overlap gap issue + done/expired + mail thb/sweetshark for a cheap Berli

[Libreoffice-commits] .: libxslt/makefile.mk

2012-10-12 Thread Libreoffice Gerrit user
libxslt/makefile.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c25269446f80e4333fdefa6e96151757a74d894c Author: Julien Nabet Date: Fri Oct 12 23:53:38 2012 +0200 Even if it shouldn't be a pb, let's do the same everywhere Change-Id: I5775651a83ffa

[Libreoffice-commits] .: xmloff/source

2012-10-12 Thread Libreoffice Gerrit user
xmloff/source/chart/SchXMLTableContext.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit dcaf8a871c3ce47e4b51b5c026e47d1ad03f5696 Author: Julien Nabet Date: Fri Oct 12 23:29:59 2012 +0200 uninit variable Change-Id: I94870693fc269ab7a40e9ded482d259

[Libreoffice-commits] .: Branch 'feature/calc-xml-source' - sc/source

2012-10-12 Thread Libreoffice Gerrit user
sc/source/ui/inc/xmlsourcedlg.hrc |9 + sc/source/ui/inc/xmlsourcedlg.hxx |1 + sc/source/ui/src/xmlsourcedlg.src | 12 sc/source/ui/xmlsource/xmlsourcedlg.cxx |4 ++-- 4 files changed, 16 insertions(+), 10 deletions(-) New commits: commit 4822

[Libreoffice-commits] .: Branch 'feature/calc-xml-source' - 2 commits - sc/inc sc/Library_scfilt.mk sc/source

2012-10-12 Thread Libreoffice Gerrit user
sc/Library_scfilt.mk|1 sc/inc/orcusfilters.hxx |4 +- sc/inc/orcusxml.hxx | 47 + sc/source/filter/inc/orcusfiltersimpl.hxx |3 - sc/source/filter/orcus/orcusfiltersimpl.cxx | 51 +++

[REVIEW 3-6] Simple missing null object check to fix crasher.

2012-10-12 Thread Kohei Yoshida
Hi there, I'd like to get this http://cgit.freedesktop.org/libreoffice/core/commit/?id=fb1d9cc99e026ba9cf15ab49b2251cecfbbf6d10 backported to the 3-6 branch. Without this check, importing the following document http://www.bedrunecka.cz/epd/3_naklady_a_kalkulace.ppt will crash soffice. I t

[Libreoffice-commits] .: sc/source

2012-10-12 Thread Libreoffice Gerrit user
sc/source/filter/excel/xiescher.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fb1d9cc99e026ba9cf15ab49b2251cecfbbf6d10 Author: Kohei Yoshida Date: Fri Oct 12 15:25:20 2012 -0400 Check for null object. The OLE name may not always be set. Change-

[PATCH] Added stream sanity checking to TGA filter

2012-10-12 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/864 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/64/864/1 Added stream sanity checking to TGA filter Change-Id: If6bb9f28e76ea012ac46b74e3cea0e27fd86741e --- M filter/sourc

[Libreoffice-commits] .: sw/source

2012-10-12 Thread Libreoffice Gerrit user
sw/source/core/layout/paintfrm.cxx |7 --- 1 file changed, 7 deletions(-) New commits: commit cc4568e57649367d3d611ce0732d86ee8b829d3c Author: Julien Nabet Date: Fri Oct 12 20:37:23 2012 +0200 WaE -Wunused-function Change-Id: I201ee3b1092fce188d2bbc90aeb93059b175a03e dif

[PATCH] Remove not used macros from connectivity

2012-10-12 Thread Marcos Souza (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/862 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/62/862/1 Remove not used macros from connectivity Change-Id: I31265a76046526352d1c1897aac87f7c87687cf5 Signed-off-by: Marco

[PATCH] Remove not used acros form sd

2012-10-12 Thread Marcos Souza (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/863 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/63/863/1 Remove not used acros form sd Change-Id: Idb4b029fd9c11cdd8373490b6cfd6ca4fb4b43a0 Signed-off-by: Marcos Paulo de

Re: [PUSHED 3-5][PUSHED 3-6] fdo#48569 crash on export to .docx of frame anchored as character

2012-10-12 Thread Eike Rathke
Hi Caolán, On Thursday, 2012-10-11 12:29:19 +0100, Caolán McNamara wrote: > We're taking a pointer to something on the stack, in the as-character > case, its been destroyed before we use it. So simply copy the titchy > frame-export helper instead > > http://cgit.freedesktop.org/libreoffice/core/

[Libreoffice-commits] .: 2 commits - avmedia/source solenv/bin

2012-10-12 Thread Libreoffice Gerrit user
avmedia/source/gstreamer/gstframegrabber.hxx |2 solenv/bin/concat-deps.c | 124 +++ 2 files changed, 109 insertions(+), 17 deletions(-) New commits: commit d0bf1510632801e15f1f498320c90efb6d773d6e Author: Michael Meeks Date: Thu Oct 11 19:14:3

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sw/source

2012-10-12 Thread Libreoffice Gerrit user
sw/source/filter/ww8/docxattributeoutput.cxx | 16 ++-- sw/source/filter/ww8/docxattributeoutput.hxx |2 +- 2 files changed, 11 insertions(+), 7 deletions(-) New commits: commit 1f865ac8e35326b01c9f3cb96fea313b53eb812b Author: Caolán McNamara Date: Thu Oct 11 12:20:07 2012 +

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sw/source

2012-10-12 Thread Libreoffice Gerrit user
sw/source/filter/ww8/docxattributeoutput.cxx | 16 ++-- sw/source/filter/ww8/docxattributeoutput.hxx |2 +- 2 files changed, 11 insertions(+), 7 deletions(-) New commits: commit a010c4eaea6d6c45621a11d035f76266b0a5147c Author: Caolán McNamara Date: Thu Oct 11 12:20:07 2012 +

[Libreoffice-commits] .: sw/source

2012-10-12 Thread Libreoffice Gerrit user
sw/source/core/doc/dbgoutsw.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 20c0339311df0a14229c2786ecf6440bd8c1fd61 Author: Caolán McNamara Date: Fri Oct 12 17:00:44 2012 +0100 WaE: SW_DLLPUBLIC on static function doesn't make sense Change-Id: I

[REVIEW 3-6] fdo#55931 Fix renderding of subscript/superscript with Autofit Text.

2012-10-12 Thread Jan Holesovsky
Hi Thorsten, Can you please check http://cgit.freedesktop.org/libreoffice/core/commit/?id=fa694a21b806ed7837c1337ec49a4b299c478393 and approve it for 3.6? A test presentation is attached to the bugreport; when the autofit is on, the subscript is not readable, when you switch it off, it appears.

[Libreoffice-commits] .: binfilter/bf_svtools

2012-10-12 Thread Libreoffice Gerrit user
binfilter/bf_svtools/source/filter.vcl/jpeg/makefile.mk |2 +- binfilter/bf_svtools/util/makefile.mk |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 4781be1277dfb218b66fb787e5ec9a2ed7d9011d Author: David Ostrovsky Date: Fri Oct 12 08:50:07

[Libreoffice-commits] .: editeng/source

2012-10-12 Thread Libreoffice Gerrit user
editeng/source/editeng/impedit3.cxx |5 + 1 file changed, 1 insertion(+), 4 deletions(-) New commits: commit fa694a21b806ed7837c1337ec49a4b299c478393 Author: Jan Holesovsky Date: Fri Oct 12 17:41:49 2012 +0200 fdo#55931 Fix renderding of subscript/superscript with Autofit Text.

[Libreoffice-commits] .: framework/source

2012-10-12 Thread Libreoffice Gerrit user
framework/source/jobs/job.cxx |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) New commits: commit 46a418af78d066db75999282ea255583e686380e Author: Caolán McNamara Date: Fri Oct 12 16:41:38 2012 +0100 loplugin: bad else if placement Change-Id: I56e88a675adf37fdf526

[Libreoffice-commits] .: helpcontent2/helpers helpcontent2/source

2012-10-12 Thread Libreoffice Gerrit user
helpcontent2/helpers/help_hid.lst |7 -- helpcontent2/source/text/shared/01/04150100.xhp | 25 +++- 2 files changed, 12 insertions(+), 20 deletions(-) New commits: commit 3dc2e7497f1798ae4ff6c5c8c562666bc10a393c Author: Caolán McNamara Date: Fri Oct

Re: [PATCH] Introducing compiler plugin support

2012-10-12 Thread Lubos Lunak
On Tuesday 09 of October 2012, Lubos Lunak wrote: > On Friday 05 of October 2012, Lubos Lunak wrote: > > Hello, > > > > attached is my implementation of basic build support for using Clang > > compiler plugin during building LO. I'm posting it here first in case our > > build system people have d

[Libreoffice-commits] .: sc/source

2012-10-12 Thread Libreoffice Gerrit user
sc/source/ui/view/output.cxx | 30 ++ 1 file changed, 26 insertions(+), 4 deletions(-) New commits: commit a551cad4e35b6b664167d65dfc25e5a0f6990687 Author: Kohei Yoshida Date: Fri Oct 12 11:07:13 2012 -0400 Always disable anti-aliasing for drawing cell border

Re: Is the lcl_LocalFunction naming convention useful?

2012-10-12 Thread Kohei Yoshida
On 10/09/2012 01:59 AM, Tor Lillqvist wrote: Where did this lcl_ convention come from? The lcl_ prefix has no meaning to a compiler or linker. If the intent is to make such functions file-local, why not use the static keyword, or an anonymous namespace instead, so that they actually *are* local a

[Libreoffice-commits] .: sw/source

2012-10-12 Thread Libreoffice Gerrit user
0 files changed New commits: commit e02ff224b64671db33543a1be2b48c0fa5caf786 Author: Luboš Luňák Date: Fri Oct 12 17:04:31 2012 +0200 fix file permissions Change-Id: If923db4ff67f72158fcdf7c002eda38c9cdeb786 diff --git a/sw/source/core/doc/dbgoutsw.cxx b/sw/source/core/doc/db

Re: Is the lcl_LocalFunction naming convention useful?

2012-10-12 Thread Lubos Lunak
On Tuesday 09 of October 2012, Tor Lillqvist wrote: > Where did this lcl_ convention come from? The lcl_ prefix has no > meaning to a compiler or linker. If the intent is to make such > functions file-local, why not use the static keyword, or an anonymous > namespace instead, so that they actually

[PUSHED] 766 gerrit patch, fix appendAscii in bastype2.cxx

2012-10-12 Thread Olivier Hallot (via Code Review)
Hi, Thank you for your patch! :-) It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/854 Approvals: Olivier Hallot: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/854 To unsubscribe, vi

[Libreoffice-commits] .: basctl/source

2012-10-12 Thread Libreoffice Gerrit user
basctl/source/basicide/bastype2.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ceb06a8f0906dd9bd7aa69b121a050eb4dcc861e Author: Ricardo Montania Date: Wed Oct 10 12:06:14 2012 -0300 766 gerrit patch, fix appendAscii in bastype2.cxx Change-Id: I44

[REVIEW 3-6, 3-6-3] fix fdo#47669: check for started hyperlink before closing

2012-10-12 Thread Korrawit Pruegsanusak
Hello all, I'd like to propose the attached patch fixing fdo#47669 into -3-6 and -3-6-3 branches. Explanation is in commit message. I've compiled and tested on -3-6 branch at 0eee6469304ba15f42bcafb6707cc98bcbff9112, and it worked fine. Best Regards, -- Korrawit Pruegsanusak 0001-Fix-fdo-4766

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sc/source

2012-10-12 Thread Libreoffice Gerrit user
sc/source/core/data/dpcache.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 14a24950c56d85e275ea2b2fd13e5cefc25d6635 Author: Michael Meeks Date: Tue Sep 18 10:17:48 2012 +0100 WaE: calm android tinderboxen Change-Id: Iaeb809770acec4b3c38e420

[Libreoffice-commits] .: sc/source

2012-10-12 Thread Libreoffice Gerrit user
sc/source/core/data/dpobject.cxx | 29 - sc/source/core/data/drwlayer.cxx |6 -- sc/source/filter/excel/excimp8.cxx |3 --- 3 files changed, 38 deletions(-) New commits: commit 0b876ce56cbd63fbc44e5ba13433d0051fbc1108 Author: Caolán McNamara Date:

[Libreoffice-commits] .: sc/source

2012-10-12 Thread Libreoffice Gerrit user
sc/source/core/data/attarray.cxx | 25 - 1 file changed, 25 deletions(-) New commits: commit ac334eeac573fcc38a4ba6afa34e967f13154030 Author: Caolán McNamara Date: Fri Oct 12 13:24:59 2012 +0100 lcl_LineSize is unused Change-Id: Ied166af182c76d72c2934f7

[Libreoffice-commits] .: cui/source

2012-10-12 Thread Libreoffice Gerrit user
cui/source/options/optlingu.cxx | 13 - 1 file changed, 13 deletions(-) New commits: commit 57cd67224ab349f7738f4429f3adc569b7bacb11 Author: Caolán McNamara Date: Fri Oct 12 13:14:47 2012 +0100 lcl_GetServiceName unused Change-Id: Iea5b8de7c937f27beb0e95b40412dc563

[Libreoffice-commits] .: cui/source

2012-10-12 Thread Libreoffice Gerrit user
cui/source/options/optlingu.cxx | 13 - 1 file changed, 13 deletions(-) New commits: commit 2d4d38bcf2791e9e0805f5a61e2f7d48f4c7a2a6 Author: Caolán McNamara Date: Fri Oct 12 13:12:22 2012 +0100 lcl_Bool2Any is unused Change-Id: Ida5baa01cb3ce7fd611360e122f9f8ffebd9

[Libreoffice-commits] .: sfx2/source

2012-10-12 Thread Libreoffice Gerrit user
sfx2/source/doc/templatedlg.cxx |2 -- 1 file changed, 2 deletions(-) New commits: commit 581438a0c609c957e2db0b262b3bea83fa387eac Author: Caolán McNamara Date: Fri Oct 12 13:03:42 2012 +0100 lcl_createTemplate declared but not defined Change-Id: I755853c326c5e3dbeae18e3fdb9

[Libreoffice-commits] .: 2 commits - sw/uiconfig vcl/inc vcl/source

2012-10-12 Thread Libreoffice Gerrit user
sw/uiconfig/sw/ui/20872.ui | 43 --- vcl/inc/vcl/layout.hxx |4 ++-- vcl/source/window/layout.cxx |8 3 files changed, 30 insertions(+), 25 deletions(-) New commits: commit 12a971118f732858bd288e6fd5b38b17b7c560e8 Author: Caolán

Re: where to change the %version

2012-10-12 Thread Petr Mladek
On Fri, 2012-10-12 at 10:34 +0100, Michael Meeks wrote: > Hi there, > > On Fri, 2012-10-12 at 09:40 +0800, huqitu du wrote: > > I want to change the %version Variable, and whare to find the > > defination? > > %version is an unusual mangling; I think we only use this for > generating RPMs

[Libreoffice-commits] .: 2 commits - compilerplugins/clang

2012-10-12 Thread Libreoffice Gerrit user
compilerplugins/clang/unusedvariablecheck.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit d1eee073ebcd2d4a99209bb12ab13a7cafbb5a89 Author: Luboš Luňák Date: Fri Oct 12 13:09:08 2012 +0200 avoid crash on pointers to functions Clang's dyn_cast

[Libreoffice-commits] .: Branch 'distro/suse/suse-3.6' - extras/source

2012-10-12 Thread Libreoffice Gerrit user
extras/source/palettes/standard.soc | 43 +++- 1 file changed, 42 insertions(+), 1 deletion(-) New commits: commit 3bc6359eeb70affd7720bcd29a7a9f97cea9b011 Author: Petr Mladek Date: Fri Aug 5 17:30:09 2011 +0200 Adding SUSE and Novell Color Palette diff

[Libreoffice-commits] .: svtools/source

2012-10-12 Thread Libreoffice Gerrit user
svtools/source/control/inettbc.cxx |1 - svtools/source/dialogs/filedlg2.cxx |9 +++-- 2 files changed, 3 insertions(+), 7 deletions(-) New commits: commit 49ebf4f91d14af51bc3772c675de19b5891e3d36 Author: Caolán McNamara Date: Fri Oct 12 11:38:40 2012 +0100 loplugin: unused

[Bug 54157] LibreOffice 3.7 most annoying bugs

2012-10-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Bug 54157 depends on bug 55685, which changed state. Bug 55685 Summary: CRASH when create or modify Character Style or Paragraph Style https://bugs.freedesktop.org/show_bug.cgi?id=55685 What|Removed |Added ---

[Libreoffice-commits] .: cui/uiconfig sw/uiconfig vcl/source

2012-10-12 Thread Libreoffice Gerrit user
cui/uiconfig/ui/charnamepage.ui |8 sw/uiconfig/swriter/ui/sortdialog.ui |2 +- vcl/source/window/builder.cxx|2 +- 3 files changed, 6 insertions(+), 6 deletions(-) New commits: commit 0ac7f6120eab04a95185342e935c0bbca4d8cc43 Author: Caolán McNamara Date: Fri

[Bug 54157] LibreOffice 3.7 most annoying bugs

2012-10-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Bug 54157 depends on bug 55560, which changed state. Bug 55560 Summary: EDITING: CRASH when Format Cells (menu and Context menu) https://bugs.freedesktop.org/show_bug.cgi?id=55560 What|Removed |Added --

RE: bug 53673; writer hacker help requested ...

2012-10-12 Thread Winfried Donkers
Hi Caolán, > > https://bugs.freedesktop.org/show_bug.cgi?id=53673 > Cedric seems to have had a look and the bug is closed. Presumably it's taken > care of now. Michael Meeks closed the bug as my patch removed the symptoms and suggested to open a separate bug for remaining issues (comment 44

Re: where to change the %version

2012-10-12 Thread Michael Meeks
Hi there, On Fri, 2012-10-12 at 09:40 +0800, huqitu du wrote: > I want to change the %version Variable, and whare to find the > defination? %version is an unusual mangling; I think we only use this for generating RPMs - so git grep is really your friend in this regard: $ git grep %versi

[Bug 54157] LibreOffice 3.7 most annoying bugs

2012-10-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Bug 54157 depends on bug 55807, which changed state. Bug 55807 Summary: CRASH when accessing "Tools > Outline Numbering..." https://bugs.freedesktop.org/show_bug.cgi?id=55807 What|Removed |Added ---

[Libreoffice-commits] .: 2 commits - tools/inc vcl/inc

2012-10-12 Thread Libreoffice Gerrit user
tools/inc/tools/bigint.hxx |2 +- tools/inc/tools/color.hxx |2 +- vcl/inc/vcl/layout.hxx |5 + 3 files changed, 7 insertions(+), 2 deletions(-) New commits: commit d0144bcb8899845982a8172d870f337533adaf35 Author: Caolán McNamara Date: Fri Oct 12 10:15:36 2012 +0100

[Libreoffice-commits] .: 2 commits - framework/source vcl/source

2012-10-12 Thread Libreoffice Gerrit user
framework/source/layoutmanager/helpers.cxx |4 ++-- framework/source/services/substitutepathvars.cxx |3 +-- vcl/source/window/builder.cxx|9 - 3 files changed, 11 insertions(+), 5 deletions(-) New commits: commit 2dd0712a125a8dcdb5510bc36f06d103d6abd

[Libreoffice-commits] .: jpeg/StaticLibrary_jpeg.mk RepositoryExternal.mk solenv/inc

2012-10-12 Thread Libreoffice Gerrit user
RepositoryExternal.mk |4 ++-- jpeg/StaticLibrary_jpeg.mk |8 solenv/inc/libs.mk |6 +- 3 files changed, 7 insertions(+), 11 deletions(-) New commits: commit 4ed91fd1633e90b8d1f872aa7ed023431958bd23 Author: David Tardon Date: Fri Oct 12 09:32:02 2012 +0200

[Libreoffice-commits] .: Branch 'distro/suse/suse-3.6' - oox/source

2012-10-12 Thread Libreoffice Gerrit user
oox/source/drawingml/textparagraph.cxx |7 --- oox/source/drawingml/textparagraphproperties.cxx | 19 +-- 2 files changed, 21 insertions(+), 5 deletions(-) New commits: commit 3863ac87f7fcc9b59e2768f5cc9a8779b5d21d17 Author: Muthu Subramanian Date: Thu Oct 1

Re: [PUSHED] gbuildification of jpeg

2012-10-12 Thread David Tardon
Hi, On Fri, Oct 12, 2012 at 08:16:39AM +0200, Jonathan Aquilina wrote: > David why was this merged if you had an objection against the patch? I only had objections against the original version. D. ___ LibreOffice mailing list LibreOffice@lists.freedesk