New Defects reported by Coverity Scan for LibreOffice

2017-01-23 Thread scan-admin
Hi, Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan. 3 new defect(s) introduced to LibreOffice found with Coverity Scan. 41 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. New defe

[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - connectivity/source

2017-01-23 Thread Stephan Bergmann
connectivity/source/drivers/firebird/Clob.cxx | 14 +- connectivity/source/drivers/firebird/Clob.hxx |3 ++- 2 files changed, 11 insertions(+), 6 deletions(-) New commits: commit 93dd5ae6ca8f6e812e63d68465512acda114ee27 Author: Stephan Bergmann Date: Sat Jan 14 16:19:14 2017

[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - connectivity/Library_firebird_sdbc.mk connectivity/source

2017-01-23 Thread Tamás Bunth
connectivity/Library_firebird_sdbc.mk |1 connectivity/source/drivers/firebird/Clob.cxx | 100 connectivity/source/drivers/firebird/Clob.hxx | 76 +++ connectivity/source/drivers/firebird/Connection.cxx | 14 ++ connectivity/sour

[Libreoffice-commits] core.git: 4 commits - chart2/inc chart2/source lotuswordpro/source

2017-01-23 Thread Noel Grandin
chart2/inc/ChartModel.hxx |5 - chart2/source/controller/accessibility/AccessibleBase.cxx | 32 -- chart2/source/controller/inc/AccessibleBase.hxx | 13 chart2/source/controller/main/ControllerCommandDispatch.cxx | 35 +

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

2017-01-23 Thread Jochen Nitschke
svx/source/sdr/overlay/overlayobjectlist.cxx | 31 +-- 1 file changed, 6 insertions(+), 25 deletions(-) New commits: commit 12643f416102c868309ba8d082ea91726045f0d1 Author: Jochen Nitschke Date: Mon Jan 23 09:05:19 2017 +0100 use range based loops Change

[Libreoffice-commits] core.git: basctl/source basegfx/source basic/source chart2/source codemaker/source include/basegfx include/basic include/codemaker

2017-01-23 Thread Noel Grandin
basctl/source/basicide/baside2.hxx | 1 basctl/source/basicide/moduldl2.cxx | 1 basegfx/source/polygon/b2dpolygontriangulator.cxx | 4 -- basegfx/source/polygon/b3dpolygon.cxx

[Libreoffice-commits] core.git: include/osl include/svx sc/source solenv/bin svx/source sw/source

2017-01-23 Thread Takeshi Abe
include/osl/file.h|2 +- include/svx/polypolygoneditor.hxx |2 +- sc/source/filter/lotus/lotform.cxx|6 +++--- solenv/bin/modules/installer/control.pm |2 +- svx/source/unodraw/unoshape.cxx |4 ++-- sw/source/core/text/guess.h

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

2017-01-23 Thread Takeshi Abe
starmath/inc/rect.hxx|5 + starmath/source/rect.cxx | 23 +-- 2 files changed, 6 insertions(+), 22 deletions(-) New commits: commit c2850bab4f7e5700151a18d806268f2b86a25d56 Author: Takeshi Abe Date: Mon Jan 23 12:09:42 2017 +0900 starmath: Inline and remo

[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - sc/source

2017-01-23 Thread Winfried Donkers
sc/source/core/tool/interpr3.cxx | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) New commits: commit 6db82982d65b2b15aa7cc2aab5e6219f2db15dd7 Author: Winfried Donkers Date: Sun Jan 15 15:14:15 2017 +0100 tdf#105348 add check for divide by zero situation. Review

[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - sc/source

2017-01-23 Thread Caolán McNamara
sc/source/ui/condformat/condformatdlg.cxx | 20 1 file changed, 12 insertions(+), 8 deletions(-) New commits: commit f3bc969dd5bb4a45946728806159e658056a2bca Author: Caolán McNamara Date: Mon Jan 23 20:44:38 2017 + Resolves: tdf#105466 crash when changing condi

[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - sc/source

2017-01-23 Thread Caolán McNamara
sc/source/ui/condformat/condformatdlg.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit cb65b1fa2ac641d0cb4c589db2f4b3a4df0d6b07 Author: Caolán McNamara Date: Wed Jan 18 14:11:11 2017 + Resolves: tdf#105411 remove from entries before dispose

[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - sc/source

2017-01-23 Thread Caolán McNamara
sc/source/filter/excel/xiescher.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5e314dfb058990a78cd9e1b9045ac0f186de7003 Author: Caolán McNamara Date: Sat Jan 21 16:07:46 2017 + coverity#1399031 golden, Out-of-bounds read There are 17 element

[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - sc/source

2017-01-23 Thread Caolán McNamara
sc/source/filter/excel/xiescher.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f7e79ee29b290503f2fd866fbd8064e30e8fec73 Author: Caolán McNamara Date: Sat Jan 21 16:07:46 2017 + coverity#1399031 golden, Out-of-bounds read There are 17 element

Re: New Defects reported by Coverity Scan for LibreOffice

2017-01-23 Thread Caolán McNamara
On Mon, 2017-01-23 at 11:40 +0100, Stephan Bergmann wrote: > I don't think adding noexcept(false) to such dtors would be > good. They are surely not meant to throw. Well, take 1399220 as a common enough pattern, an OUString += "something" and OUString::operator+= calls rtl_uString_newConcatAsciiL

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

2017-01-23 Thread Caolán McNamara
sc/source/ui/condformat/condformatdlg.cxx | 24 sc/source/ui/inc/condformatdlg.hxx|3 +++ 2 files changed, 27 insertions(+) New commits: commit 4ef8740c98e6db96832191985e5cd49ca94be0bf Author: Caolán McNamara Date: Mon Jan 23 20:59:17 2017 + Rel

[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - canvas/source

2017-01-23 Thread Aron Budea
canvas/source/directx/dx_9rm.cxx | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) New commits: commit d3b250cffeba171ca1b1f793d188b1d05f57e66b Author: Aron Budea Date: Mon Jan 23 03:47:19 2017 +0100 tdf#100151: Dispose of window if DX device creation failed

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

2017-01-23 Thread Caolán McNamara
sc/source/ui/condformat/condformatdlg.cxx | 20 1 file changed, 12 insertions(+), 8 deletions(-) New commits: commit 0b7c1dcd149cd98136e5ed3e8e0e70255d87cd16 Author: Caolán McNamara Date: Mon Jan 23 20:44:38 2017 + Resolves: tdf#105466 crash when changing condi

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

2017-01-23 Thread Caolán McNamara
sc/inc/address.hxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 21297dc60514396cf3ce268726939ea5fed36654 Author: Caolán McNamara Date: Wed Jan 18 21:26:47 2017 + signs match, so don't need to cast Change-Id: Ic1a3d4816430478c77ed56b476

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

2017-01-23 Thread Caolán McNamara
include/vcl/image.hxx |1 - vcl/source/image/Image.cxx |5 - 2 files changed, 6 deletions(-) New commits: commit 04fafa35fc42c22dbbaf22971a170dcbc0ca7288 Author: Caolán McNamara Date: Mon Jan 23 17:19:43 2017 + drop one of the Image ctors Change-Id: I51178fa

[Libreoffice-commits] core.git: comphelper/source desktop/source include/comphelper include/LibreOfficeKit sw/source

2017-01-23 Thread Pranav Kant
comphelper/source/misc/lok.cxx | 12 desktop/source/lib/init.cxx |2 ++ include/LibreOfficeKit/LibreOfficeKitEnums.h |5 + include/comphelper/lok.hxx |4 sw/source/core/view/viewsh.cxx |3 ++- sw

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

2017-01-23 Thread Szymon Kłos
svx/source/sidebar/paragraph/ParaSpacingControl.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit 6d031e4e3a2e773380374b5b142db5f5ebcdcf79 Author: Szymon Kłos Date: Mon Jan 23 18:07:03 2017 +0100 tdf#102142 : disable paragraph spacing icons in the print preview mode

[Libreoffice-commits] core.git: bin/gbuild-to-ide

2017-01-23 Thread Miklos Vajna
0 files changed New commits: commit a983ad7cf9a2d1720fdf1fcfcfbbd91c67d966e0 Author: Miklos Vajna Date: Mon Jan 23 20:21:11 2017 +0100 gbuild-to-ide: restore exec bit Lost in commit 115797f070888cbad93656dda8fa01ec6c98a3f5 (beginning of support for CodeLite in gbuild-to-ide,

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

2017-01-23 Thread Pranav Kant
libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 18fe7c8687182a1c5e6e497ec433d57b010d2e55 Author: Pranav Kant Date: Mon Jan 23 23:14:20 2017 +0530 gtktiledviewer: Make edit mode the default one This is a testing to

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

2017-01-23 Thread Aron Budea
canvas/source/directx/dx_9rm.cxx | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) New commits: commit bb50474225f80b8aeea49f14ad66173462026a41 Author: Aron Budea Date: Mon Jan 23 03:47:19 2017 +0100 tdf#100151: Dispose of window if DX device creation failed

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

2017-01-23 Thread Rohan Kumar
filter/source/svg/presentation_engine.js | 40 +++ 1 file changed, 20 insertions(+), 20 deletions(-) New commits: commit 30672569d5576e86ea47e92c8bcb40416ebadd7c Author: Rohan Kumar Date: Thu Jan 12 02:44:12 2017 +0530 Remove aTransitionSubtypeOutMap and aTra

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

2017-01-23 Thread Stephan Bergmann
embedserv/source/inprocserv/advisesink.cxx | 14 ++ embedserv/source/inprocserv/advisesink.hxx |8 ++-- 2 files changed, 12 insertions(+), 10 deletions(-) New commits: commit c010fe8e5eb781899d77ac18ce6c2c4b74f6fcfd Author: Stephan Bergmann Date: Mon Jan 23 18:03:16 2017

[Libreoffice-commits] core.git: comphelper/source configmgr/source connectivity/source cui/source dbaccess/source desktop/source include/comphelper

2017-01-23 Thread Noel Grandin
comphelper/source/misc/componentmodule.cxx |5 comphelper/source/misc/officerestartmanager.hxx |3 -- comphelper/source/misc/syntaxhighlight.cxx |5 comphelper/source/property/MasterPropertySet.cxx |5 comphelper/source/pr

[Libreoffice-commits] core.git: download.lst external/curl

2017-01-23 Thread Thorsten Behrens
download.lst |4 - external/curl/curl-7.26.0_win-proxy.patch | 117 -- external/curl/curl-msvc.patch.1 |8 -- 3 files changed, 2 insertions(+), 127 deletions(-) New commits: commit 6d9e4803806d1474039e25092a3c1ee268b0b9f8

[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-5-1' - bin/symstore.sh Makefile.in

2017-01-23 Thread Thorsten Behrens
Makefile.in |1 bin/symstore.sh | 81 2 files changed, 82 insertions(+) New commits: commit 781ca025e83ee94c4eb49fc85613248a6d0d473a Author: Thorsten Behrens Date: Sun Jan 15 11:50:27 2017 +0100 gbuild: populate local sym

[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-5-0' - bin/symstore.sh Makefile.in

2017-01-23 Thread Thorsten Behrens
Makefile.in |1 bin/symstore.sh | 81 2 files changed, 82 insertions(+) New commits: commit e2f204bb353d07aa623ffe7f55fd70c1864dad17 Author: Thorsten Behrens Date: Sun Jan 15 11:50:27 2017 +0100 gbuild: populate local sym

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

2017-01-23 Thread Winfried Donkers
sc/qa/unit/data/functions/statistical/fods/t.test.fods |6 +++--- sc/source/core/tool/interpr3.cxx | 10 -- 2 files changed, 11 insertions(+), 5 deletions(-) New commits: commit 84e87423c182ec78aba4eb108355906a0d2f0096 Author: Winfried Donkers Date: Sun Jan

[Libreoffice-commits] core.git: Branch 'feature/cib_contract57' - 4 commits - include/o3tl sfx2/source sw/source

2017-01-23 Thread Samuel Mehrbrodt
include/o3tl/make_unique.hxx | 34 sfx2/source/control/unoctitm.cxx | 40 ++--- sfx2/source/safemode/safemode.cxx |3 -- sw/source/filter/ww8/docxsdrexport.cxx |2 - sw/source/filter/ww8/docxsdrexport.hxx |

[Libreoffice-commits] core.git: chart2/source include/svx sc/source sd/source svx/source

2017-01-23 Thread Jochen Nitschke
chart2/source/controller/main/DragMethod_RotateDiagram.cxx |2 - include/svx/sdr/overlay/overlayobjectlist.hxx |6 ++- include/svx/svddrgmt.hxx |4 +- sc/source/ui/view/gridwin.cxx | 14 +++ sc/source/ui/

[Libreoffice-commits] core.git: helpcontent2

2017-01-23 Thread Olivier
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5f1bc19a9a0dbdf88e11ef81cc8c2f302748632c Author: Olivier Date: Mon Jan 23 09:23:22 2017 -0200 Updated core Project: help ec3123033ab3ea3eace5dd7b53047dcd4daa4ece Add new Help menu entri

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

2017-01-23 Thread Olivier
source/text/shared/05/0001.xhp | 84 +- source/text/shared/main0108.xhp| 102 - 2 files changed, 115 insertions(+), 71 deletions(-) New commits: commit ec3123033ab3ea3eace5dd7b53047dcd4daa4ece Author: Olivier Date: Mon

[Libreoffice-commits] core.git: cppcanvas/Library_cppcanvas.mk cppcanvas/source

2017-01-23 Thread Mark Page
cppcanvas/Library_cppcanvas.mk |7 cppcanvas/source/mtfrenderer/emfpbrush.cxx | 313 ++ cppcanvas/source/mtfrenderer/emfpbrush.hxx | 122 ++ cppcanvas/source/mtfrenderer/emfpcustomlinecap.cxx | 163 +++ cppcanvas/source/mtfrenderer/emfpcustomlinecap.

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

2017-01-23 Thread Winfried Donkers
sc/source/core/tool/interpr1.cxx | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) New commits: commit 04f1d35e7eda2c3b178649610d609ee99342bf41 Author: Winfried Donkers Date: Tue Jan 10 16:30:14 2017 +0100 tdf#105238 : return error when SHEETS argument is not a reference

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

2017-01-23 Thread Rohan Kumar
filter/source/svg/presentation_engine.js | 133 ++- 1 file changed, 131 insertions(+), 2 deletions(-) New commits: commit 3ce861adbe4e6f04d9d322e649fccd6cfcbd088f Author: Rohan Kumar Date: Tue Jan 10 22:29:54 2017 +0530 tdf#51358 Support for BoxWipe transition

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

2017-01-23 Thread Jochen Nitschke
sc/source/filter/inc/addressconverter.hxx | 92 sc/source/filter/inc/formulabase.hxx |3 sc/source/filter/oox/addressconverter.cxx | 98 -- sc/source/filter/oox/defnamesbuffer.cxx | 21 +++--- sc/source/filter/oox/formulaba

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

2017-01-23 Thread Jochen Nitschke
sc/source/filter/inc/addressconverter.hxx |9 + sc/source/filter/inc/worksheethelper.hxx |2 +- sc/source/filter/oox/addressconverter.cxx | 13 + sc/source/filter/oox/scenariobuffer.cxx|6 +++--- sc/source/filter/oox/worksheetfragment.cxx |6 +++--- sc

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

2017-01-23 Thread Jochen Nitschke
include/svx/sdr/overlay/overlayobjectlist.hxx |4 svx/source/sdr/overlay/overlayobjectlist.cxx |3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) New commits: commit 86e99f84619e9b1f9063b1c31081e51344f1cf54 Author: Jochen Nitschke Date: Mon Jan 23 09:03:02 2017 +0100 m

Re: [Libreoffice-commits] core.git: include/svl sc/source solenv/gdb svl/qa svl/source svx/source sw/source

2017-01-23 Thread Noel Grandin
On 2017/01/20 8:30 PM, Eike Rathke wrote: commit 2757ee9fe610e253e4ccc37423fa420004d0f388 used std::map in SfxItemSet I suspect that introduced some performance drawback, which can be seen Could you check if there are optimizations possible now that std::map is used? I had a look, and

[Libreoffice-commits] core.git: include/svl sc/source solenv/gdb svl/qa svl/source svx/source sw/source

2017-01-23 Thread Noel Grandin
include/svl/itemiter.hxx| 32 - include/svl/itemset.hxx | 10 sc/source/core/data/patattr.cxx |6 solenv/gdb/libreoffice/svl.py | 44 + svl/qa/unit/items/test_itempool.cxx | 55 - svl/source/items/itemiter.cxx | 62 +- svl/source/items/itemse

[Libreoffice-commits] core.git: include/xmloff

2017-01-23 Thread Noel Grandin
include/xmloff/txtstyli.hxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit b0730ff656848f005838b10bef0cf88f5ac0ba32 Author: Noel Grandin Date: Mon Jan 23 13:18:31 2017 +0200 fix ubuntu trusty build Change-Id: I9a7fa68ab69aa9e730bf1e0fb3bc0c49db5f3ef0 diff --git

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

2017-01-23 Thread Noel Grandin
svx/source/accessibility/charmapacc.cxx | 41 ++-- svx/source/dialog/charmap.cxx |6 ++-- svx/source/dialog/frmsel.cxx| 27 + svx/source/inc/charmapacc.hxx | 16 +--- svx/source/inc/frmselimpl.hxx

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

2017-01-23 Thread Maxim Monastirsky
sw/source/filter/ascii/parasc.cxx|4 +++- sw/source/filter/basflt/iodetect.cxx |2 +- 2 files changed, 4 insertions(+), 2 deletions(-) New commits: commit 6ff57262f44843ccd1f320426984b5e074e3eaf1 Author: Maxim Monastirsky Date: Sun Jan 22 20:24:02 2017 +0200 tdf#63673 Never ig

Re: A question about com.sun.star.frame.XStorable's URL

2017-01-23 Thread Takeshi Abe
Hi Stephan, Thanks a lot for your reply. On Mon, 23 Jan 2017 10:26:09 +0100, Stephan Bergmann wrote: > On 01/20/2017 03:25 AM, Takeshi Abe wrote: >> Preparing a patch for tdf#105382 [1], I come across a question about >> character encoding for the path part of a URL representing a >> com.sun.st

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

2017-01-23 Thread Caolán McNamara
embeddedobj/source/msole/oleembed.cxx | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit da55a0e5158e14c3743b186d3b1d4022a278e4d5 Author: Caolán McNamara Date: Mon Jan 23 10:50:10 2017 + Ole10Native payload truncated Change-Id: If2c0c2788e

Re: New Defects reported by Coverity Scan for LibreOffice

2017-01-23 Thread Stephan Bergmann
On 01/23/2017 11:10 AM, Caolán McNamara wrote: On Mon, 2017-01-23 at 10:03 +0100, Stephan Bergmann wrote: This appears to be irrespective of any (dynamic) exception specifications, so is unlikely to go away with the ongoing work for

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

2017-01-23 Thread Stephan Bergmann
connectivity/source/drivers/evoab2/NResultSet.cxx | 14 ++ connectivity/source/drivers/evoab2/NResultSet.hxx |4 +++- 2 files changed, 9 insertions(+), 9 deletions(-) New commits: commit 7e5c140dd9816b30a1fa7d65200c1487d7e374d2 Author: Stephan Bergmann Date: Mon Jan 23 11:39:

Re: A question about com.sun.star.frame.XStorable's URL

2017-01-23 Thread Takeshi Abe
Hi Miklos, Thank you for your answer. On Mon, 23 Jan 2017 10:10:45 +0100, Miklos Vajna wrote: > On Fri, Jan 20, 2017 at 11:25:00AM +0900, Takeshi Abe > wrote: >> Preparing a patch for tdf#105382 [1], I come across a question about >> character encoding for the path part of a URL representing

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 78/8acc83b31e8d917f36ac1dcf6a17ff7a985157

2017-01-23 Thread Caolán McNamara
78/8acc83b31e8d917f36ac1dcf6a17ff7a985157 |1 + 1 file changed, 1 insertion(+) New commits: commit 89adae49359c1e2d08f88afad67508faf30366c2 Author: Caolán McNamara Date: Mon Jan 23 10:23:32 2017 + Notes added by 'git notes add' diff --git a/78/8acc83b31e8d917f36ac1dcf6a17ff7a985

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

2017-01-23 Thread Caolán McNamara
include/xmloff/XMLFontStylesContext.hxx |2 ++ include/xmloff/XMLTextTableContext.hxx |4 include/xmloff/txtstyli.hxx |2 ++ include/xmloff/xmlnumi.hxx |2 ++ xmloff/source/style/XMLFontStylesContext.cxx |2 ++ xmloff/source/st

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

2017-01-23 Thread Pedro Giffuni
lingucomponent/source/spellcheck/spell/sspellimp.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 788acc83b31e8d917f36ac1dcf6a17ff7a985157 Author: Pedro Giffuni Date: Mon Jan 23 04:00:40 2017 + lingucomponent: remove unused header from hunspell. According to op

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

2017-01-23 Thread Caolán McNamara
include/xmloff/XMLFontStylesContext.hxx |2 -- include/xmloff/XMLTextTableContext.hxx |4 include/xmloff/txtstyli.hxx |2 -- include/xmloff/xmlnumi.hxx |2 -- xmloff/inc/forms/property_handler.hxx

Re: New Defects reported by Coverity Scan for LibreOffice

2017-01-23 Thread Caolán McNamara
On Mon, 2017-01-23 at 10:03 +0100, Stephan Bergmann wrote: > This appears to be irrespective of any (dynamic) exception  > specifications, so is unlikely to go away with the ongoing work for  > 65.html>  > "Dynamic Exception Sp

Re: A question about com.sun.star.frame.XStorable's URL

2017-01-23 Thread Stephan Bergmann
On 01/20/2017 03:25 AM, Takeshi Abe wrote: Preparing a patch for tdf#105382 [1], I come across a question about character encoding for the path part of a URL representing a com.sun.star.frame.XStorable's location. I wonder if the original (before percent-encoded) path of such a URL can be in an e

[Libreoffice-commits] core.git: helpcontent2

2017-01-23 Thread Gabor Kelemen
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a0dc3972876fd3b483f1fc534d1c582d02f52386 Author: Gabor Kelemen Date: Mon Jan 23 01:05:30 2017 +0100 Updated core Project: help 0b8b6b25fd76e0bf13929b0d45d8c611e6e28646 tdf#102930 Update

[Libreoffice-commits] core.git: helpcontent2

2017-01-23 Thread Gabor Kelemen
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8c2ecb9847d93e2f9d2457f14ec08d1a33100e70 Author: Gabor Kelemen Date: Sun Jan 22 22:30:52 2017 +0100 Updated core Project: help e46d808eaeb8b704205738de88bfc3b3964e8df1 Tools - Customize

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

2017-01-23 Thread Gabor Kelemen
source/text/shared/00/0406.xhp |6 +-- source/text/swriter/01/0115.xhp | 58 ++-- 2 files changed, 39 insertions(+), 25 deletions(-) New commits: commit 0b8b6b25fd76e0bf13929b0d45d8c611e6e28646 Author: Gabor Kelemen Date: Mon Jan 23 01:05:30 2017

[Libreoffice-commits] core.git: helpcontent2

2017-01-23 Thread Gabor Kelemen
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c397fb98a7ad6d8612e6f787cb7da3415e732d29 Author: Gabor Kelemen Date: Sat Jan 21 23:02:31 2017 +0100 Updated core Project: help 2886a2b0e3f7079e25616e0f78471bc9726a950e Now it is possibl

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

2017-01-23 Thread Gabor Kelemen
source/text/shared/01/06140100.xhp |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit 2886a2b0e3f7079e25616e0f78471bc9726a950e Author: Gabor Kelemen Date: Sat Jan 21 23:02:31 2017 +0100 Now it is possible to edit context menus Change-Id: Ic6d091328d

[Libreoffice-commits] core.git: helpcontent2

2017-01-23 Thread Gabor Kelemen
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f5b0af29edfcf53afb70a7cb69ad75b8326e4175 Author: Gabor Kelemen Date: Sat Jan 21 20:54:11 2017 +0100 Updated core Project: help af3fb279286f93b06aa26c1fee5bbc8a5824145c Fix numeric ahelp

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

2017-01-23 Thread Gabor Kelemen
source/text/swriter/main0110.xhp | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) New commits: commit af3fb279286f93b06aa26c1fee5bbc8a5824145c Author: Gabor Kelemen Date: Sat Jan 21 20:54:11 2017 +0100 Fix numeric ahelps on Writer Table menu page Cha

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

2017-01-23 Thread Justin Luth
dev/null |binary sw/qa/extras/ww8export/data/bnc863018b.doc |binary sw/qa/extras/ww8export/data/tdf96277.doc |binary sw/qa/extras/ww8export/ww8export2.cxx | 13 + sw/qa/extras/ww8import/ww8import.cxx | 10 -- sw/source/filte

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

2017-01-23 Thread Gabor Kelemen
source/text/scalc/00/0404.xhp |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit bc9f4bf8de06b5575f87eac6e26f8df6ba84ffad Author: Gabor Kelemen Date: Sat Jan 21 13:41:14 2017 +0100 'Insert Sheet' and 'Insert Sheet from File' moved ...to the Sheet

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

2017-01-23 Thread Gabor Kelemen
helpcontent2 |2 +- sw/source/core/access/acccell.cxx | 26 +- sw/source/core/access/acccell.hxx |4 ++-- 3 files changed, 16 insertions(+), 16 deletions(-) New commits: commit 9bd6f00dfe8f71bc9de693bdcd65377ee1e891d0 Author: Gabor Kelemen D

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

2017-01-23 Thread Gabor Kelemen
source/text/scalc/01/04050100.xhp |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 7e4c92e9870eb09ffd836d976ce413133781af2f Author: Gabor Kelemen Date: Sat Jan 21 13:39:50 2017 +0100 Fix ahelp of 'Sheet from file' menu command Remove a duplicate bo

[Libreoffice-commits] core.git: helpcontent2

2017-01-23 Thread Gabor Kelemen
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 271931bcf414f8d4698e4a871f4e71c9a68a2196 Author: Gabor Kelemen Date: Sat Jan 21 13:39:50 2017 +0100 Updated core Project: help 7e4c92e9870eb09ffd836d976ce413133781af2f Fix ahelp of 'She

Re: A question about com.sun.star.frame.XStorable's URL

2017-01-23 Thread Miklos Vajna
Hi, On Fri, Jan 20, 2017 at 11:25:00AM +0900, Takeshi Abe wrote: > Preparing a patch for tdf#105382 [1], I come across a question about > character encoding for the path part of a URL representing a > com.sun.star.frame.XStorable's location. > I wonder if the original (before percent-encoded) pa

Re: Dynamic Exception Specifications

2017-01-23 Thread Stephan Bergmann
On 01/22/2017 11:52 AM, Caolán McNamara wrote: On Wed, 2017-01-18 at 14:03 +0100, Stephan Bergmann wrote: For dtors, the dynamic exception specification would be replaced with an explicit nothrow(false). Am I right that MSVC 2013 doesn't support noexcept though ? Oh, that may well be. Lets

Re: New Defects reported by Coverity Scan for LibreOffice

2017-01-23 Thread Stephan Bergmann
On 01/21/2017 01:47 AM, scan-ad...@coverity.com wrote: 300 new defect(s) introduced to LibreOffice found with Coverity Scan. 21 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. New defect(s) Reported-by: Coverity Scan Showing 20 of 3

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.1' - .gitreview

2017-01-23 Thread Miklos Vajna
.gitreview |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fdeb3531d091529a5826b4c5385befaa968da617 Author: Miklos Vajna Date: Mon Jan 23 10:01:27 2017 +0100 .gitreview: update branch name to match reality Change-Id: I614d74f6bebb17da50b685327c639c301

Weekly QA Report (W03-2017)

2017-01-23 Thread Xisco Fauli
Hello, What have happened in QA in the last 7 days? * 122 have been created, of which, 35 are still unconfirmed ( Total Unconfirmed bugs: 481 ) Link: http://tinyurl.com/jzfsbuu * 905 comments have been written. == STATUS CHANGED == * 9 bugs have been changed to 'ASSIGNED'. Link

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

2017-01-23 Thread Noel Grandin
include/svx/charmap.hxx|4 ++-- include/svx/dlgctrl.hxx|5 +++-- svx/source/dialog/charmap.cxx | 27 --- svx/source/dialog/dlgctrl.cxx | 21 ++--- svx/source/form/fmscriptingenv.cxx | 10 -- 5 files cha

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.1' - libreofficekit/qa

2017-01-23 Thread Tor Lillqvist
libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 01e8c08c290b2eda4334356ff60031b5fb12be93 Author: Tor Lillqvist Date: Mon Jan 23 10:39:57 2017 +0200 Add missing forward declaration Change-Id: Iad4c828c022f9b51f4625

[Libreoffice-commits] core.git: instsetoo_native/README

2017-01-23 Thread Stephan Bergmann
instsetoo_native/README |3 +++ 1 file changed, 3 insertions(+) New commits: commit 7832911d8dc113f80d272efb6db55b3b3d312428 Author: Stephan Bergmann Date: Mon Jan 23 09:27:22 2017 +0100 Improve instsetoo_native/README Change-Id: Id87fc80f05ae8427a713e5968522899410538c98 dif

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

2017-01-23 Thread Regina Henschel
include/svx/svdopath.hxx |2 svx/source/customshapes/EnhancedCustomShape2d.cxx | 72 ++ svx/source/svdraw/svdopath.cxx|2 3 files changed, 50 insertions(+), 26 deletions(-) New commits: commit 852b29b091eeb4d4b9521b082b5

[Libreoffice-commits] core.git: sysui/desktop

2017-01-23 Thread Aleix Pol
sysui/desktop/appstream-appdata/org.libreoffice.kde.metainfo.xml | 28 ++ sysui/desktop/share/create_tree.sh |1 2 files changed, 29 insertions(+) New commits: commit 3772c676ad6be6f424c485fd9aa0732bfeacb6bb Author: Aleix Pol Date: Thu Jan 19 17:31