[Libreoffice-commits] online.git: kit/Kit.cpp

2018-05-28 Thread Miklos Vajna
kit/Kit.cpp | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) New commits: commit d718b1c0545fe77b0552269057bff707f8bee347 Author: Miklos Vajna Date: Mon May 28 09:11:06 2018 +0200 kit: let alphaBlend() take an std::vector instead of raw pointer So that

Re: WebServer behind LOOL?

2018-05-28 Thread Miklos Vajna
Hi, On Wed, May 23, 2018 at 09:14:58AM +, Renato Ribeiro wrote: > This is a basic question but I can't understand yet. What is the web > server running behind the LibreOffice Online? The websocket is the > protocol used to change messages, right? What's other protocols are > used in this app

[Libreoffice-commits] core.git: basic/source connectivity/source dbaccess/source desktop/source

2018-05-28 Thread Arkadiy Illarionov
basic/source/inc/parser.hxx|5 ++--- connectivity/source/drivers/firebird/Util.hxx |3 --- dbaccess/source/ui/inc/commontypes.hxx |2 -- desktop/source/deployment/registry/package/dp_extbackenddb.hxx |2 --

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

2018-05-28 Thread Gabor Kelemen
chart2/IwyuFilter_chart2.yaml | 47 - chart2/source/model/inc/BaseCoordinateSystem.hxx |1 chart2/source/model/inc/ChartTypeManager.hxx |6 -- chart2/source/model/inc/DataSeries.hxx |5 - chart2/source/model/in

[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - icon-themes/karasa_jaga

2018-05-28 Thread Rizal Muttaqin
dev/null |binary icon-themes/karasa_jaga/COPYING | 224 ++ icon-themes/karasa_jaga/cmd/32/addtable.png |binary icon-themes/karasa_jaga/cmd/32/dbformdelete.png |binary icon-themes/karasa_jaga/cmd/

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

2018-05-28 Thread Miklos Vajna
sw/source/filter/xml/xmltbli.cxx | 128 +++ 1 file changed, 64 insertions(+), 64 deletions(-) New commits: commit e7fe9094831036c295bf448737869a47f1873e3f Author: Miklos Vajna Date: Mon May 28 09:08:36 2018 +0200 sw: prefix members of SwXMLTableCellCon

Re: New Defects reported by Coverity Scan for LibreOffice

2018-05-28 Thread Caolán McNamara
On Sun, 2018-05-27 at 22:28 +, scan-ad...@coverity.com wrote: > *** CID 1078573: Null pointer dereferences (FORWARD_NULL) > /sw/source/core/docnode/swbaslnk.cxx Since 7581730b2795a58d4fe6868e2f61572a91fde293 lcl_CallModify ends up as... bool bUpdate = false; SwGrfNode* pSwGrfNode = nullptr;

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

2018-05-28 Thread Caolán McNamara
sw/inc/accmap.hxx|3 +++ sw/source/core/access/acccontext.cxx |6 +- sw/source/core/access/accmap.cxx | 11 --- 3 files changed, 16 insertions(+), 4 deletions(-) New commits: commit c12bfe9296b5db66ae7326f1dd99b1aa8fb9d2bb Author: Caolán McNamara Dat

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

2018-05-28 Thread Noel Grandin
include/svx/unopage.hxx|3 ++- svx/source/unodraw/unopage.cxx |6 +- sw/inc/unodraw.hxx |2 +- 3 files changed, 4 insertions(+), 7 deletions(-) New commits: commit 26b27c23d42247695d72167be7729e36a473f644 Author: Noel Grandin Date: Fri May 18 09:47:03 2018 +

[Libreoffice-commits] core.git: Branch 'feature/cib_contract935' - vcl/source

2018-05-28 Thread Khaled Hosny
vcl/source/fontsubset/sft.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 4ea25643ffa8acfa53703394fb0376b09e225324 Author: Khaled Hosny Date: Fri Oct 13 20:58:08 2017 +0200 tdf#107605: Fix reading version 0 OS/2 font table The version 0 table

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

2018-05-28 Thread Takeshi Abe
basic/source/runtime/methods.cxx | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) New commits: commit f122faeede515093cf9dc450c9b62fdaae603bef Author: Takeshi Abe Date: Mon May 7 17:31:39 2018 +0900 basic: Avoid looking up system clock twice to get current datetime

tdf97815 switching to English function names does not work with _ADD functions

2018-05-28 Thread Winfried Donkers
Hi Eike, As I did some work in the past on this aspect, I try to fix this bug, even though I am not a big fan of the Add-In functions ;-). I came across code that I don't understand enough: 1. /scaddins/source/analysis/deffuncname.hxx contains a lot of static const char*[2], with German and Engl

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-cd-3-2' - wsd/Admin.cpp

2018-05-28 Thread Michael Meeks
wsd/Admin.cpp |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit d5deed4a3737292a46fd8314859c9f7f76084736 Author: Michael Meeks Date: Tue May 15 10:52:56 2018 +0100 Start the admin thread even if it is disabled. The admin thread does memory cleanup as

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

2018-05-28 Thread Noel Grandin
sc/source/ui/unoobj/textuno.cxx | 25 - 1 file changed, 8 insertions(+), 17 deletions(-) New commits: commit 06f86d544c8017c2e736bc77db27dd623853770b Author: Noel Grandin Date: Mon May 28 10:19:25 2018 +0200 tdf#100756 slowdown in manipulating spreadsheet via UNO

[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - sw/inc sw/source

2018-05-28 Thread Caolán McNamara
sw/inc/accmap.hxx|3 +++ sw/source/core/access/acccontext.cxx |6 +- sw/source/core/access/accmap.cxx | 11 --- 3 files changed, 16 insertions(+), 4 deletions(-) New commits: commit 95ed8c0c76c18e773c5484b8b27c36805fcc7b9b Author: Caolán McNamara Dat

[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - sw/inc sw/source

2018-05-28 Thread Caolán McNamara
sw/inc/accmap.hxx|3 +++ sw/source/core/access/acccontext.cxx |6 +- sw/source/core/access/accmap.cxx | 11 --- 3 files changed, 16 insertions(+), 4 deletions(-) New commits: commit bab7384c005921768a9499550c1525d211aeddf9 Author: Caolán McNamara Dat

[Libreoffice-commits] core.git: compilerplugins/clang dbaccess/source

2018-05-28 Thread Noel Grandin
compilerplugins/clang/useuniqueptr.cxx |3 ++ dbaccess/source/ui/dlg/dbwiz.cxx | 34 - dbaccess/source/ui/inc/dbwiz.hxx |2 - 3 files changed, 21 insertions(+), 18 deletions(-) New commits: commit f66510f1da3ab0584cd13e55f59728f7a2f2f488 Autho

[Libreoffice-commits] core.git: extras/source include/svtools include/svx include/vcl sc/inc sc/qa sc/source sc/uiconfig svtools/source svx/source vcl/source vcl/unx

2018-05-28 Thread Caolán McNamara
extras/source/glade/libreoffice-catalog.xml.in |3 include/svtools/valueset.hxx | 201 +++ include/svx/SvxColorValueSet.hxx | 13 include/vcl/customweld.hxx | 19 include/vcl/layout.hxx | 24 include/vcl/wel

[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - translations

2018-05-28 Thread Christian Lohmaier
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a060c536c6afb15dbe41d2e4d3d8d3c7df2c454e Author: Christian Lohmaier Date: Mon May 28 14:04:16 2018 +0200 Updated core Project: translations b1dbd807900728ddd68a7b03ea58a5ce43717f6f add

[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - l10ntools/source scp2/source solenv/inc

2018-05-28 Thread Christian Lohmaier
l10ntools/source/ulfconv/msi-encodinglist.txt |1 + scp2/source/ooo/module_langpack.ulf |6 ++ solenv/inc/langlist.mk|1 + 3 files changed, 8 insertions(+) New commits: commit 9bf385b15439f25b89fe7c53a967a0941440226e Author: Christian Lohmaier Da

[Libreoffice-commits] core.git: Branch 'distro/collabora/cd-5.3-3.2' - vcl/source

2018-05-28 Thread Ashod Nakashian
vcl/source/filter/ipdf/pdfread.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 4a3457907546b4cde3adaf0ba6a6d258fe1b54b7 Author: Ashod Nakashian Date: Mon May 28 08:02:06 2018 -0400 vcl: fix pdf rendering regression Change-Id: I6c2c48c033facb317

[Libreoffice-commits] online.git: Changes to 'feature/latency'

2018-05-28 Thread Miklos Vajna
New branch 'feature/latency' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2018-05-28 Thread Noel Grandin
vcl/qa/cppunit/complextext.cxx |8 1 file changed, 8 insertions(+) New commits: commit 39eecc510667c8b1be9d3a031f7a30ae5be18040 Author: Noel Grandin Date: Mon May 28 11:14:36 2018 +0200 disable part of VclComplexTextTest::testArabic fails sporadically on one of the w

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

2018-05-28 Thread Caolán McNamara
sw/source/core/access/acccontext.cxx |9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) New commits: commit eccf771815eefb826f5bb8597277020ec297edf1 Author: Caolán McNamara Date: Mon May 28 09:50:09 2018 +0100 directly get matching a11y if it exists rather than che

Fred Kruse license statement

2018-05-28 Thread Fred Kruse
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. Best Regards Fred Kruse ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffic

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

2018-05-28 Thread Marco Cecchetti
svx/source/core/graphichelper.cxx |7 +++ 1 file changed, 7 insertions(+) New commits: commit 796bee47e90efee7c076f6acdc2a95004ed081d0 Author: Marco Cecchetti Date: Tue May 15 11:13:05 2018 +0200 tdf#117172 - Image context menu Save fails to do anything Change-Id: I5c0980

[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - vcl/inc vcl/unx

2018-05-28 Thread Caolán McNamara
vcl/inc/unx/salobj.h |1 + vcl/unx/generic/window/salobj.cxx | 10 -- 2 files changed, 5 insertions(+), 6 deletions(-) New commits: commit 20c6ab6b492d360faafeb857ef51bc0da5f645f6 Author: Caolán McNamara Date: Mon May 28 10:48:32 2018 +0100 tdf#117628 crash afte

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

2018-05-28 Thread Caolán McNamara
vcl/inc/unx/salobj.h |1 + vcl/unx/generic/window/salobj.cxx | 10 -- 2 files changed, 5 insertions(+), 6 deletions(-) New commits: commit 5fde838b561924208dacd4a3f4ce5df6c7ea4661 Author: Caolán McNamara Date: Mon May 28 10:48:32 2018 +0100 tdf#117628 crash afte

[Libreoffice-commits] core.git: include/drawinglayer sc/inc

2018-05-28 Thread Andrea Gelmini
include/drawinglayer/processor3d/shadow3dextractor.hxx |2 +- sc/inc/scmod.hxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 6f6c61a8c0fb7fd838e0c6516276a22b7729904c Author: Andrea Gelmini Date: Mon May 28 11:32:40 201

[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - basegfx/source basic/source compilerplugins/clang cui/source dbaccess/source include/basegfx include/filter include/sfx2 include/svl include/

2018-05-28 Thread Noel Grandin
basegfx/source/polygon/b3dpolygon.cxx |8 basegfx/source/polygon/b3dpolypolygon.cxx |2 +- basic/source/runtime/inputbox.cxx |2 +- compilerplugins/clang/passstuffbyref.cxx |4 cui/source/dialogs/cuicharmap.cxx |2 +-

[Libreoffice-commits] core.git: Changes to 'refs/tags/cd-5.3-47'

2018-05-28 Thread Jan Holesovsky
Tag 'cd-5.3-47' created by Jan Holesovsky at 2018-05-28 14:41 + cd-5.3-47 Changes since cd-5.3-46-6: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/list

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

2018-05-28 Thread Julien Nabet
dbaccess/source/filter/hsqldb/rowinputbinary.cxx | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) New commits: commit 91e6174a088b8c722e8c6d3482c1ae9a6818a7c5 Author: Julien Nabet Date: Mon May 21 18:56:52 2018 +0200 tdf#117732: Mig FB, fix reading of time

Re: tdf97815 switching to English function names does not work with _ADD functions

2018-05-28 Thread Eike Rathke
Hi Winfried, Btw, the bug title is misleading, it shouldn't be only ..._ADD functions but all Add-In functions. On Monday, 2018-05-28 09:41:20 +, Winfried Donkers wrote: > As I did some work in the past on this aspect, I try to fix this bug, even > though I am not a big fan of the Add-In fu

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

2018-05-28 Thread Caolán McNamara
svx/source/dialog/charmap.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit e99cb63b7d76ce02d0d9cdf13bf5e19e936ad035 Author: Caolán McNamara Date: Mon May 28 09:10:09 2018 +0100 coverity#1435837 Uninitialized scalar field Change-Id: Ie2d78756019fe48167515c6022cd5

[Libreoffice-commits] core.git: Branch 'distro/collabora/cd-5.3-3.2' - configure.ac

2018-05-28 Thread Jan Holesovsky
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 121ba866e0d4cc9d4e7e51546aeda561f4267cd3 Author: Jan Holesovsky Date: Mon May 28 16:36:17 2018 +0200 Bump version 5.3-47 Change-Id: I3ab41b34d09e9318cdd23e172082ca96d6ba020d diff --git a/co

[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - dictionaries

2018-05-28 Thread László Németh
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit bc849c63875552fe419ac2d87d7d34819842619c Author: László Németh Date: Thu May 17 12:33:35 2018 +0200 Updated core Project: dictionaries 37c3e3924d33f29dbff7fb3dba40b36a694c6792 Hungarian

[Libreoffice-commits] dictionaries.git: Branch 'libreoffice-6-0' - hu_HU/description.xml hu_HU/hu_HU.aff hu_HU/hu_HU.dic hu_HU/README_hu_HU.txt

2018-05-28 Thread László Németh
hu_HU/README_hu_HU.txt |4 hu_HU/description.xml |2 hu_HU/hu_HU.aff| 8138 +++ hu_HU/hu_HU.dic|25929 - 4 files changed, 17103 insertions(+), 16970 deletions(-) New commits: commit 37c3e3924d33f29dbff7fb3dba40

[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - extras/source include/svtools include/svx include/vcl sc/inc sc/qa sc/source sc/uiconfig svtools/source svx/source vcl/source vcl/unx

2018-05-28 Thread Caolán McNamara
extras/source/glade/libreoffice-catalog.xml.in |3 include/svtools/valueset.hxx | 201 +++ include/svx/SvxColorValueSet.hxx | 13 include/vcl/customweld.hxx | 19 include/vcl/layout.hxx | 24 include/vcl/wel

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

2018-05-28 Thread Marco Cecchetti
sc/inc/scabstdlg.hxx |3 - sc/qa/unit/screenshots/screenshots.cxx |2 sc/source/ui/attrdlg/scdlgfact.cxx |5 + sc/source/ui/attrdlg/scdlgfact.hxx |3 - sc/source/ui/unoobj/filtuno.cxx|2 sc/source/ui/view/cellsh2.cxx |2 sc/sour

[Libreoffice-commits] website.git: Branch 'update' - check.php

2018-05-28 Thread Christian Lohmaier
check.php | 22 ++ 1 file changed, 14 insertions(+), 8 deletions(-) New commits: commit e3384226f9f6080838eae6766018364a2c727086 Author: Christian Lohmaier Date: Mon May 28 19:26:43 2018 +0200 enable update to 6.0.4 and 5.4.7 diff --git a/check.php b/check.php index

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

2018-05-28 Thread Tor Lillqvist
vcl/osx/vclnsapp.mm |3 +++ 1 file changed, 3 insertions(+) New commits: commit aa81a086bd3dcd7d6b830951619f310bd0aff30c Author: Tor Lillqvist Date: Mon May 28 14:41:20 2018 +0300 tdf#117850: Just call _Exit() in our applicationWillTerminate: Sure, it is just a workaround, bu

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - 2 commits - sw/inc sw/source

2018-05-28 Thread Mike Kaganski
sw/inc/view.hxx |1 + sw/source/uibase/app/appenv.cxx |2 +- sw/source/uibase/uiview/view.cxx | 38 ++ 3 files changed, 40 insertions(+), 1 deletion(-) New commits: commit db488f42a900504004d819e2795c18b056500db6 Author: Mike Kagansk

[Libreoffice-commits] core.git: 2 commits - connectivity/source vcl/osx

2018-05-28 Thread Tor Lillqvist
connectivity/source/drivers/firebird/PreparedStatement.cxx |9 +- vcl/osx/vclnsapp.mm| 18 - 2 files changed, 8 insertions(+), 19 deletions(-) New commits: commit 2f7812a4fa1503bd8391cd8deb07d6606519e182 Author: Tor Lillqvist Date:

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - sw/inc sw/source

2018-05-28 Thread Mike Kaganski
sw/inc/view.hxx |1 + sw/source/uibase/app/applab.cxx |3 +++ sw/source/uibase/uiview/view.cxx | 24 +--- 3 files changed, 17 insertions(+), 11 deletions(-) New commits: commit 7859f9f259846889bcdd193ddb067e8912d6a89f Author: Mike Kaganski Date:

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

2018-05-28 Thread Samuel Mehrbrodt
basic/source/runtime/methods.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 44391aec4a12c0b36208ca30cc0c66e151678c24 Author: Samuel Mehrbrodt Date: Mon May 28 14:20:55 2018 +0200 Add missing include Change-Id: I645e25d6dcff1d395760f3a9980858a4c4ac1378 Review

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - filter/source include/unotools officecfg/registry sw/CppunitTest_sw_mailmerge.mk sw/inc sw/qa sw/source sw/uiconfig unotools/source

2018-05-28 Thread Mike Kaganski
filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx | 13 include/unotools/compatibility.hxx|1 officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs |6 sw/CppunitTest_sw_mailmerge.mk|4

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

2018-05-28 Thread Caolán McNamara
vcl/source/app/salvtables.cxx | 22 ++ 1 file changed, 22 insertions(+) New commits: commit c3ea8e1d7922b93285dac930eb37f67eec19a21e Author: Caolán McNamara Date: Mon May 28 17:29:17 2018 +0100 toggle should trigger only through ui Change-Id: I15619dad2189f8

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

2018-05-28 Thread Julien Nabet
sc/source/ui/unoobj/scdetect.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3dd0105d1c237fd5af619d6153802b3549678c80 Author: Julien Nabet Date: Sun May 27 21:07:28 2018 +0200 DBase: synchronize DB types known on Calc with those known on Base by a

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

2018-05-28 Thread Zdeněk Crhonek
sc/qa/uitest/calc_tests/fillRandomNumber.py | 58 1 file changed, 58 insertions(+) New commits: commit ee3a23978da998b4d5ebac89c422cd78f7b31c3a Author: Zdeněk Crhonek Date: Mon May 28 14:53:19 2018 +0200 uitest Calc Fill random number Change-Id: I69

[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - cui/uiconfig vcl/unx

2018-05-28 Thread Caolán McNamara
cui/uiconfig/ui/textattrtabpage.ui |4 +--- vcl/unx/gtk3/gtk3gtkinst.cxx | 11 --- 2 files changed, 5 insertions(+), 10 deletions(-) New commits: commit c3a9610e66f0577cb5db3b166b11492ae5b33555 Author: Caolán McNamara Date: Fri May 25 16:41:00 2018 +0100 fix up positio

[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - svx/source

2018-05-28 Thread Caolán McNamara
svx/source/dialog/charmap.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit aa9eaa396ef7bbe6955bb1053e4f76121ea38923 Author: Caolán McNamara Date: Mon May 28 09:10:09 2018 +0100 coverity#1435837 Uninitialized scalar field Change-Id: Ie2d78756019fe48167515c6022cd5

[Libreoffice-commits] core.git: cui/source cui/uiconfig

2018-05-28 Thread Caolán McNamara
cui/source/inc/transfrm.hxx | 24 +++ cui/source/tabpages/transfrm.cxx | 113 -- cui/uiconfig/ui/slantcornertabpage.ui | 68 ++-- 3 files changed, 101 insertions(+), 104 deletions(-) New commits: commit b93348cd30df08ae60f38f

[Libreoffice-commits] core.git: cui/uiconfig vcl/unx

2018-05-28 Thread Caolán McNamara
cui/uiconfig/ui/textattrtabpage.ui |4 +--- vcl/unx/gtk3/gtk3gtkinst.cxx | 11 --- 2 files changed, 5 insertions(+), 10 deletions(-) New commits: commit 79f796cc6f0c7b7e8dbc627467037e942d099c52 Author: Caolán McNamara Date: Fri May 25 16:41:00 2018 +0100 fix up positio

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

2018-05-28 Thread Caolán McNamara
cui/source/inc/transfrm.hxx | 70 +++--- cui/source/tabpages/transfrm.cxx | 439 -- cui/uiconfig/ui/possizetabpage.ui | 145 +++- include/vcl/customweld.hxx|1 4 files changed, 311 insertions(+), 344 deletions(-) New commits: com

[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - cui/source include/svx sal/rtl sd/source svx/source vcl/inc

2018-05-28 Thread Noel Grandin
cui/source/tabpages/textattr.cxx |2 include/svx/dlgctrl.hxx|8 - sal/rtl/alloc_arena.hxx|2 sd/source/ui/table/TableDesignPane.cxx |6 sd/source/ui/table/TableDesignPane.hxx |3 svx/source/dialog/dlgctrl.cxx | 227 +++

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

2018-05-28 Thread Caolán McNamara
svx/source/dialog/dlgctrl.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 4899b89f7422983ae0c6f9cf8716ddfeb422de02 Author: Caolán McNamara Date: Mon May 28 09:08:26 2018 +0100 coverity#1435838 Uninitialized scalar field Change-Id: I76446f3d70f3385b78ee382b2654397

Weekly QA Report (W18/W19/W20-2018)

2018-05-28 Thread Xisco Fauli
Hello, What have happened in QA in the last 21 days?   * 342 bugs have been created, of which, 116 are still unconfirmed ( Total Unconfirmed bugs: 509 )         + Created bugs: http://tinyurl.com/y89co4y9         + Still unconfirmed bugs: http://tinyurl.com/y9q3pqph   * 2411 comments have been w

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

2018-05-28 Thread Henry Castro
sc/source/ui/app/scmod.cxx | 24 +--- 1 file changed, 9 insertions(+), 15 deletions(-) New commits: commit 8f9f66e8d2bae94c1f469ffc51bdbffeba853a2b Author: Henry Castro Date: Mon May 28 10:20:53 2018 -0400 sc: simplify ScModule::GetClipDoc Change-Id: I36a79a

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

2018-05-28 Thread Luboš Luňák
sc/source/core/tool/token.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 92e6be6614af2d8c1697faf5fc37e74af3700cea Author: Luboš Luňák Date: Mon May 28 16:01:49 2018 +0200 blacklist ocDBSum for calc's threading Triggers a number of asserts on ha

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

2018-05-28 Thread Miklos Vajna
filter/source/msfilter/msdffimp.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 63ce2fa4835109eeab172ab167dafe4a752b6764 Author: Miklos Vajna Date: Mon May 28 17:08:34 2018 +0200 filter: fix build of embedded ole stream dumper Change-Id: I7f9f34af

[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - connectivity/source

2018-05-28 Thread Julien Nabet
connectivity/source/drivers/firebird/PreparedStatement.cxx |9 - 1 file changed, 8 insertions(+), 1 deletion(-) New commits: commit 570279baa7df076413cc6b4f9220a07248db0c1b Author: Julien Nabet Date: Sat May 26 18:01:15 2018 +0200 tdf#117446: FB mig, (VAR)BINARY, fix memory ma

[Libreoffice-commits] core.git: configure.ac

2018-05-28 Thread Stephan Bergmann
configure.ac |3 --- 1 file changed, 3 deletions(-) New commits: commit 255bfc283c531512c93401bb4a23cb617137b864 Author: Stephan Bergmann Date: Mon May 28 13:13:44 2018 +0200 WITH_HELPPACK_INTEGRATION isn't substituted anywhere (just used via SCPDEFS) Change-Id: I23a

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

2018-05-28 Thread Mike Kaganski
sw/source/uibase/app/apphdl.cxx | 70 ++-- 1 file changed, 18 insertions(+), 52 deletions(-) New commits: commit d7c2667089535d25b8f0ad4f58810ee54552156b Author: Mike Kaganski Date: Sat May 26 19:55:49 2018 +0300 Only show Mail Merge toolbar after wiz

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - sw/source

2018-05-28 Thread Mike Kaganski
sw/source/uibase/app/apphdl.cxx | 14 ++ 1 file changed, 14 insertions(+) New commits: commit d64da241e8ebd0c212548982dcf61cc658939e8a Author: Mike Kaganski Date: Sat May 26 14:23:13 2018 +0300 tdf#117817: Update Mail Merge controls after wizard completes Otherwise

[Libreoffice-commits] core.git: 2 commits - dbaccess/source xmloff/inc xmloff/source

2018-05-28 Thread Noel Grandin
dbaccess/source/ui/dlg/dlgattr.cxx|4 +-- dbaccess/source/ui/inc/dlgattr.hxx|2 - xmloff/inc/XMLTextHeaderFooterContext.hxx |1 xmloff/inc/animationimport.hxx|1 xmloff/inc/txtfldi.hxx|1

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

2018-05-28 Thread Noel Grandin
dbaccess/source/ui/dlg/dbwizsetup.cxx | 13 ++--- dbaccess/source/ui/dlg/indexdialog.cxx |4 ++-- dbaccess/source/ui/inc/dbwizsetup.hxx |2 +- dbaccess/source/ui/inc/indexdialog.hxx |2 +- 4 files changed, 10 insertions(+), 11 deletions(-) New commits: commit c9f120a424072

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

2018-05-28 Thread Samuel Mehrbrodt
vbahelper/source/vbahelper/vbacommandbarhelper.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 535f31419ab61c33212b1dd2693e34968902d3ad Author: Samuel Mehrbrodt Date: Mon May 28 14:45:31 2018 +0200 Add missing include Change-Id: I0b3af7ac36631748c0d33afb6d06d1976