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

2018-08-03 Thread Libreoffice Gerrit user
chart2/source/view/charttypes/PieChart.cxx | 24 ++-- 1 file changed, 6 insertions(+), 18 deletions(-) New commits: commit 5d516b4cd60dc8a1749f4cba1b6ab2f5ef995fc9 Author: Mike Kaganski AuthorDate: Sat Aug 4 00:04:52 2018 +0300 Commit: Mike Kaganski CommitDate: Sat

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

2018-08-03 Thread Libreoffice Gerrit user
i18npool/source/localedata/data/kab_DZ.xml |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) New commits: commit 132f1cb8837a2eb94204e714e62cc6337e51d6c1 Author: Matthias Seidel AuthorDate: Sat Aug 4 02:06:36 2018 + Commit: Matthias Seidel CommitDate: Sat Aug 4 02:06:36

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

2018-08-03 Thread Libreoffice Gerrit user
i18npool/source/localedata/data/kab_DZ.xml| 380 ++ i18npool/source/localedata/data/localedata_others.map | 17 i18npool/source/localedata/data/makefile.mk |1 i18npool/source/localedata/localedata.cxx |5 4 files changed, 401 inserti

Re: Converting java unit test to cppunit

2018-08-03 Thread Markus Mohrhard
Hello Rahul, On Fri, Aug 3, 2018 at 7:27 PM, Rahul Gurung wrote: > Hi, > > I am trying to convert java unit tests to cppunit test and I am currently > studying old commits, and came across this line, > > > "UnoRuntime.queryInterface (XArrayFormulaRange.class, new_range);" > > I checked the docu

Re: New Windows Tinderbox Needed

2018-08-03 Thread Markus Mohrhard
Hey Luke, On Fri, Aug 3, 2018 at 9:05 PM, Luke Benes wrote: > Currently all Windows tinderboxes that generated the daily builds are > down: @39, @42, and @62 > > Fortunately, I had the time this week to roll my own builds and in the > process discovered 2 build breaking commits [1] [2], while an

Re: 64-bit Windows build failure: 'this' pointer for member, may not be aligned 8 as expected by the constructor

2018-08-03 Thread Luke Benes
I confirmed your 2nd attempt was the fix. After reverting: https://cgit.freedesktop.org/libreoffice/core/commit/?id=4f13f8dd the error came back. The workaround code is ugly. If you're certain the logic is the same, you want to revert it and disable the warning TODO to enable them with future

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

2018-08-03 Thread Libreoffice Gerrit user
sw/source/core/layout/pagechg.cxx | 31 ++- 1 file changed, 14 insertions(+), 17 deletions(-) New commits: commit 554e090538bd8aa0948b010d2d80dc54b8e1d3bd Author: Stephan Bergmann AuthorDate: Fri Aug 3 10:25:12 2018 +0200 Commit: Stephan Bergmann CommitDate

Converting java unit test to cppunit

2018-08-03 Thread Rahul Gurung
Hi, I am trying to convert java unit tests to cppunit test and I am currently studying old commits, and came across this line, "UnoRuntime.queryInterface (XArrayFormulaRange.class, new_range);" I checked the documentation but couldn't find what this XArrayFormulaRange.class means, can anyone ex

[Libreoffice-commits] core.git: chart2/source filter/source include/svx include/tools oox/source sc/source sd/source svx/source sw/source writerfilter/source

2018-08-03 Thread Libreoffice Gerrit user
chart2/source/controller/dialogs/tp_3D_SceneGeometry.cxx | 23 +++--- chart2/source/tools/ThreeDHelper.cxx | 27 ++- chart2/source/view/charttypes/PieChart.cxx | 23 +++--- chart2/source/view/main/AbstractShapeFactory.cxx |6 -- c

[Libreoffice-commits] online.git: loleaflet/src

2018-08-03 Thread Libreoffice Gerrit user
loleaflet/src/control/Control.ContextMenu.js |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit d2610ce1a4a69dfac7e59645a7dd8386c7799903 Author: Andras Timar AuthorDate: Fri Aug 3 13:09:16 2018 +0200 Commit: Andras Timar CommitDate: Fri Aug 3 21:16:05 201

Re: New Windows Tinderbox Needed

2018-08-03 Thread Luke Benes
Currently all Windows tinderboxes that generated the daily builds are down: @39, @42, and @62 Fortunately, I had the time this week to roll my own builds and in the process discovered 2 build breaking commits [1] [2], while another user found a 3rd one [3]. If the 3 win tinderboxes were up, th

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

2018-08-03 Thread Libreoffice Gerrit user
vcl/qa/cppunit/pdfexport/data/forcepoint71.key |binary vcl/qa/cppunit/pdfexport/pdfexport.cxx | 16 +++- vcl/source/gdi/pdfwriter_impl.cxx | 12 ++-- 3 files changed, 25 insertions(+), 3 deletions(-) New commits: commit 83b25e4b9fa8f95c24759a64f8cb971

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

2018-08-03 Thread Libreoffice Gerrit user
cui/source/options/optgdlg.src | 506 - cui/source/options/optmemory.src | 117 +++ sw/source/ui/config/mailconfigpage.src | 383 sw/source/ui/frmdlg/wrap.src | 163 +- 4 files changed, 583 insertions(

[Libreoffice-commits] core.git: Branch 'private/mst/sw_redlinehide_2' - 2 commits - sw/source

2018-08-03 Thread Libreoffice Gerrit user
Rebased ref, commits from common ancestor: commit cf39722ea5f8fbd58e4fad1999a1bc5724911120 Author: Michael Stahl AuthorDate: Fri Aug 3 18:48:10 2018 +0200 Commit: Michael Stahl CommitDate: Fri Aug 3 18:48:10 2018 +0200 sw_redlinehide_2: try to minimise invalidation on show/hide

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

2018-08-03 Thread Libreoffice Gerrit user
sc/qa/uitest/statistics/data/regression.ods |binary sc/qa/uitest/statistics/regression.py | 18 - sc/source/ui/StatisticsDialogs/RegressionDialog.cxx | 21 +--- sc/source/ui/inc/RegressionDialog.hxx |2 + sc/uiconfig/scal

Crash test update

2018-08-03 Thread Crashtest VM
New crashtest update available at http://dev-builds.libreoffice.org/crashtest/12a4b67c6f0639099e4d17c5045243954fd2d1a5/ exportCrashes.csv Description: Binary data importCrash.csv Description: Binary data validationErrors.csv Description: Binary data __

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

2018-08-03 Thread Libreoffice Gerrit user
sc/source/core/data/column3.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 26300f5d4c4e6241baf8cadcfea094e7969814a5 Author: Caolán McNamara AuthorDate: Wed Aug 1 08:55:23 2018 +0100 Commit: Markus Mohrhard CommitDate: Fri Aug 3 18:32:20 2018 +0200 forcepoint#55

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

2018-08-03 Thread Libreoffice Gerrit user
cui/source/tabpages/tppattern.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit f207e283b756ea40721a46440d235836dcb79568 Author: Jim Raykowski AuthorDate: Sat Jul 28 00:37:30 2018 -0800 Commit: Caolán McNamara CommitDate: Fri Aug 3 17:14:00 2018 +0200 tdf#118976 Ma

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

2018-08-03 Thread Libreoffice Gerrit user
ucb/source/inc/regexpmap.hxx | 272 --- 1 file changed, 79 insertions(+), 193 deletions(-) New commits: commit 6b8874e780367427ff748556e8744bfe5c91b08e Author: Noel Grandin AuthorDate: Fri Aug 3 14:32:57 2018 +0200 Commit: Noel Grandin CommitDate

[Libreoffice-commits] dev-tools.git: help3/html

2018-08-03 Thread Libreoffice Gerrit user
help3/html/autocomplete.js | 74 help3/html/index.html | 268 + help3/html/snippets.js | 175 + help3/html/xhpeditor.css | 21 +++ 4 files changed, 349 insertions(+), 189 deletions(-) New commits

[Libreoffice-commits] core.git: translations

2018-08-03 Thread Libreoffice Gerrit user
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 48cef8104c39916b4c71423d0dcb27cedc3bd967 Author: Christian Lohmaier AuthorDate: Fri Aug 3 15:35:37 2018 +0200 Commit: Gerrit Code Review CommitDate: Fri Aug 3 15:50:21 2018 +0200 Update git su

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

2018-08-03 Thread Libreoffice Gerrit user
include/svx/svdtrans.hxx | 17 ++- svx/source/customshapes/EnhancedCustomShape2d.cxx |4 +-- svx/source/svdraw/svdedtv1.cxx|4 +-- svx/source/svdraw/svdocirc.cxx|8 +++ svx/source/svdraw/svdomeas.cxx

[Libreoffice-commits] core.git: filter/source include/filter sc/source sd/source sw/source

2018-08-03 Thread Libreoffice Gerrit user
filter/source/msfilter/msdffimp.cxx | 66 ++- filter/source/msfilter/svdfppt.cxx | 27 +++--- include/filter/msfilter/msdffimp.hxx | 32 ++-- include/filter/msfilter/svdfppt.hxx | 14 --- sc/source/filter/excel/xiescher.cxx | 3

Re: Segfault compiling master

2018-08-03 Thread Regina Henschel
Hi, Noel Grandin schrieb am 03-Aug-18 um 09:47: On 2018/08/02 5:23 PM, Regina Henschel wrote: I hope, that helps to find the reason. I think caoloan has fixed this with https://cgit.freedesktop.org/libreoffice/core/commit/?id=653394fb199fae2d9e39f681fc72b35fe7f3 Yes it builds no

[Libreoffice-commits] online.git: test/TileCacheTests.cpp

2018-08-03 Thread Libreoffice Gerrit user
test/TileCacheTests.cpp |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 4d1ffab9413fdbc1636686b07d88df785485766a Author: Tamás Zolnai AuthorDate: Fri Aug 3 13:50:40 2018 +0200 Commit: Tamás Zolnai CommitDate: Fri Aug 3 13:50:40 2018 +0200 Disable test

Re: Segfault compiling master

2018-08-03 Thread Heiko Tietze
Latest master compiles without issues here. Thank you all. On 03.08.2018 10:06, Stephan Bergmann wrote: > On 03/08/18 09:50, Stephan Bergmann wrote: >> On 03/08/18 09:47, Noel Grandin wrote: >>> I think caoloan has fixed this with >>> https://cgit.freedesktop.org/libreoffice/core/commit/?id=653394

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

2018-08-03 Thread Libreoffice Gerrit user
vcl/inc/impoctree.hxx |4 ++-- vcl/inc/octree.hxx| 16 vcl/source/gdi/octree.cxx | 16 3 files changed, 18 insertions(+), 18 deletions(-) New commits: commit ea59fc4831b9d2430de51faa8c3e0a24e6d90cd1 Author: Stephan Bergmann AuthorDate: Fr

Re: Is there a way to know if a dispatch command opens a dialog?

2018-08-03 Thread Heiko Tietze
On 02.08.2018 13:07, Stephan Bergmann wrote: > On 02/08/18 10:30, Heiko Tietze wrote: >> Worst workaround ever: test the command label for ellipsis. But only the >> bravest trust design/l10n ;-) > ...but where lack of ellipsis doesn't necessarily imply that no dialog gets > shown, right? Yes, i

[Libreoffice-commits] online.git: 2 commits - wsd/ClientSession.cpp wsd/ClientSession.hpp wsd/DocumentBroker.cpp wsd/SenderQueue.hpp wsd/TileCache.cpp

2018-08-03 Thread Libreoffice Gerrit user
wsd/ClientSession.cpp |5 - wsd/ClientSession.hpp |2 -- wsd/DocumentBroker.cpp |3 ++- wsd/SenderQueue.hpp|9 - wsd/TileCache.cpp |4 +--- 5 files changed, 3 insertions(+), 20 deletions(-) New commits: commit cec718d0f16ebf570a7e8e83c12b5cbe8ea857f2 Aut

Re: 64-bit Windows build failure: 'this' pointer for member, may not be aligned 8 as expected by the constructor

2018-08-03 Thread Caolán McNamara
On Fri, 2018-08-03 at 04:02 +, Luke Benes wrote: > Actually, it seems fixed now. I just did a clean 64-bit release > build, and it succeeded without any errors. > > Was this a real issue or just a quirk in the compiler? Seeing as no other compiler was complaining I assume so. ___

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

2018-08-03 Thread Libreoffice Gerrit user
stoc/source/security/lru_cache.h | 26 -- 1 file changed, 8 insertions(+), 18 deletions(-) New commits: commit ed1e2967064e098459324818baa5466ad2a90492 Author: Noel Grandin AuthorDate: Thu Aug 2 15:29:12 2018 +0200 Commit: Noel Grandin CommitDate: Fri Aug 3 11:

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

2018-08-03 Thread Libreoffice Gerrit user
external/icu/ExternalProject_icu.mk |2 +- external/icu/icu4c-android.patch.1 | 16 2 files changed, 17 insertions(+), 1 deletion(-) New commits: commit 03e0d86fe221ee3d8a8595fcd4ccf682101255f1 Author: Miklos Vajna AuthorDate: Fri Aug 3 09:27:12 2018 +0200 Commit:

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

2018-08-03 Thread Libreoffice Gerrit user
solenv/bin/native-code.py |2 ++ 1 file changed, 2 insertions(+) New commits: commit 834ac18e093a3919f353ced9fe7b76b01d598823 Author: Miklos Vajna AuthorDate: Fri Aug 3 09:09:00 2018 +0200 Commit: Miklos Vajna CommitDate: Fri Aug 3 11:18:18 2018 +0200 solenv: adapt native code

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

2018-08-03 Thread Libreoffice Gerrit user
sw/source/core/unocore/unoframe.cxx |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit ec79d0127f90d65d722e46688b6cfcf2f5e59794 Author: Caolán McNamara AuthorDate: Wed Aug 1 20:11:08 2018 +0100 Commit: Michael Stahl CommitDate: Fri Aug 3 11:16:04 2018 +02

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

2018-08-03 Thread Libreoffice Gerrit user
include/vcl/filter/pdfdocument.hxx | 16 vcl/source/filter/ipdf/pdfdocument.cxx | 32 2 files changed, 32 insertions(+), 16 deletions(-) New commits: commit cc8140fe71becc92976167e2a96dbe1d727097dc Author: Caolán McNamara AuthorDate:

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

2018-08-03 Thread Libreoffice Gerrit user
vcl/headless/svpgdi.cxx | 10 ++ 1 file changed, 10 insertions(+) New commits: commit 36bee88834f90818c5475b460c729186ef6c9229 Author: Caolán McNamara AuthorDate: Wed Aug 1 21:34:20 2018 +0100 Commit: Michael Stahl CommitDate: Fri Aug 3 11:12:19 2018 +0200 forcepoint#67 d

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

2018-08-03 Thread Libreoffice Gerrit user
vcl/source/filter/ipdf/pdfdocument.cxx | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) New commits: commit 79e5f8a1f875c169759dc45d93d2b521ec9368f6 Author: Caolán McNamara AuthorDate: Wed Aug 1 19:25:27 2018 +0100 Commit: Michael Stahl CommitDate: Fri Aug 3 11:11:37

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

2018-08-03 Thread Libreoffice Gerrit user
include/vcl/filter/pdfdocument.hxx | 16 vcl/source/filter/ipdf/pdfdocument.cxx | 21 - 2 files changed, 24 insertions(+), 13 deletions(-) New commits: commit f232f2591b6be35ca3722e8e52fbdf36865a5967 Author: Caolán McNamara AuthorDate: Wed Aug 1 1

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

2018-08-03 Thread Libreoffice Gerrit user
stoc/source/corereflection/lrucache.hxx | 23 +++ 1 file changed, 7 insertions(+), 16 deletions(-) New commits: commit a0c2958552e82c3795b094a0538beab521679628 Author: Noel Grandin AuthorDate: Thu Aug 2 15:27:42 2018 +0200 Commit: Noel Grandin CommitDate: Fri Aug 3

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

2018-08-03 Thread Libreoffice Gerrit user
include/vcl/filter/pdfdocument.hxx |4 vcl/source/filter/ipdf/pdfdocument.cxx | 20 2 files changed, 20 insertions(+), 4 deletions(-) New commits: commit e6d5ef741c75895ed97801112823b8332557d79a Author: Caolán McNamara AuthorDate: Wed Aug 1 12:04:30 2018 +

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

2018-08-03 Thread Libreoffice Gerrit user
include/vcl/filter/pdfdocument.hxx |4 vcl/source/filter/ipdf/pdfdocument.cxx | 20 2 files changed, 20 insertions(+), 4 deletions(-) New commits: commit eddfa05b95a43c92a3729d3e416c77016f278f26 Author: Caolán McNamara AuthorDate: Wed Aug 1 12:04:30 2018 +

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

2018-08-03 Thread Libreoffice Gerrit user
xmlsecurity/source/helper/xmlsignaturehelper.cxx | 30 +-- 1 file changed, 17 insertions(+), 13 deletions(-) New commits: commit 8ed224599ae7985b577f0bf737b2b9b2e8dd47b7 Author: Caolán McNamara AuthorDate: Wed Aug 1 09:18:16 2018 +0100 Commit: Michael Stahl CommitD

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

2018-08-03 Thread Libreoffice Gerrit user
sc/source/filter/xml/XMLTableShapeImportHelper.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a5b84a6888deaa406786b350a0adcf9ef9020f48 Author: Caolán McNamara AuthorDate: Wed Aug 1 11:48:30 2018 +0100 Commit: Michael Stahl CommitDate: Fri Aug 3 10:55:03

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

2018-08-03 Thread Libreoffice Gerrit user
filter/source/xsltfilter/OleHandler.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9a0e5aeca5a118e748e625f6ecbd49a497b8e232 Author: Caolán McNamara AuthorDate: Wed Aug 1 11:36:01 2018 +0100 Commit: Michael Stahl CommitDate: Fri Aug 3 10:53:58 2018 +0200

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

2018-08-03 Thread Libreoffice Gerrit user
writerfilter/source/dmapper/DomainMapper_Impl.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 9e434f2f5ad61092ee685369bce93d90a28db149 Author: Caolán McNamara AuthorDate: Wed Aug 1 11:31:21 2018 +0100 Commit: Michael Stahl CommitDate: Fri Aug 3 10:52

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

2018-08-03 Thread Libreoffice Gerrit user
sw/source/core/text/pormulti.cxx |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit 8f3922d3485fbaec032458653f42ccfcbab88e84 Author: Caolán McNamara AuthorDate: Wed Aug 1 11:25:22 2018 +0100 Commit: Michael Stahl CommitDate: Fri Aug 3 10:51:01 2018 +0200

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

2018-08-03 Thread Libreoffice Gerrit user
chart2/source/view/main/VLegend.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit b15da0141d884b72d01381c133a7212061df3c39 Author: Caolán McNamara AuthorDate: Wed Aug 1 11:16:53 2018 +0100 Commit: Michael Stahl CommitDate: Fri Aug 3 10:46:49 2018 +0200 forcepoint#6

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

2018-08-03 Thread Libreoffice Gerrit user
oox/source/drawingml/chart/chartconverter.cxx | 40 +++--- 1 file changed, 17 insertions(+), 23 deletions(-) New commits: commit ccfdc4b675233131fb99c998d2dc48affb0ac7af Author: Caolán McNamara AuthorDate: Wed Aug 1 10:42:16 2018 +0100 Commit: Michael Stahl CommitD

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

2018-08-03 Thread Libreoffice Gerrit user
oox/source/drawingml/chart/chartconverter.cxx | 38 ++ 1 file changed, 16 insertions(+), 22 deletions(-) New commits: commit ab88eb539b012c9a54b4b20b4cc564a2bf3cd259 Author: Caolán McNamara AuthorDate: Wed Aug 1 10:42:16 2018 +0100 Commit: Michael Stahl CommitD

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

2018-08-03 Thread Libreoffice Gerrit user
writerfilter/source/rtftok/rtfsdrimport.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 8cee73aae9bca3a94aa7a0aa3bfa82b593d4c3c7 Author: Caolán McNamara AuthorDate: Wed Aug 1 10:19:52 2018 +0100 Commit: Michael Stahl CommitDate: Fri Aug 3 10:40:43 2018 +0200 forc

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

2018-08-03 Thread Libreoffice Gerrit user
bridges/source/cpp_uno/shared/cppinterfaceproxy.cxx |5 -- bridges/source/cpp_uno/shared/guardedarray.hxx | 46 bridges/source/cpp_uno/shared/vtablefactory.cxx |5 -- 3 files changed, 4 insertions(+), 52 deletions(-) New commits: commit 8d5b917d188a1f59d9c0

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

2018-08-03 Thread Libreoffice Gerrit user
svx/source/svdraw/svdtrans.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 47eaea7d82377b910e98826fc2202e839c8b45e8 Author: Mike Kaganski AuthorDate: Fri Aug 3 07:46:40 2018 +0200 Commit: Mike Kaganski CommitDate: Fri Aug 3 10:21:03 2018 +0200 NormA

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

2018-08-03 Thread Libreoffice Gerrit user
sc/source/filter/html/htmlpars.cxx | 15 +-- sc/source/filter/inc/htmlpars.hxx |6 +++--- 2 files changed, 8 insertions(+), 13 deletions(-) New commits: commit 071d14324c2c5c85ed8fe7a0e8bb2ae77d1538f9 Author: Noel Grandin AuthorDate: Thu Aug 2 16:46:47 2018 +0200 Commit:

Re: Segfault compiling master

2018-08-03 Thread Stephan Bergmann
On 03/08/18 09:50, Stephan Bergmann wrote: On 03/08/18 09:47, Noel Grandin wrote: I think caoloan has fixed this with https://cgit.freedesktop.org/libreoffice/core/commit/?id=653394fb199fae2d9e39f681fc72b35fe7f3 quoting #libreoffice-dev: Aug 03 09:48:08     ...which curiously is in the

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

2018-08-03 Thread Libreoffice Gerrit user
sw/source/filter/ww8/ww8par.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 4f891d874c8e748ec9a6680f8d12df41ab846aa4 Author: Caolán McNamara AuthorDate: Thu Aug 2 21:18:15 2018 +0100 Commit: Caolán McNamara CommitDate: Fri Aug 3 09:54:21 2018 +0200 forcepoint#69 di

Re: Segfault compiling master

2018-08-03 Thread Stephan Bergmann
On 03/08/18 09:47, Noel Grandin wrote: I think caoloan has fixed this with https://cgit.freedesktop.org/libreoffice/core/commit/?id=653394fb199fae2d9e39f681fc72b35fe7f3 quoting #libreoffice-dev: Aug 03 09:48:08...which curiously is in the batch that made

Re: Segfault compiling master

2018-08-03 Thread Noel Grandin
On 2018/08/02 5:23 PM, Regina Henschel wrote: I hope, that helps to find the reason. I think caoloan has fixed this with https://cgit.freedesktop.org/libreoffice/core/commit/?id=653394fb199fae2d9e39f681fc72b35fe7f3 ___ LibreOffice mailing

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

2018-08-03 Thread Libreoffice Gerrit user
sw/qa/core/uwriter.cxx |1 + sw/source/core/access/acccell.cxx |1 + sw/source/core/access/acccontext.cxx|1 + sw/source/core/access/accmap.cxx|1 + sw/source/core/access/accpara.cxx

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

2018-08-03 Thread Libreoffice Gerrit user
drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx | 62 ++--- drawinglayer/source/processor2d/vclmetafileprocessor2d.hxx |6 - 2 files changed, 33 insertions(+), 35 deletions(-) New commits: commit 28fa64612a3b4b9496da68ba83b54bbd80b75eaa Author: Noel Grandin AuthorDat

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

2018-08-03 Thread Libreoffice Gerrit user
include/svtools/svparser.hxx |2 +- svtools/source/svrtf/svparser.cxx | 14 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) New commits: commit 5d746e198b1a59742ac6c0da6b23b273f335f31c Author: Noel Grandin AuthorDate: Thu Aug 2 12:48:37 2018 +0200 Commit: Noel

[Libreoffice-commits] online.git: wsd/FileServer.cpp

2018-08-03 Thread Libreoffice Gerrit user
wsd/FileServer.cpp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 468f8fedb5aca9b56134f86e8e77864a2ad85d7f Author: Miklos Vajna AuthorDate: Fri Aug 3 09:10:02 2018 +0200 Commit: Miklos Vajna CommitDate: Fri Aug 3 09:10:09 2018 +0200 wsd: 'path' is copy

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

2018-08-03 Thread Libreoffice Gerrit user
basic/source/comp/dim.cxx|4 ++-- basic/source/comp/symtbl.cxx |3 +-- basic/source/inc/symtbl.hxx |2 +- 3 files changed, 4 insertions(+), 5 deletions(-) New commits: commit 02caaef29d60370e703bdcdfda09e10e5055d788 Author: Noel Grandin AuthorDate: Thu Aug 2 12:48:18 2018 +0

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

2018-08-03 Thread Libreoffice Gerrit user
basic/source/basmgr/basmgr.cxx |7 --- basic/source/uno/namecont.cxx |2 +- basic/source/uno/scriptcont.cxx |5 + include/basic/basmgr.hxx| 11 +-- 4 files changed, 3 insertions(+), 22 deletions(-) New commits: commit cd6486b118c8453f1e494ddeb97021f0ef9181

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

2018-08-03 Thread Libreoffice Gerrit user
oox/inc/services.hxx |7 --- oox/source/core/fasttokenhandler.cxx | 30 -- oox/source/core/services.cxx |1 - oox/util/oox.component |3 ++- 4 files changed, 14 insertions(+), 27 deletions(-) New commits: commit 2

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

2018-08-03 Thread Libreoffice Gerrit user
basegfx/source/inc/hommatrixtemplate.hxx | 29 +++-- 1 file changed, 11 insertions(+), 18 deletions(-) New commits: commit 1da9761c72e0893ee01abacb341435a1539a1f93 Author: Noel Grandin AuthorDate: Thu Aug 2 12:44:49 2018 +0200 Commit: Noel Grandin CommitDate: F