[Libreoffice-commits] core.git: include/editeng include/svl include/vcl include/xmloff svl/source vcl/source writerfilter/source xmloff/source

2017-04-03 Thread Noel Grandin
include/editeng/charrotateitem.hxx |2 -- include/svl/aeitem.hxx |1 - include/vcl/imagerepository.hxx |4 include/xmloff/fasttokenhandler.hxx |3 --- svl/source/items/aeitem.cxx |7

[Libreoffice-commits] core.git: codemaker/source connectivity/source cppu/qa desktop/qa desktop/source extensions/source filter/source forms/source framework/inc framework/source i18npool/qa i18npool/

2017-04-03 Thread Noel Grandin
codemaker/source/commoncpp/commoncpp.cxx |1 codemaker/source/cppumaker/cpputype.cxx| 958 +- connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx |2 connectivity/source/drivers/mozab/bootstrap/MNSProfileDisco

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - 46 commits - common/Common.hpp common/FileUtil.cpp common/IoUtil.cpp common/LOOLWebSocket.hpp common/Session.cpp comm

2017-04-03 Thread Ashod Nakashian
Makefile.am | 28 +--- common/Common.hpp|6 common/FileUtil.cpp |5 common/IoUtil.cpp| 21 --- common/LOOLWebSocket.hpp | 18 -- common/Session.cpp

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

2017-04-03 Thread Ashod Nakashian
wsd/DocumentBroker.cpp | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) New commits: commit d11b3a76d9284c23b0262abd2c48a2dc89bed571 Author: Ashod Nakashian Date: Tue Apr 4 00:11:06 2017 -0400 wsd: move correct-thread assertions Change-Id: Iba5d58d74720aaf02a37

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

2017-04-03 Thread Ashod Nakashian
wsd/LOOLWSD.cpp | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) New commits: commit 4a5c71c13c6c41710ef8bba70f79975c93fd86c2 Author: Ashod Nakashian Date: Tue Apr 4 00:09:12 2017 -0400 wsd: move socket to DocBroker in callback Change-Id: I23af97788d64268a

[Libreoffice-commits] online.git: net/Socket.cpp

2017-04-03 Thread Ashod Nakashian
net/Socket.cpp | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) New commits: commit b734284b599bb612cd8eee13e761ce42c8eb8a6a Author: Ashod Nakashian Date: Mon Apr 3 23:57:59 2017 -0400 wsd: cleanup deflating HTTP responses Change-Id: Id21bdfc

[Libreoffice-commits] online.git: net/Socket.hpp

2017-04-03 Thread Ashod Nakashian
net/Socket.hpp |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit 7ca1f03770c117a316b23644306160a6a80ea583 Author: Ashod Nakashian Date: Mon Apr 3 23:13:03 2017 -0400 wsd: don't invoke onDisconnect from wrong thread ...and warn if we are in the wro

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

2017-04-03 Thread Ashod Nakashian
wsd/LOOLWSD.cpp |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 26ac97826614dc8e6f1f09199023e63fa240c31d Author: Ashod Nakashian Date: Mon Apr 3 21:07:53 2017 -0400 wsd: don't close invalid forkit pipe Change-Id: Ib66df894560ad592a7e90774897cb82

[Libreoffice-commits] online.git: net/Ssl.cpp net/Ssl.hpp

2017-04-03 Thread Ashod Nakashian
net/Ssl.cpp | 39 ++- net/Ssl.hpp |3 ++- 2 files changed, 24 insertions(+), 18 deletions(-) New commits: commit 762ba09370800a38c5bf48b6950188a31a9d0cdf Author: Ashod Nakashian Date: Mon Apr 3 21:06:51 2017 -0400 wsd: fix SSL initialization/unini

[Libreoffice-commits] online.git: Makefile.am

2017-04-03 Thread Ashod Nakashian
Makefile.am | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) New commits: commit 66a76f644bde3aa21f9de4e095be8c8300cbf021 Author: Ashod Nakashian Date: Mon Apr 3 21:05:36 2017 -0400 wsd: enable logging with valgrind Change-Id: I411f7de3d5764cd25af211f2dc77bf0e2

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

2017-04-03 Thread Henry Castro
loleaflet/src/layer/AnnotationManager.js | 136 +-- loleaflet/src/layer/marker/Annotation.js | 16 +++ loleaflet/src/map/Map.js |9 ++ 3 files changed, 101 insertions(+), 60 deletions(-) New commits: commit 9c4fbdd7c51fb1eef545af265075a05d8372c8a

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

2017-04-03 Thread Takeshi Abe
starmath/inc/parse.hxx |4 +-- starmath/qa/cppunit/test_parse.cxx | 31 starmath/source/parse.cxx | 46 - 3 files changed, 48 insertions(+), 33 deletions(-) New commits: commit 1a1d1a86e9129ec3885610b641179b

Re: Unix-based systems not using CUPS

2017-04-03 Thread Khaled Hosny
On Tue, Apr 04, 2017 at 09:31:55AM +1000, Chris Sherlock wrote: > > However, now that CUPS is pretty much standardised on mostly > everything - including, it appears, on an increasing number of *BSD > systems - is psprint still required for systems that are sticking with > lpr? My understanding (a

Unix-based systems not using CUPS

2017-04-03 Thread Chris Sherlock
I have been going over our Unix printing classes to understand them better for my online book, Inside LibreOffice (found here and very much under construction - https://www.gitbook.com/book/chrissherlock1/inside-libreoffice/details) The implementation of the Unix printing subsystem is under the

[Libreoffice-commits] online.git: test/run_unit.sh.in

2017-04-03 Thread Michael Meeks
test/run_unit.sh.in |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit 23bf026a639b357d506e5d2b867992081a1e9998 Author: Michael Meeks Date: Mon Apr 3 21:50:09 2017 +0100 old style unit tests: re-direct output to log file & add --verbose. diff --git a/test

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

2017-04-03 Thread Jens Carl
sc/source/ui/drawfunc/fuins2.cxx |8 sc/source/ui/unoobj/appluno.cxx | 22 +- sc/source/ui/unoobj/cellsuno.cxx | 327 +++ 3 files changed, 177 insertions(+), 180 deletions(-) New commits: commit 646e52adf4a84ca5beab7bae1e1fae4e793c4896 Author: Jens Car

[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - external/libcmis

2017-04-03 Thread Szymon Kłos
external/libcmis/UnpackedTarball_cmis.mk |1 external/libcmis/libcmis-fix-google-drive-2.patch | 125 ++ 2 files changed, 126 insertions(+) New commits: commit f3049d26625e008fa11a275940998662b6d3d1d6 Author: Szymon Kłos Date: Wed Mar 29 21:36:57 2017 +0200

[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - external/libcmis

2017-04-03 Thread Szymon Kłos
external/libcmis/UnpackedTarball_cmis.mk |1 external/libcmis/libcmis-fix-google-drive-2.patch | 125 ++ 2 files changed, 126 insertions(+) New commits: commit 9700ba82ab907ae0c1ea1ca2a6e0d9a7347e Author: Szymon Kłos Date: Wed Mar 29 21:36:57 2017 +0200

[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - comphelper/qa comphelper/source include/comphelper sw/source

2017-04-03 Thread Michael Stahl
comphelper/qa/string/test_string.cxx | 22 + comphelper/source/misc/string.cxx| 36 +++ include/comphelper/string.hxx|9 sw/source/filter/ascii/ascatr.cxx| 12 +++ 4 files changed, 79 insertions(+) New

[Libreoffice-commits] online.git: 3 commits - wsd/Admin.cpp wsd/Admin.hpp wsd/AdminModel.cpp wsd/AdminModel.hpp wsd/DocumentBroker.cpp wsd/DocumentBroker.hpp wsd/LOOLWSD.cpp

2017-04-03 Thread Michael Meeks
wsd/Admin.cpp | 36 - wsd/Admin.hpp |5 +--- wsd/AdminModel.cpp | 60 - wsd/AdminModel.hpp | 12 - wsd/DocumentBroker.cpp |7 - wsd/DocumentBroker.hpp |3 ++ wsd/LOOL

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

2017-04-03 Thread Caolán McNamara
lotuswordpro/source/filter/lwpidxmgr.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 9aff1789e021c29ef819ad67776bab60e995bddc Author: Caolán McNamara Date: Fri Mar 3 09:44:24 2017 + ofz#721 use vector::at to check index Change-Id: I786b5d

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

2017-04-03 Thread Caolán McNamara
sw/source/filter/ww8/ww8par.hxx |2 +- sw/source/filter/ww8/ww8par2.cxx | 29 - sw/source/filter/ww8/ww8struc.hxx |2 +- 3 files changed, 26 insertions(+), 7 deletions(-) New commits: commit 3feabd87ad8066b45b55d61cd72684e47fd79082 Author: Caolán McNamara

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

2017-04-03 Thread Caolán McNamara
sw/source/filter/ww8/ww8par.cxx | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) New commits: commit aec5912b1377a36c68673b175fa8e2ad7673d2fa Author: Caolán McNamara Date: Mon Apr 3 16:41:24 2017 +0100 ofz: avoid oom Change-Id: Icbd4b98e8a0a4aff967bae22f3

[Libreoffice-commits] core.git: editeng/source filter/source odk/examples reportdesign/source sd/source sfx2/sdi sfx2/source starmath/sdi starmath/source svl/source svtools/source toolkit/source tools

2017-04-03 Thread Jens Carl
UnoControls/source/controls/progressbar.cxx |2 - UnoControls/source/controls/statusindicator.cxx |2 - editeng/source/items/paraitem.cxx|4 +- editeng/source/items/textitem.cxx|2 - filter/source/graphicfilter/idxf/dxfblkrd.hxx

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

2017-04-03 Thread Julien Nabet
editeng/source/editeng/eehtml.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit df039e89c5d2f8f3ccfaa0001885f3e532537fb6 Author: Julien Nabet Date: Sat Apr 1 18:48:32 2017 +0200 Remove DBG_ASSERT since it's always wrong Indeed EditHTMLParser constructor calls HTMLPa

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

2017-04-03 Thread Michael Stahl
include/sal/log-areas.dox |1 + sw/source/core/layout/laycache.cxx |6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) New commits: commit 282b3e8c4d45aacae57e3542b872cdbfebcc7195 Author: Michael Stahl Date: Mon Apr 3 21:06:59 2017 +0200 sw: [loplugin:sallogareas]

Having Gerrit builds for the help repo too

2017-04-03 Thread Gabor Kelemen
Hi Norbert I was told to ask you about this: I think it would be useful to set up Gerrit in a way to make builds for the help repository too. In the last few months or so the number of commits towards the help repository grew, and so did the number of build breaking mistakes. I'd like to avoid th

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - etc/cert.pem etc/key.pem

2017-04-03 Thread Andras Timar
etc/cert.pem | 40 etc/key.pem | 50 +- 2 files changed, 45 insertions(+), 45 deletions(-) New commits: commit 0e5ede55cd1f32cfbfd7dc3276b47e1014ca174a Author: Andras Timar Date: Mon Apr 3 14:16:19 20

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

2017-04-03 Thread Stephan Bergmann
sw/source/core/layout/laycache.cxx |7 --- sw/source/core/layout/layhelp.hxx |2 +- 2 files changed, 5 insertions(+), 4 deletions(-) New commits: commit 5793364b830c88611ec62650e9820c0712d3b956 Author: Stephan Bergmann Date: Mon Apr 3 17:46:58 2017 +0200 More integer clean-up

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

2017-04-03 Thread Miklos Vajna
vcl/source/gdi/pdfextoutdevdata.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit a8caa0ef1c0b5926caa9dfc4752c6d355dea6765 Author: Miklos Vajna Date: Mon Apr 3 16:42:08 2017 +0200 vcl: avoid divide by zero in PDFExtOutDevData::HasAdequateCompression() My stub gra

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

2017-04-03 Thread Caolán McNamara
sw/source/filter/ww8/ww8par.cxx |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit 8c52dca558fc046db7480c7e483ba206b1b4df47 Author: Caolán McNamara Date: Mon Apr 3 16:01:38 2017 +0100 only convert used part of buffer Change-Id: I133a02ae1cbdb4fb32

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

2017-04-03 Thread Stephan Bergmann
sw/source/core/txtnode/swfntcch.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 32dad6983f81583b233d3cddb7a9de39519aa77b Author: Stephan Bergmann Date: Mon Apr 3 17:00:06 2017 +0200 loplugin:unreffun Change-Id: I7a4fe7240e43faaae3482a084b466fa87e67b6b8 diff -

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

2017-04-03 Thread Caolán McNamara
sw/inc/shellio.hxx |1 + sw/source/core/txtnode/swfntcch.cxx |5 + sw/source/filter/ww8/ww8par.cxx |2 ++ 3 files changed, 8 insertions(+) New commits: commit af16eb5a225e00018d11896d4f447716d1f1124d Author: Caolán McNamara Date: Mon Apr 3 15:24:26 2017 +0

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

2017-04-03 Thread jan Iversen
vcl/inc/ios/iosinst.hxx |2 +- vcl/ios/iosinst.cxx |6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 605d3a2858ea585be35eb159a0fa4ce410d64ae9 Author: jan Iversen Date: Mon Apr 3 14:18:46 2017 +0200 iOS update for Rectangle Updated Rectang

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

2017-04-03 Thread Caolán McNamara
sot/source/sdstor/ucbstorage.cxx | 15 --- sw/source/filter/ww8/ww8par.cxx |1 + 2 files changed, 9 insertions(+), 7 deletions(-) New commits: commit e5b0183bd8a54edcfb68fa4f3d44740a833c70ab Author: Caolán McNamara Date: Mon Apr 3 13:24:29 2017 +0100 these are file url

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

2017-04-03 Thread Stephan Bergmann
sw/source/core/layout/laycache.cxx |2 +- sw/source/core/layout/layhelp.hxx |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit dbaab58c1442e7f62ef0732376fe5a49840e9fd6 Author: Stephan Bergmann Date: Mon Apr 3 15:35:34 2017 +0200 loplugin:loopvartoosmall

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

2017-04-03 Thread Stephan Bergmann
sw/source/core/layout/laycache.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit cfdc46a4bcd8aba03c7b29dfc535d66d5802f26a Author: Stephan Bergmann Date: Mon Apr 3 15:30:02 2017 +0200 loplugin:sallogareas Change-Id: Idd4f44b66e67d938a1ba2b9c7ff

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

2017-04-03 Thread Michael Stahl
sw/source/core/layout/laycache.cxx | 61 - 1 file changed, 53 insertions(+), 8 deletions(-) New commits: commit 8a5374f2fdbd1e15c107133f55930cbc431edbd5 Author: Michael Stahl Date: Mon Apr 3 14:28:56 2017 +0200 tdf#106237 sw: do some basic sanity chec

[Libreoffice-commits] online.git: etc/cert.pem etc/key.pem

2017-04-03 Thread Andras Timar
etc/cert.pem | 40 etc/key.pem | 50 +- 2 files changed, 45 insertions(+), 45 deletions(-) New commits: commit bb332a9b97a8444ac954770463b9f333fa278e48 Author: Andras Timar Date: Mon Apr 3 14:16:19 20

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

2017-04-03 Thread Caolán McNamara
sw/source/filter/ww8/ww8glsy.cxx |1 sw/source/filter/ww8/ww8graf2.cxx | 22 +++ sw/source/filter/ww8/ww8par.cxx | 12 +--- sw/source/filter/ww8/ww8par.hxx |4 - sw/source/filter/ww8/ww8par2.cxx |8 +- sw/source/filter/ww8/ww8par4.cxx |4 - sw/source/filter/ww8/ww8p

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

2017-04-03 Thread jan Iversen
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 11a0863509f9ae14f31b660d60f9667516466783 Author: jan Iversen Date: Mon Apr 3 13:15:29 2017 +0200 iOS update to allow iOS SDK 10.3 added 10.3 SDK to configure.ac Change-Id: I2bd287ca

[Libreoffice-commits] core.git: vcl/osx vcl/source vcl/unx winaccessibility/source writerfilter/source writerperfect/qa xmlscript/source xmlsecurity/qa xmlsecurity/source

2017-04-03 Thread Noel Grandin
vcl/osx/a11ytextattributeswrapper.mm |4 ++-- vcl/source/app/unohelp.cxx |4 ++-- vcl/source/gdi/lineinfo.cxx|2 +- vcl/source/gdi/svmconverter.cxx|4 ++-- vcl/unx/gtk/a11y/atktextattr

[Libreoffice-commits] core.git: test/source testtools/source toolkit/source ucb/source uui/source vbahelper/source

2017-04-03 Thread Noel Grandin
test/source/sheet/xspreadsheets2.cxx |2 +- testtools/source/bridgetest/bridgetest.cxx |2 +- toolkit/source/awt/vclxtoolkit.cxx |6 +++--- toolkit/source/awt/vclxwindow.cxx|3 +-- toolkit/source/helper/formpdfexport.cxx |2 +- ucb/source/uc

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - loleaflet/src

2017-04-03 Thread Jan Holesovsky
loleaflet/src/layer/marker/Annotation.js |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit 37b5f9c4f24de816d5cf5d4b9310bf5ba501929d Author: Jan Holesovsky Date: Mon Apr 3 12:04:50 2017 +0200 Re-introduce the Save button back to the comment creation.

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

2017-04-03 Thread Jan Holesovsky
loleaflet/src/layer/marker/Annotation.js |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit 6c25b36022a3ca31252e57775482af1fabac0fd3 Author: Jan Holesovsky Date: Mon Apr 3 12:04:50 2017 +0200 Re-introduce the Save button back to the comment creation.

Weekly QA Report (W13-2017)

2017-04-03 Thread Xisco Fauli
Hello, What have happened in QA in the last 7 days? * 110 have been created, of which, 33 are still unconfirmed ( Total Unconfirmed bugs: 466 ) Link: http://tinyurl.com/krnpdle * 1016 comments have been written. == STATUS CHANGED == * 12 bugs have been changed to 'ASSIGNED'. Li

[Libreoffice-commits] online.git: net/Ssl.cpp wsd/LOOLWSD.cpp

2017-04-03 Thread Jan Holesovsky
net/Ssl.cpp |8 wsd/LOOLWSD.cpp |3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) New commits: commit a9389687a416ae8b2fa755a6f473629f35d0bd43 Author: Jan Holesovsky Date: Mon Apr 3 11:39:09 2017 +0200 Don't try to clean up after a runtime error. We do

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - net/Ssl.cpp wsd/LOOLWSD.cpp

2017-04-03 Thread Jan Holesovsky
net/Ssl.cpp |8 wsd/LOOLWSD.cpp |3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) New commits: commit 220ac3b04d5aa488954db8b3b43c7448b182de2d Author: Jan Holesovsky Date: Mon Apr 3 11:39:09 2017 +0200 Don't try to clean up after a runtime error. We do

[Libreoffice-commits] core.git: reportdesign/source sdext/source slideshow/source stoc/source svtools/source

2017-04-03 Thread Noel Grandin
reportdesign/source/core/api/ReportComponent.cxx |1 - reportdesign/source/core/inc/ReportControlModel.hxx |3 ++- reportdesign/source/core/inc/ReportHelperImpl.hxx |4 ++-- reportdesign/source/core/sdr/RptObject.cxx| 11 ++- reportdesign/source/ui/insp

[Libreoffice-commits] core.git: 2 commits - cui/source include/sfx2 sfx2/source sw/source

2017-04-03 Thread Caolán McNamara
cui/source/tabpages/swpossizetabpage.cxx |1 include/sfx2/bindings.hxx|8 +-- sfx2/source/control/bindings.cxx | 65 --- sw/source/ui/frmdlg/wrap.cxx |2 4 files changed, 32 insertions(+), 44 deletions(-) New commits:

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

2017-04-03 Thread Caolán McNamara
idl/source/objects/slot.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit aa434253d2c5694b074fd774752f5407b8d491d1 Author: Caolán McNamara Date: Mon Apr 3 10:18:44 2017 +0100 coverity#1403731 Explicit null dereferenced Change-Id: I6025e6d4307aa8a6e4b6338d62bc597da

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

2017-04-03 Thread Caolán McNamara
filter/source/graphicfilter/itiff/itiff.cxx | 224 +--- 1 file changed, 106 insertions(+), 118 deletions(-) New commits: commit f2b52c8597b51813761048f43d60d94a661ca58d Author: Caolán McNamara Date: Mon Apr 3 10:12:22 2017 +0100 coverity#1403736 Unintentional int

New Defects reported by Coverity Scan for LibreOffice

2017-04-03 Thread scan-admin
Hi, Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan. 10 new defect(s) introduced to LibreOffice found with Coverity Scan. 18 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. New def

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

2017-04-03 Thread Miklos Vajna
sw/source/ui/index/cnttab.cxx | 234 ++-- sw/source/uibase/inc/swuicnttab.hxx | 40 +++--- 2 files changed, 137 insertions(+), 137 deletions(-) New commits: commit 92fbd5a325a462aadfefae2023e99712716de7db Author: Miklos Vajna Date: Mon Apr 3 09:20:44 20

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

2017-04-03 Thread Oliver Specht
sw/source/ui/chrdlg/chardlg.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 8533e21ecf8d94caebfdb3df088e462bb790f986 Author: Oliver Specht Date: Fri Mar 31 14:46:15 2017 +0200 tdf#106897: preset visited/unvisited character style in ListBox Change-Id: I9bfa2b8a5

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

2017-04-03 Thread Miklos Vajna
sw/qa/extras/rtfexport/rtfexport.cxx | 70 ++- sw/qa/extras/rtfimport/rtfimport.cxx | 56 sw/source/filter/rtf/swparrtf.cxx|2 - 3 files changed, 109 insertions(+), 19 deletions(-) New commits: commit 40eca147d11a0563eab6450