LibreOffice Gerrit News for core on 2014-03-25

2014-03-24 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + fdo#57950: Replace chained O(U)StringBuffer::append() with operator+ in https://gerrit.libreoffice.org/8699 from Tharindu Lakmal about module sc + Refactored

[Libreoffice-commits] core.git: 2 commits - chart2/source

2014-03-24 Thread Kohei Yoshida
chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx | 16 +- chart2/source/controller/dialogs/res_ErrorBar.cxx |6 +-- chart2/source/controller/dialogs/tp_ChartType.cxx |8 ++--- chart2/source/controller/inc/res_ErrorBar.hxx

[Libreoffice-commits] core.git: Branch 'private/kohei/new-chart-type-skeleton' - chart2/source include/xmloff xmloff/source

2014-03-24 Thread Kohei Yoshida
chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx | 11 ++ chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx |4 +++ chart2/source/controller/dialogs/GL3DBarChartDialogController.cxx |6 +++-- chart2/source/model/template/ChartTypeManager.cxx

[Libreoffice-commits] core.git: sc/source

2014-03-24 Thread Eike Rathke
sc/source/core/data/tabprotection.cxx | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) New commits: commit 61df9ee7b13660a21d513f70410e6716c2409e20 Author: Eike Rathke Date: Mon Mar 24 23:07:47 2014 +0100 made range not editable if password is assigned .

[Libreoffice-commits] core.git: Branch 'private/kohei/new-chart-type-skeleton' - 2 commits - chart2/Library_chartcore.mk chart2/source sc/source

2014-03-24 Thread Kohei Yoshida
chart2/Library_chartcore.mk |1 chart2/source/chartcore.component |4 + chart2/source/model/template/GL3DBarChartType.cxx | 12 ++- chart2/source/model/template/GL3DBarChartType.hxx |2 chart2/source/model/templa

Bunch of error messages related to gio_content.cxx

2014-03-24 Thread julien2412
Hello, On my different sources (master, 4.2 and 4.1), I noticed these logs: warn:ucb.ucp.gio:5217:1:ucb/source/ucp/gio/gio_content.cxx:378: ignoring GError "L'emplacement indiqué n'est pas pris en charge" for warn:ucb.ucp.gio:5217:1:ucb/source/ucp/gio/gio_content.cxx:378: ignoring GError "L'empla

[Libreoffice-commits] core.git: sc/source

2014-03-24 Thread Kohei Yoshida
sc/source/ui/view/output2.cxx | 44 +- 1 file changed, 2 insertions(+), 42 deletions(-) New commits: commit e387169daa1b560360e8670a677e233ab2287e61 Author: Kohei Yoshida Date: Mon Mar 24 17:06:30 2014 -0400 coverity#735476: bRepeat is always fals

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - vcl/source

2014-03-24 Thread Caolán McNamara
vcl/source/gdi/print3.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fb0211306ff7db125d7823d920cc54cff010de9e Author: Caolán McNamara Date: Sat Mar 22 16:06:35 2014 + coverity#705969 Dereference before null check Change-Id: Icb19931bb529e6c2

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - vcl/source

2014-03-24 Thread Caolán McNamara
vcl/source/gdi/print3.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 10b44dc538935ab8d61fb11601e16be8d7742fc4 Author: Caolán McNamara Date: Sat Mar 22 16:06:35 2014 + coverity#705969 Dereference before null check Change-Id: Icb19931bb529e6c2

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 02/0ebc1e129f59b0a55358bc7baa11a610a83849

2014-03-24 Thread Caolán McNamara
02/0ebc1e129f59b0a55358bc7baa11a610a83849 |1 + 1 file changed, 1 insertion(+) New commits: commit 07d33d8e1f73d1ad464ae131c867d5d789e314bb Author: Caolán McNamara Date: Mon Mar 24 20:47:29 2014 + Notes added by 'git notes add' diff --git a/02/0ebc1e129f59b0a55358bc7baa11a610a83

[Libreoffice-commits] core.git: 5 commits - sd/source sfx2/source sw/source

2014-03-24 Thread Caolán McNamara
sd/source/ui/slidesorter/controller/SlsSlotManager.cxx |1 sd/source/ui/view/drviewsh.cxx | 127 +++-- sfx2/source/appl/macroloader.cxx | 10 - sfx2/source/appl/module.cxx|4 sw/source/core/text/inft

[Bug 50672] Unity: Recent file menu removes underscore from file names

2014-03-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50672 --- Comment #16 from Michaël Lefèvre --- Ok, found another interesting point. https://bugs.launchpad.net/ubuntu/+source/unity-gtk-module/+bug/1260777 If anybody running bleeding edge trusty Ubuntu could try ? -- You are receiving this mail be

[SOLVED] Re: Cppcheck reports "Division by zero" in new.cxx (sfx2 module)

2014-03-24 Thread Julien Nabet
On 24/03/2014 14:38, Caolán McNamara wrote: On Sat, 2014-03-22 at 06:50 -0700, julien2412 wrote: or should we do something completely different? I'd just return early if the width or height is <= 0. Though I think I'd move the SetLineColor/SetFillColor and "DrawRect" to the top of the method so

[Libreoffice-commits] core.git: sfx2/source

2014-03-24 Thread Julien Nabet
sfx2/source/doc/new.cxx | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) New commits: commit 59475ae16329edd32d286eb912c3f52d3395c818 Author: Julien Nabet Date: Mon Mar 24 20:47:43 2014 +0100 cppcheck: fix Division by zero + move some lines See http://nabbl

[Bug 50672] Unity: Recent file menu removes underscore from file names

2014-03-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50672 --- Comment #15 from Michaël Lefèvre --- While loolikng at https://bugzilla.redhat.com/show_bug.cgi?id=963307 , maybe we could escape the underscope in the filename. But this bug doesn't not appear while running a plain Gnome session (tested). S

[Bug 50672] Unity: Recent file menu removes underscore from file names

2014-03-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50672 Jean-Baptiste Faure changed: What|Removed |Added CC||jbf.fa...@sud-ouest.org --- Commen

Re: Pushed to libreoffice-4-2 by mistake

2014-03-24 Thread Jean-Baptiste Faure
Hi, Le 24/03/2014 18:28, Tomaž Vajngerl a écrit : > Hi, > > I pushed [1] to libreoffice-4-2 by mistake. Can somebody take a look > at this.. or shall I revert and submit it to gerrit for review? Sorry > for the inconvenience.. Anyway, your patch fixes the bug fdo#75955 in LO 4.2.4.0.0+ : when I t

[Libreoffice-commits] core.git: Branch 'private/kohei/new-chart-type-skeleton' - 3 commits - chart2/source sc/source

2014-03-24 Thread Kohei Yoshida
chart2/source/controller/chartapiwrapper/WrappedSplineProperties.cxx |4 chart2/source/controller/dialogs/tp_ChartType.cxx|7 + chart2/source/controller/dialogs/tp_ChartType.hxx|1 sc/source/core/data/formulacell.cxx

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 7 commits - apache-commons/java apache-commons/patches apache-commons/prj configure.in external_deps.lst rat-excludes reportbuilder/java reportbuil

2014-03-24 Thread Jürgen Schmidt
apache-commons/java/codec/makefile.mk | 17 - apache-commons/java/httpclient/makefile.mk |4 apache-commons/java/lang/makefile.mk | 14 - apache-commons/java/logging/makefile.mk| 14 - apache-commons/patches/

[Libreoffice-commits] core.git: vcl/quartz

2014-03-24 Thread Stephan Bergmann
vcl/quartz/salgdicommon.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit afd7ad155d4fd3219f51b38e8193d9284a65715e Author: Stephan Bergmann Date: Mon Mar 24 18:38:43 2014 +0100 fix Mac build Change-Id: Ifde3ac63353b04827303c32f7832fcb828b7149d diff

[Libreoffice-commits] core.git: vcl/inc

2014-03-24 Thread Tor Lillqvist
vcl/inc/quartz/salgdi.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 18ceb68ccceb321e2c81ee75c818334e596311b9 Author: Tor Lillqvist Date: Mon Mar 24 19:32:01 2014 +0200 64-bit OS X build fix Change-Id: Icf344f3ad4d508bb47500db3bc5cfb5ee642acfa dif

Pushed to libreoffice-4-2 by mistake

2014-03-24 Thread Tomaž Vajngerl
Hi, I pushed [1] to libreoffice-4-2 by mistake. Can somebody take a look at this.. or shall I revert and submit it to gerrit for review? Sorry for the inconvenience.. Regards, Tomaž [1]: http://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-4-2&id=7cf5d562e6e86b0f571edc95a150b8dce8

[Libreoffice-commits] core.git: include/oox oox/source

2014-03-24 Thread Tomaž Vajngerl
include/oox/crypto/Standard2007Engine.hxx |5 - oox/source/crypto/DocumentDecryption.cxx |1 + 2 files changed, 5 insertions(+), 1 deletion(-) New commits: commit 15b3e29808da85b1c304c571f52f12cc2e67884d Author: Tomaž Vajngerl Date: Mon Mar 24 18:19:54 2014 +0100 fdo#76222 o

[Libreoffice-commits] core.git: sc/source

2014-03-24 Thread Kohei Yoshida
sc/source/core/data/formulacell.cxx | 44 1 file changed, 44 deletions(-) New commits: commit 44956c3261b69eec054ffa5fe8440f14f571308c Author: Kohei Yoshida Date: Mon Mar 24 13:03:16 2014 -0400 coverity#1078504: Remove logically dead code. C

[Libreoffice-commits] mso-dumper.git: msodumper/xlsrecord.py

2014-03-24 Thread Eike Rathke
msodumper/xlsrecord.py |2 ++ 1 file changed, 2 insertions(+) New commits: commit 8471bc70365c4aa03296be6ddafe07e65c6c0327 Author: Eike Rathke Date: Mon Mar 24 18:06:10 2014 +0100 dump Areserved and wPassword of FEAT FeatProtection structure diff --git a/msodumper/xlsrecord.py b/msod

[Libreoffice-commits] core.git: include/vcl vcl/source

2014-03-24 Thread Jan Holesovsky
include/vcl/outdev.hxx |2 +- include/vcl/window.hxx |2 +- vcl/source/gdi/outdev2.cxx |5 ++--- vcl/source/window/window.cxx | 10 -- 4 files changed, 8 insertions(+), 11 deletions(-) New commits: commit 4fe8a4954c4c5cf13074fde419c4fc6f094578bf Author: Jan Hol

Re: Issue with libhyphen

2014-03-24 Thread Németh László
Dear Bert, I am glad of it. Yes, it is not a bug. Thanks for the feedback. Best regards, László 2014-03-24 15:57 GMT+01:00 Bert Frees : > Dear László, > > Thanks for your answer. You are right, substrings.pl turns out to be exactly > what I need. > > So I guess this is not a bug. I missed the s

[Libreoffice-commits] core.git: sw/AllLangResTarget_sw.mk sw/inc sw/source sw/uiconfig sw/UIConfig_swriter.mk

2014-03-24 Thread Caolán McNamara
sw/AllLangResTarget_sw.mk|1 sw/UIConfig_swriter.mk |1 sw/inc/dbui.hrc |1 sw/inc/helpid.h |1 sw/source/ui/dbui/mmpreparemergepage.cxx | 76 +++ sw/source/ui/dbui/mmpreparemergepage.hrc

[Libreoffice-commits] core.git: helpcontent2

2014-03-24 Thread Caolán McNamara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9aa5f0dd79a1aa7da7dcee5102acfff7ff13cad6 Author: Caolán McNamara Date: Mon Mar 24 14:19:15 2014 + Updated core Project: help 2dad7542c215024cd26ae42030e01ab772f2f9d5 diff --git a/helpconte

[Libreoffice-commits] help.git: helpers/help_hid.lst source/text

2014-03-24 Thread Caolán McNamara
helpers/help_hid.lst |8 source/text/swriter/01/mailmerge06.xhp | 15 --- 2 files changed, 8 insertions(+), 15 deletions(-) New commits: commit 2dad7542c215024cd26ae42030e01ab772f2f9d5 Author: Caolán McNamara Date: Mon Mar 24 14:19:15 2014 +

[Libreoffice-commits] core.git: external/libetonyek

2014-03-24 Thread Luboš Luňák
external/libetonyek/UnpackedTarball_libetonyek.mk |1 external/libetonyek/libetonyek-0.0.3-lexical_cast.patch | 56 2 files changed, 57 insertions(+) New commits: commit 8057b2448edfa653911fa4d42870a2d1aa7694d7 Author: Luboš Luňák Date: Mon Mar 24 16:21:44 2014

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.1' - 5 commits - autogen.sh basegfx/source configure.ac include/basegfx Makefile.in solenv/gbuild sw/inc sw/source

2014-03-24 Thread Armin Le Grand
Makefile.in | 34 +++ autogen.sh |7 + basegfx/source/matrix/b2dhommatrixtools.cxx | 42 + configure.ac | 13 +- include/basegfx/matrix/b2dhommatrixtools.hxx |7 + solenv/g

[Libreoffice-commits] core.git: 2 commits - solenv/bin sw/source

2014-03-24 Thread Tor Lillqvist
solenv/bin/native-code.py |3 +++ sw/source/core/view/viewsh.cxx | 12 2 files changed, 15 insertions(+) New commits: commit e5a6c3230e0593cc581267a4badb3409d4f01675 Author: Tor Lillqvist Date: Thu Mar 20 09:32:21 2014 +0200 After Tsahi's "connect tile device to Dr

Re: Who pressed Ctrl-Alt-Shift-D?

2014-03-24 Thread Regina Henschel
Hi Stephan, Stephan Bergmann schrieb: On 03/24/2014 02:25 PM, Regina Henschel wrote: Stephan Bergmann schrieb: Did anybody do that in a dev build over the course of the last couple years, to use the VCL Debug Options dialog? If not, I'd like to just get rid of that thing. I use it. The defa

Re: Issue with libhyphen

2014-03-24 Thread Bert Frees
Dear László, Thanks for your answer. You are right, substrings.pl turns out to be exactly what I need. So I guess this is not a bug. I missed the section about the substrings script in the README, although it is made obvious enough with warnings etc. :) Cheers, Bert 2014-03-24 15:19 GMT+01:00

[Libreoffice-commits] core.git: vcl/inc vcl/source

2014-03-24 Thread Stephan Bergmann
vcl/inc/dbggui.hxx|3 +++ vcl/source/app/dbggui.cxx |6 +- vcl/source/app/svmain.cxx |2 ++ 3 files changed, 10 insertions(+), 1 deletion(-) New commits: commit 561539e2a6b2d95bdd372462034642fbf2c72f14 Author: Stephan Bergmann Date: Mon Mar 24 15:42:42 2014 +0100 f

[Bug 50672] Unity: Recent file menu removes underscore from file names

2014-03-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50672 --- Comment #13 from Michaël Lefèvre --- LibreOffice 4.1.3.2 (1:4.1.3-0ubuntu1) Ubuntu 13.10 The problem is stil present and I found the following precision : - work normaly under Gnome 3.8 - reproduce on Unity, only in the global menu. The pro

Re: Who pressed Ctrl-Alt-Shift-D?

2014-03-24 Thread Stephan Bergmann
On 03/24/2014 02:25 PM, Regina Henschel wrote: Stephan Bergmann schrieb: Did anybody do that in a dev build over the course of the last couple years, to use the VCL Debug Options dialog? If not, I'd like to just get rid of that thing. I use it. The default setting is to show the error message

[Libreoffice-commits] core.git: vcl/quartz

2014-03-24 Thread Caolán McNamara
vcl/quartz/ctlayout.cxx | 11 +-- 1 file changed, 1 insertion(+), 10 deletions(-) New commits: commit 87a1e49b5e16bbb8226286852300c5e20c000513 Author: Caolán McNamara Date: Mon Mar 24 13:47:05 2014 + Revert "Resolves: #i124375# force soft-hyphen visibility for CoreText..."

[Libreoffice-commits] core.git: solenv/gbuild

2014-03-24 Thread Stephan Bergmann
solenv/gbuild/JunitTest.mk |2 +- solenv/gbuild/platform/com_MSC_class.mk |4 ++-- solenv/gbuild/platform/macosx.mk|2 +- solenv/gbuild/platform/solaris.mk |2 +- solenv/gbuild/platform/unxgcc.mk|2 +- 5 files changed, 6 insertions(+), 6 delet

Issue with libhyphen

2014-03-24 Thread Bert Frees
Dear László and others, We think we may have found a bug in libhyphen. It could be that it is just a limitation of the algorithm, but anyway it's an issue for us. The problem is that some patterns in a dictionary are ignored in some cases, namely when the match string of that pattern is a part of

Re: Cppcheck reports "Division by zero" in new.cxx (sfx2 module)

2014-03-24 Thread Caolán McNamara
On Sat, 2014-03-22 at 06:50 -0700, julien2412 wrote: > or should we do something completely different? I'd just return early if the width or height is <= 0. Though I think I'd move the SetLineColor/SetFillColor and "DrawRect" to the top of the method so 4 pixel high/wide windows still get blanked

Re: Who pressed Ctrl-Alt-Shift-D?

2014-03-24 Thread Regina Henschel
Hi Stephan, Stephan Bergmann schrieb: Did anybody do that in a dev build over the course of the last couple years, to use the VCL Debug Options dialog? If not, I'd like to just get rid of that thing. I use it. The default setting is to show the error message in a message box. But I want to g

[Libreoffice-commits] core.git: vcl/inc

2014-03-24 Thread Tor Lillqvist
vcl/inc/headless/svpgdi.hxx |1 + 1 file changed, 1 insertion(+) New commits: commit 784e3d96d1d86b1b11eeafb2cfc8199b1a55f0f9 Author: Tor Lillqvist Date: Mon Mar 24 15:12:38 2014 +0200 Make sure to include Foundation.h to get NSString Change-Id: I063c7abcbce003a8bbfd8aa8d5741

[Libreoffice-commits] core.git: Branch 'private/kohei/new-chart-type-skeleton' - 2 commits - sc/inc sc/qa sc/source

2014-03-24 Thread Kohei Yoshida
sc/inc/column.hxx |3 + sc/inc/document.hxx|2 sc/inc/table.hxx |2 sc/qa/unit/ucalc.hxx |2 sc/qa/unit/ucalc_sharedformula.cxx | 106 + sc/source/core/data/column.cxx | 2

[Libreoffice-commits] core.git: officecfg/registry

2014-03-24 Thread László Németh
officecfg/registry/data/org/openoffice/Office/Addons.xcu |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit d87ee64034381f6a59cd250d3bd783957cb0ada1 Author: László Németh Date: Mon Mar 24 13:50:43 2014 +0100 librelogo toolbar: fix tooltips Change-

[Libreoffice-commits] core.git: vcl/headless vcl/quartz

2014-03-24 Thread Tor Lillqvist
vcl/headless/svpbmp.cxx |4 + vcl/headless/svpgdi.cxx | 49 ++ vcl/headless/svpinst.cxx| 21 ++- vcl/quartz/salgdicommon.cxx | 116 vcl/quartz/salgdiutils.cxx | 88 - vcl/quartz

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 43/a49bd492248be317d16f30b5402a655769ff7a

2014-03-24 Thread Caolán McNamara
43/a49bd492248be317d16f30b5402a655769ff7a |1 + 1 file changed, 1 insertion(+) New commits: commit 8aba3066576a845f9a71f8d78b8ab4d93873e750 Author: Caolán McNamara Date: Mon Mar 24 12:23:10 2014 + Notes added by 'git notes add' diff --git a/43/a49bd492248be317d16f30b5402a655769f

[Libreoffice-commits] core.git: svx/source

2014-03-24 Thread Armin Le Grand
svx/source/svdraw/svdstr.src |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6ce67f4f636cd7cc93abb87b0fca32f433045741 Author: Armin Le Grand Date: Mon Mar 24 11:49:24 2014 + Resolves: #i124497# Corrected object description placeholder... from %O t

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 6f/13b416b9dc62a81d002f07fadee7559401b1bc

2014-03-24 Thread Caolán McNamara
6f/13b416b9dc62a81d002f07fadee7559401b1bc |1 + 1 file changed, 1 insertion(+) New commits: commit c54a0dd39532bbba5fc36ec0b2d19ac651f8d4db Author: Caolán McNamara Date: Mon Mar 24 12:13:59 2014 + Notes added by 'git notes add' diff --git a/6f/13b416b9dc62a81d002f07fadee7559401b

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - c7/243848547b19a3b237f18629b809d93ee821c4

2014-03-24 Thread Caolán McNamara
c7/243848547b19a3b237f18629b809d93ee821c4 |1 + 1 file changed, 1 insertion(+) New commits: commit 8ccf61a9b921d3dc18f291aa5e82fcf968868258 Author: Caolán McNamara Date: Mon Mar 24 12:12:58 2014 + Notes added by 'git notes add' diff --git a/c7/243848547b19a3b237f18629b809d93ee82

[Libreoffice-commits] core.git: 30 commits - cui/source idlc/inc idlc/source include/vcl lotuswordpro/source sc/source sd/source sfx2/source svtools/source svx/source sw/source ucb/source unusedcode.e

2014-03-24 Thread Caolán McNamara
cui/source/options/dbregister.cxx|4 - idlc/inc/idlc/astdeclaration.hxx |1 idlc/source/astdeclaration.cxx | 33 -- include/vcl/outdev.hxx |6 - lotusw

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - svx/source

2014-03-24 Thread Armin Le Grand
svx/source/svdraw/svdstr.src |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 43a49bd492248be317d16f30b5402a655769ff7a Author: Armin Le Grand Date: Mon Mar 24 11:49:24 2014 + i124497 Corrected object description placeholder from %O to %1 diff --git a/svx/s

[Libreoffice-commits] core.git: include/vcl vcl/source

2014-03-24 Thread Chris Sherlock
include/vcl/outdev.hxx |2 ++ include/vcl/print.hxx |1 + vcl/source/gdi/outdev2.cxx | 28 +--- 3 files changed, 20 insertions(+), 11 deletions(-) New commits: commit ca949408b89c990edb6321d59db9eed6d29d21a7 Author: Chris Sherlock Date: Sun Mar 23 15:

[Libreoffice-commits] core.git: include/vcl vcl/source

2014-03-24 Thread Chris Sherlock
include/vcl/outdev.hxx |1 + include/vcl/window.hxx |1 + vcl/source/gdi/outdev2.cxx | 13 ++--- vcl/source/window/window.cxx | 10 ++ 4 files changed, 18 insertions(+), 7 deletions(-) New commits: commit eb5242851d8242fbadca7ac8fde7b633b207ba90 Author: C

[Libreoffice-commits] help.git: source/text

2014-03-24 Thread László Németh
source/text/swriter/librelogo/LibreLogo.xhp | 28 +--- 1 file changed, 17 insertions(+), 11 deletions(-) New commits: commit 240d724adc9655770c2152902b7d1a9bef28e497 Author: László Németh Date: Mon Mar 24 12:43:43 2014 +0100 librelogo: help for gradients, log1

[Libreoffice-commits] core.git: helpcontent2

2014-03-24 Thread László Németh
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5e3aa91c77374b555277964b6707252bdc12ac21 Author: László Németh Date: Mon Mar 24 12:43:43 2014 +0100 Updated core Project: help 240d724adc9655770c2152902b7d1a9bef28e497 diff --git a/helpconte

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sw/source

2014-03-24 Thread Andras Timar
sw/source/ui/uno/unomailmerge.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6181b3fe2c11d55f46eaaf657877aa9396c16374 Author: Andras Timar Date: Mon Mar 24 10:50:02 2014 +0100 fdo#74155 mailmerge output path fix regression from dd7acb3d76cd89b3f0

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sd/source

2014-03-24 Thread Andrzej Hunt
sd/source/ui/remotecontrol/DiscoveryService.cxx | 33 ++-- sd/source/ui/remotecontrol/DiscoveryService.hxx |6 2 files changed, 26 insertions(+), 13 deletions(-) New commits: commit 295c0c40682581215756e8bd744c8f2b04bd1acf Author: Andrzej Hunt Date: Tue Mar 18 07

Re: Who pressed Ctrl-Alt-Shift-D?

2014-03-24 Thread Norbert Thiebaud
On Mon, Mar 24, 2014 at 4:19 AM, Stephan Bergmann wrote: > Did anybody do that in a dev build over the course of the last couple years, > to use the VCL Debug Options dialog? /me never knew that even existed... Norbert ___ LibreOffice mailing list Libr

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - extensions.lst

2014-03-24 Thread Jürgen Schmidt
extensions.lst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6f13b416b9dc62a81d002f07fadee7559401b1bc Author: Jürgen Schmidt Date: Mon Mar 24 08:39:50 2014 + #124357# merge from aoo410 branch, update Gaelic dictionary to latest version 2.8 diff --git

Who pressed Ctrl-Alt-Shift-D?

2014-03-24 Thread Stephan Bergmann
Did anybody do that in a dev build over the course of the last couple years, to use the VCL Debug Options dialog? If not, I'd like to just get rid of that thing. Stephan ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freed

[Libreoffice-commits] core.git: sw/source

2014-03-24 Thread Andras Timar
sw/source/core/uibase/uno/unomailmerge.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f0ec98c18999495152719260a32d4f83572bda10 Author: Andras Timar Date: Mon Mar 24 10:42:18 2014 +0100 fdo#74155 mailmerge output path fix regression from dd7acb3d7

[Libreoffice-commits] dev-tools.git: scripts/gerrit-filter-domain

2014-03-24 Thread Miklos Vajna
scripts/gerrit-filter-domain |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) New commits: commit f4a7adb7f11182d7005f9216d7e4b4665ac9cb27 Author: Miklos Vajna Date: Mon Mar 24 10:44:05 2014 +0100 gerrit-filter-domain: consider -2 as negative review and allow regexes

[Libreoffice-commits] core.git: 3 commits - sw/qa sw/source vcl/source

2014-03-24 Thread Jan Holesovsky
sw/qa/extras/inc/swmodeltestbase.hxx | 10 sw/source/filter/ww8/docxsdrexport.cxx |9 +++ vcl/source/gdi/outdev2.cxx | 12 +- vcl/source/window/window.cxx | 39 +++-- 4 files changed, 29 insertions(+), 41 deletions(

[Bug 56284] soffice fails to start unless ~/.config exists and is writable

2014-03-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56284 Commit Notification changed: What|Removed |Added Whiteboard|EasyHack DifficultyBeginner |EasyHack DifficultyBeginner

[Libreoffice-commits] core.git: sal/osl

2014-03-24 Thread Michaël Lefèvre
sal/osl/unx/security.c | 34 +++--- 1 file changed, 31 insertions(+), 3 deletions(-) New commits: commit 5b4b6b2aad548cdc27ba2aa7d87ff584ec7e97dd Author: Michaël Lefèvre Date: Thu Mar 20 21:27:40 2014 +0100 fdo#56284 : soffice fails to start unless ~/.confi

[Libreoffice-commits] core.git: solenv/bin

2014-03-24 Thread Jan-Marek Glogowski
solenv/bin/modules/installer/globals.pm |1 + solenv/bin/modules/installer/ziplist.pm |2 +- 2 files changed, 2 insertions(+), 1 deletion(-) New commits: commit 0a841226089679d2fed752607ce157ad0f5af330 Author: Jan-Marek Glogowski Date: Wed Mar 19 17:15:10 2014 +0100 fdo#75577: Add

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 25/9053633be31fa35bdd7df4858799badaed20ca

2014-03-24 Thread Caolán McNamara
25/9053633be31fa35bdd7df4858799badaed20ca |1 + 1 file changed, 1 insertion(+) New commits: commit 3e82753bb923b731fa46a7eb855c9616c331655b Author: Caolán McNamara Date: Mon Mar 24 09:31:45 2014 + Notes added by 'git notes add' diff --git a/25/9053633be31fa35bdd7df4858799badaed2

[Libreoffice-commits] core.git: editeng/source

2014-03-24 Thread Miklos Vajna
editeng/source/editeng/impedit.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit fb30020dd869e545c0c67b8a5deb66a31d7bb6ef Author: Miklos Vajna Date: Mon Mar 24 10:09:06 2014 +0100 editeng: clean up unneeded bForceCursor Change-Id: Idb12f1c388e14dc

Call for paper LibreOffice conference reminder

2014-03-24 Thread Sophie
Hi all, This is a reminder that the Call for Paper for the next LibreOffice Conference in Bern is still running until May 15. Please follow this link for further indications: http://blog.documentfoundation.org/2014/03/05/libreoffice-conference-2014-call-for-paper/ Thanks for your participation :)

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - vcl/aqua

2014-03-24 Thread Herbert Dürr
vcl/aqua/source/gdi/ctlayout.cxx | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) New commits: commit c7243848547b19a3b237f18629b809d93ee821c4 Author: Herbert Dürr Date: Mon Mar 24 07:48:44 2014 + #i124375# force soft-hyphen visibility for CoreText to meet Writer+EEn