Re: Drop support for cygwin i686 building Win64 binaries?

2017-12-03 Thread Regina Henschel
Hi Thorsten, but it will still be possible to produce Win32 binaries from a 32bit cygwin on a Win32 machine? Kind regards Regina Thorsten Behrens schrieb am 04.12.2017 um 03:45: Dear fellow hackers, after three more fixes on master, we now have (almost) universal gpgme support for Windows.

[Libreoffice-commits] core.git: Branch 'feature/lok_dialog2' - 8 commits - desktop/source include/LibreOfficeKit include/sfx2 include/vcl libreofficekit/qa libreofficekit/source sfx2/source vcl/source

2017-12-03 Thread Pranav Kant
Rebased ref, commits from common ancestor: commit 9222e715d23f9904e04258a58696c10987456dd2 Author: Pranav Kant Date: Sat Dec 2 02:47:38 2017 +0530 lokdialog: multiview: Do not mix one view with other In GTV, use correct application window object to fetch the dialog object.

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

2017-12-03 Thread Tomaž Vajngerl
sc/source/ui/inc/printfun.hxx |2 +- sc/source/ui/view/printfun.cxx | 37 ++--- 2 files changed, 11 insertions(+), 28 deletions(-) New commits: commit 75702b13961e545809ce1f2b5a45787f42ffcbc6 Author: Tomaž Vajngerl Date: Sat Dec 2 01:12:23 2017 +0900

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

2017-12-03 Thread Tomaž Vajngerl
sc/source/ui/inc/printfun.hxx | 105 +++-- sc/source/ui/unoobj/docuno.cxx | 27 +++- sc/source/ui/view/printfun.cxx | 241 +++-- 3 files changed, 228 insertions(+), 145 deletions(-) New commits: commit 5684e53b931eaaac658bc3246ae1c3249e252fdb A

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

2017-12-03 Thread Tomaž Vajngerl
sc/inc/docuno.hxx |2 ++ sc/source/ui/inc/printfun.hxx |3 +++ sc/source/ui/unoobj/docuno.cxx | 25 +++-- sc/source/ui/view/printfun.cxx | 35 +++ 4 files changed, 59 insertions(+), 6 deletions(-) New commits: commit f1

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

2017-12-03 Thread Aron Budea
sc/qa/unit/subsequent_export-test.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 61e287df250fd5b87b10adb12ba246e53c5f8f3e Author: Aron Budea Date: Mon Dec 4 07:20:54 2017 +0100 fix build Change-Id: I08c84dbe0d068bf9dc4204476098319b3fedcfb1

[Libreoffice-commits] core.git: 2 commits - avmedia/source bridges/inc compilerplugins/clang connectivity/source cui/source desktop/source extensions/source filter/source forms/source idlc/source incl

2017-12-03 Thread Noel Grandin
avmedia/source/viewer/mediawindow_impl.cxx| 19 avmedia/source/viewer/mediawindow_impl.hxx|1 bridges/inc/bridge.hxx| 17 bridges/inc/cppinterfaceproxy.hxx |3 bridges/inc/unointerfaceproxy.

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

2017-12-03 Thread Julien Nabet
sw/inc/PostItMgr.hxx |4 ++-- sw/source/uibase/docvw/PostItMgr.cxx | 19 ++- sw/source/uibase/uno/unotxdoc.cxx|5 ++--- 3 files changed, 14 insertions(+), 14 deletions(-) New commits: commit 9634a818e8a9432db52bc8fcd534e7437e6bacee Author: Julien Nabe

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

2017-12-03 Thread Aron Budea
sc/qa/unit/data/xlsx/built-in_ranges.xlsx |binary sc/qa/unit/subsequent_export-test.cxx | 28 2 files changed, 28 insertions(+) New commits: commit 1416a420d0045267b37711ce02db043960e4d771 Author: Aron Budea Date: Tue Nov 28 07:23:12 2017 +0100 tdf#1092

Re: Qt5 and KF5 in LibreOffice

2017-12-03 Thread Jan-Marek Glogowski
Hi Heiko, I thought your questions are of general interest, so I added the development mailing list, also for further discussion / coordination. Am 3. Dezember 2017 22:17:52 MEZ schrieb Heiko Becker : >it seems you're the author of the Qt5/KF5 vcl plugins in LibreOffice. I >wondered what's the s

Drop support for cygwin i686 building Win64 binaries? (was: Windows builders will need a cygwin gcc now)

2017-12-03 Thread Thorsten Behrens
Dear fellow hackers, after three more fixes on master, we now have (almost) universal gpgme support for Windows. There's one snag left, as you see in https://gerrit.libreoffice.org/#/c/45769/ : Sadly cygwin i686's windres does not support 64 bit targets, which makes it impossible on that platfo

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

2017-12-03 Thread Thorsten Behrens
configure.ac |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) New commits: commit 8444bf1d7314f7ff2ea4d17da19b4d276c4086ae Author: Thorsten Behrens Date: Tue Nov 28 16:02:43 2017 +0100 Remove arch-pinning for gpgme on Windows again With e0d94237878d4949573fc9b6d97ee

[Libreoffice-commits] core.git: external/gpgmepp external/libassuan external/libgpg-error

2017-12-03 Thread Thorsten Behrens
external/gpgmepp/ExternalProject_gpgmepp.mk |8 +--- external/libassuan/ExternalProject_libassuan.mk | 11 ++- external/libgpg-error/ExternalProject_libgpg-error.mk | 12 +--- 3 files changed, 16 insertions(+), 15 deletions(-) New commits: commit 293df8

[Libreoffice-commits] core.git: external/gpgmepp external/libassuan external/libgpg-error

2017-12-03 Thread Thorsten Behrens
external/gpgmepp/UnpackedTarball_gpgmepp.mk |1 + external/gpgmepp/w32-build-fixes-2.patch | 12 external/libassuan/UnpackedTarball_libassuan.mk |1 + external/libassuan/w32-build-fixes-2.patch| 12 external/libgpg-erro

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

2017-12-03 Thread Olivier Hallot
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b198912e679102404e884379919fec6d530af107 Author: Olivier Hallot Date: Sun Dec 3 19:53:06 2017 -0200 Updated core Project: help 68e12bde353309affc4deb2ce6b092c4bcef0a23 Add some entries

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

2017-12-03 Thread Olivier Hallot
source/auxiliary/sbasic.tree | 10 ++ source/text/sbasic/shared/03131600.xhp |2 +- 2 files changed, 11 insertions(+), 1 deletion(-) New commits: commit d0dad7954d1432b998cb1f3eb9c74fb6a56d280f Author: Olivier Hallot Date: Sun Dec 3 19:53:06 2017 -0200 Add some ent

[Libreoffice-commits] core.git: helpcontent2

2017-12-03 Thread Olivier Hallot
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 04982dc8f56e3a960b4d42b0ec57fc5cb8a01aa3 Author: Olivier Hallot Date: Sun Dec 3 19:53:06 2017 -0200 Updated core Project: help d0dad7954d1432b998cb1f3eb9c74fb6a56d280f Add some entries

[Libreoffice-commits] help.git: Branch 'libreoffice-6-0' - source/auxiliary source/text

2017-12-03 Thread Olivier Hallot
source/auxiliary/sbasic.tree | 10 ++ source/text/sbasic/shared/03131600.xhp |2 +- 2 files changed, 11 insertions(+), 1 deletion(-) New commits: commit 68e12bde353309affc4deb2ce6b092c4bcef0a23 Author: Olivier Hallot Date: Sun Dec 3 19:53:06 2017 -0200 Add some ent

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

2017-12-03 Thread Tamás Zolnai
sw/source/core/layout/frmtool.cxx |4 1 file changed, 4 insertions(+) New commits: commit a172f854b6e1d61bf0fe0fe4efc3058bb7a760bf Author: Tamás Zolnai Date: Sun Dec 3 21:00:37 2017 +0100 tdf#74693: Footnotes text appearing above footnote separator line When invalidate

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

2017-12-03 Thread Julien Nabet
sw/source/core/frmedt/fecopy.cxx | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) New commits: commit bf3f6b7cf952db4d1dee75daeeda218978f6af54 Author: Julien Nabet Date: Sun Dec 3 21:00:26 2017 +0100 Replace list by vector in fecopy (sw) + use for-range loop

[Libreoffice-commits] translations.git: Branch 'libreoffice-6-0' - source/sl

2017-12-03 Thread Andras Timar
source/sl/cui/messages.po | 221 - source/sl/filter/source/config/fragments/filters.po | 51 source/sl/fpicker/messages.po |4 source/sl/helpcontent2/source/text/shared/00.po |4 source/sl/hel

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

2017-12-03 Thread Andras Timar
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit bb9f0cfd6dfc58d161fc88b7fe24c5d37da39a75 Author: Andras Timar Date: Sun Dec 3 23:40:55 2017 +0100 Updated core Project: translations fe37599d40a361181db11cf98bb1fb29d5c70f12 Updated Slo

[Libreoffice-commits] core.git: Branch 'feature/lok_dialog2' - 276 commits - basic/qa basic/source bin/check-elf-dynamic-objects bin/find-unused-defines-in-hrc-files.py bin/list-uitest.py bin/oss-fuzz

2017-12-03 Thread Pranav Kant
Rebased ref, commits from common ancestor: commit 3f58c2d349900cedcdd931038fad7d759416aa3b Author: Pranav Kant Date: Sat Dec 2 02:47:38 2017 +0530 lokdialog: multiview: Do not mix one view with other In GTV, use correct application window object to fetch the dialog object.

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

2017-12-03 Thread Julien Nabet
sw/source/core/doc/doclay.cxx |4 ++-- sw/source/core/doc/tblcpy.cxx |5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) New commits: commit 21d45e8b6186a0a9978aa6904b7eff221ac7abf0 Author: Julien Nabet Date: Sun Dec 3 17:55:46 2017 +0100 Replace some lists by vectors in sw

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

2017-12-03 Thread Julien Nabet
sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui |2 +- sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 50e5ba2beec4ea6980b1cff2e6bf59cc06af8853 Author: Julien Nabet Date: Sun Dec 3 16:26:16 2017 +

[Libreoffice-commits] core.git: Branch 'feature/lok_dialog2' - 8 commits - desktop/source include/LibreOfficeKit include/sfx2 include/vcl libreofficekit/qa libreofficekit/source sfx2/source vcl/source

2017-12-03 Thread Pranav Kant
Rebased ref, commits from common ancestor: commit 1941388acfbb6e957418ff2fe324823d165d5705 Author: Pranav Kant Date: Sat Dec 2 02:47:38 2017 +0530 lokdialog: multiview: Do not mix one view with other In GTV, use correct application window object to fetch the dialog object.

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

2017-12-03 Thread Eike Rathke
sc/source/core/tool/compiler.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit c8556086ad8560240d6e91cfd3fefad396288e36 Author: Eike Rathke Date: Sat Dec 2 15:32:06 2017 +0100 ofz#4484 another stab at mnRangeOpPosInSymbol Commit cd0b749cc4b4f268

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

2017-12-03 Thread Caolán McNamara
starmath/source/parse.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 5505667cda3d0107ad67b34569db31c1c1fda2bc Author: Caolán McNamara Date: Sun Dec 3 20:18:02 2017 + survive without config for fuzzing Change-Id: I7fd64d984c7796c5260ec94c50

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

2017-12-03 Thread Julien Nabet
filter/source/xsltfilter/LibXSLTTransformer.cxx |3 --- 1 file changed, 3 deletions(-) New commits: commit a0ec8bffa48e995b1fb2943c37ecea42e3d5a366 Author: Julien Nabet Date: Sun Dec 3 17:14:11 2017 +0100 Remove some useless include and using Change-Id: I3a4fd9405913b0336c90f

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

2017-12-03 Thread Julien Nabet
vcl/source/gdi/print2.cxx | 30 -- 1 file changed, 12 insertions(+), 18 deletions(-) New commits: commit cf89dd50ef5949fde9ed3530dd04d707e7e7aa7e Author: Julien Nabet Date: Sun Dec 3 17:36:34 2017 +0100 Use for-range loops in print2 (vcl/gdi) Change-

Re: freieFarbe/freeColour HLC colour system to be accepted as a national standard for "Open Colour Communication" in Germany

2017-12-03 Thread V Stuart Foote
"Christoph Schäfer" wrote > ... > > Currently, an older version of the HLC palette is already included in > Scribus 1.5.3+ (L*a*b*) and the latest LibreOffice (sRGB). And speaking of > Scribus, the juicy bit is that the colour reference will most likely be > produced with Scribus 1.5.4svn, because

Delay in fixing blanked menu text

2017-12-03 Thread john s wolter
Was surprised about the delay in fixing the prior version's problem with menu text display. it's now fixed. I had read in the developers discussions repeated suggestions that the problem was an external GUI library's fault. Externally this appeared to delay further the repair of the bug. Since

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

2017-12-03 Thread Yousuf Philips
cui/uiconfig/ui/paragalignpage.ui |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 8aafeb3c72b79acffab0c608e8f4037a80296f53 Author: Yousuf Philips Date: Tue Oct 17 10:10:32 2017 +0400 tdf#98211 make last line default value language neutral Change-I

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

2017-12-03 Thread Yousuf Philips
include/svx/strings.hrc| 23 - svx/inc/strings.hxx| 23 - svx/source/unodraw/unoprov.cxx | 44 - 3 files changed, 90 deletions(-) New commits: commit 6a0e03bc6c1d6e9f3b66459d82274ecad7f16f58

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

2017-12-03 Thread Jochen Nitschke
sw/inc/SwRewriter.hxx|1 sw/inc/cellfml.hxx |8 - sw/inc/fmtautofmt.hxx|8 - sw/inc/fmtftntx.hxx |5 --- sw/inc/fmtsrnd.hxx |

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

2017-12-03 Thread Olivier Hallot
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6fefdbf721a77612ba7bb7daa384e700ba7705d3 Author: Olivier Hallot Date: Sun Dec 3 17:10:35 2017 -0200 Updated core Project: help 37023d27b86c0033ff7be16205751835094c104d New Help: improve

[Libreoffice-commits] help.git: Branch 'libreoffice-6-0' - help3xsl/default.css

2017-12-03 Thread Olivier Hallot
help3xsl/default.css | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) New commits: commit 37023d27b86c0033ff7be16205751835094c104d Author: Olivier Hallot Date: Sun Dec 3 17:10:35 2017 -0200 New Help: improve bascode div css. highlight basic code backgrou

[Libreoffice-commits] core.git: helpcontent2

2017-12-03 Thread Olivier Hallot
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 21104454f97d401c8f308ee3f468c66ff323c483 Author: Olivier Hallot Date: Sun Dec 3 17:10:35 2017 -0200 Updated core Project: help 02367b1b1afa3c284fc2594c4791bd2037e927e2 New Help: improve

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

2017-12-03 Thread Olivier Hallot
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8d1e52faf8e83a086fa6127a3bf90c9db79e992e Author: Olivier Hallot Date: Sun Dec 3 16:32:00 2017 -0200 Updated core Project: help 14afd749e1925881fbbd7361f88600ed3621dcbf tdf#84675 undocum

[Libreoffice-commits] help.git: Branch 'libreoffice-6-0' - source/auxiliary

2017-12-03 Thread Olivier Hallot
source/auxiliary/sbasic.tree |5 + 1 file changed, 5 insertions(+) New commits: commit 14afd749e1925881fbbd7361f88600ed3621dcbf Author: Olivier Hallot Date: Sun Dec 3 16:32:00 2017 -0200 tdf#84675 undocumented BASIC - tree files update Change-Id: I06ace765057fe5fa9b8add62

[Libreoffice-commits] help.git: 2 commits - help3xsl/default.css source/auxiliary

2017-12-03 Thread Olivier Hallot
help3xsl/default.css | 17 +++-- source/auxiliary/sbasic.tree |5 + 2 files changed, 16 insertions(+), 6 deletions(-) New commits: commit 02367b1b1afa3c284fc2594c4791bd2037e927e2 Author: Olivier Hallot Date: Sun Dec 3 17:10:35 2017 -0200 New Help: improve bas

[Libreoffice-commits] core.git: helpcontent2

2017-12-03 Thread Olivier Hallot
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 04a45dafbc92b5e66e3f6b3121a9ab41f8d66297 Author: Olivier Hallot Date: Sun Dec 3 16:32:00 2017 -0200 Updated core Project: help 862397faa8ea0e8b23d13fc1e929ebc8f2c15b3f tdf#84675 undocum

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

2017-12-03 Thread Julien Nabet
sal/rtl/bootstrap.cxx | 46 ++ 1 file changed, 22 insertions(+), 24 deletions(-) New commits: commit fdd63585a802e158abb06aa9b87fad2635db5103 Author: Julien Nabet Date: Sun Dec 3 17:07:16 2017 +0100 Replace lists by vectors in bootstrap (sal)

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

2017-12-03 Thread Maxim Monastirsky
sc/source/ui/view/tabview3.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 4b65a67caacee1ef0b31219d55bfe0cc6032c9f3 Author: Maxim Monastirsky Date: Thu Nov 30 21:49:34 2017 +0200 tdf#113980 Refresh row/column buttons state after selection change Change-Id: I216

Pratyush Singhal license statement

2017-12-03 Thread Pratyush Singhal
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license.‌ ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

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

2017-12-03 Thread Stephan Bergmann
framework/source/uiconfiguration/windowstateconfiguration.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2a4727f2d87260d875b9fcc88bf6a7e1a3421749 Author: Stephan Bergmann Date: Sun Dec 3 19:33:12 2017 +0100 loplugin:unnecessaryparen Change-Id: Ie

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

2017-12-03 Thread Julien Nabet
xmloff/source/style/xmlexppr.cxx | 51 ++- 1 file changed, 19 insertions(+), 32 deletions(-) New commits: commit a46a5b653b4d609cace9806872d954b07c8af3e1 Author: Julien Nabet Date: Sun Dec 3 16:58:23 2017 +0100 Use for-range loops in xmlexppr (xmloff)

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

2017-12-03 Thread Olivier Hallot
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 24133538fc6ac201ed3b3da08c2a24685c8ab6f4 Author: Olivier Hallot Date: Sun Dec 3 15:19:17 2017 -0200 Updated core Project: help c9620f4bf875b3cd86c7ea233d4678fde90e52d5 tdf#84675 Add vb*

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

2017-12-03 Thread Olivier Hallot
source/text/sbasic/shared/0003.xhp |2 source/text/sbasic/shared/0304.xhp | 467 - 2 files changed, 285 insertions(+), 184 deletions(-) New commits: commit 8d6f11fb06d76847256dd9baff120a0e7ea5139c Author: Olivier Hallot Date: Sun Dec 3 15:19:17 201

[Libreoffice-commits] core.git: helpcontent2

2017-12-03 Thread Olivier Hallot
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b7f2f93dd55ef5c54f7ac7d83d1225e7d2352800 Author: Olivier Hallot Date: Sun Dec 3 15:19:17 2017 -0200 Updated core Project: help 8d6f11fb06d76847256dd9baff120a0e7ea5139c tdf#84675 Add vb*

[Libreoffice-commits] help.git: Branch 'libreoffice-6-0' - source/text

2017-12-03 Thread Olivier Hallot
source/text/sbasic/shared/0003.xhp |2 source/text/sbasic/shared/0304.xhp | 467 - 2 files changed, 285 insertions(+), 184 deletions(-) New commits: commit c9620f4bf875b3cd86c7ea233d4678fde90e52d5 Author: Olivier Hallot Date: Sun Dec 3 15:19:17 201

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

2017-12-03 Thread Daniel
sc/source/core/data/table4.cxx | 67 - 1 file changed, 47 insertions(+), 20 deletions(-) New commits: commit 76c1e7287e29a2a2739fce895fbded3c04764bca Author: Daniel Date: Sat Nov 25 01:48:18 2017 -0200 tdf#105268 - Auto Fill: Fix The Next Value fo

[Libreoffice-commits] core.git: sd/uiconfig

2017-12-03 Thread Kiyotaka Nishibori
sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui |2 +- sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 380a3b8eb284f3d106b273b727f32321ba326fb4 Author: Kiyotaka Nishibori Date: Thu Nov 30 23

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

2017-12-03 Thread andreas kainz
sw/uiconfig/swriter/ui/notebookbar_groupedbar_full.ui | 621 ++ 1 file changed, 352 insertions(+), 269 deletions(-) New commits: commit c9f6e0da9d63aa18cf6a26e5b864dd9bb48fc514 Author: andreas kainz Date: Mon Nov 27 19:41:48 2017 +0100 Groupedbar full add priority functio

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

2017-12-03 Thread Muhammet Kara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9cca17bcac37d4181328cc388f11aec81a7efca4 Author: Muhammet Kara Date: Fri Dec 1 23:40:47 2017 +0200 Updated core Project: help 8b26bf1947f18d99ec5e549cf94072b2e330399b tdf#108967: Fix He

[Libreoffice-commits] help.git: Branch 'libreoffice-6-0' - source/text

2017-12-03 Thread Muhammet Kara
source/text/swriter/00/0402.xhp |2 +- source/text/swriter/01/04120100.xhp |4 ++-- source/text/swriter/guide/indices_delete.xhp |4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) New commits: commit 8b26bf1947f18d99ec5e549cf94072b2e330399b Author: Muhamme

[Libreoffice-commits] core.git: helpcontent2

2017-12-03 Thread Muhammet Kara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9732f13b02c27da430717f27f796f98a51600146 Author: Muhammet Kara Date: Fri Dec 1 23:40:47 2017 +0200 Updated core Project: help 15aadcce29df899fab7c65f8809d8cef69c18b9e tdf#108967: Fix He

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

2017-12-03 Thread Muhammet Kara
source/text/swriter/00/0402.xhp |2 +- source/text/swriter/01/04120100.xhp |4 ++-- source/text/swriter/guide/indices_delete.xhp |4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) New commits: commit 15aadcce29df899fab7c65f8809d8cef69c18b9e Author: Muhamme

[Libreoffice-commits] help.git: Branch 'libreoffice-6-0' - AllLangHelp_sbasic.mk source/text

2017-12-03 Thread Olivier Hallot
AllLangHelp_sbasic.mk |5 source/text/sbasic/shared/0003.xhp | 14 +- source/text/sbasic/shared/03090400.xhp |2 source/text/sbasic/shared/03090411.xhp |4 source/text/sbasic/shared/03090413.xhp | 62 source/t

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

2017-12-03 Thread Olivier Hallot
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7336e28b16b69da1ce1605c078769ce5c08069d3 Author: Olivier Hallot Date: Sat Dec 2 09:58:11 2017 -0200 Updated core Project: help 4ead3bffc557527e7a146c538773aa4ca6cf84d0 tdf#84675 VBA fun

[Libreoffice-commits] core.git: helpcontent2

2017-12-03 Thread Olivier Hallot
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 944c6764e89e575a2732f8a35d2475d595cf5a5a Author: Olivier Hallot Date: Sat Dec 2 09:58:11 2017 -0200 Updated core Project: help 3de74ecadfd9a7529e1b0b05352e42a829d3e279 tdf#84675 VBA fun

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

2017-12-03 Thread Olivier Hallot
AllLangHelp_sbasic.mk |5 source/text/sbasic/shared/0003.xhp | 14 +- source/text/sbasic/shared/03090400.xhp |2 source/text/sbasic/shared/03090411.xhp |4 source/text/sbasic/shared/03090413.xhp | 62 source/t

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

2017-12-03 Thread Stephan Bergmann
compilerplugins/clang/refcounting.cxx|3 +++ compilerplugins/clang/test/refcounting.cxx |5 + dbaccess/source/core/dataaccess/databasedocument.hxx |3 ++- 3 files changed, 10 insertions(+), 1 deletion(-) New commits: commit a925cd6f6704bcbdd1a7dd165d29d49

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 94/f3ef5846475280581045f54156c303d578ecb7

2017-12-03 Thread Caolán McNamara
94/f3ef5846475280581045f54156c303d578ecb7 |1 + 1 file changed, 1 insertion(+) New commits: commit 75c478c92320d7d4961d3b65b65da65440feac03 Author: Caolán McNamara Date: Sun Dec 3 09:37:24 2017 + Notes added by 'git notes add' diff --git a/94/f3ef5846475280581045f54156c303d578ec

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

2017-12-03 Thread Caolán McNamara
configure.ac |2 +- vcl/unx/gtk/gtkinst.cxx |2 +- vcl/unx/gtk3/gtk3gtkframe.cxx |6 -- 3 files changed, 2 insertions(+), 8 deletions(-) New commits: commit 12b01c535a05516e1b7c75c316f0cde8e12e3e0b Author: Caolán McNamara Date: Fri Dec 1 14:28:25 2017 +0

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

2017-12-03 Thread Caolán McNamara
starmath/source/mathtype.cxx |7 +++ starmath/source/mathtype.hxx |2 +- vcl/workben/fftester.cxx | 14 ++ 3 files changed, 22 insertions(+), 1 deletion(-) New commits: commit a60d7fde5455a4c19ef36411e9f15cbded45175e Author: Caolán McNamara Date: Sat Dec 2 20:43:

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

2017-12-03 Thread Caolán McNamara
starmath/source/eqnolefilehdr.hxx |4 ++-- starmath/source/mathtype.hxx |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) New commits: commit e6e74b0609f3eb849f4ced0c6ca760f226625bc9 Author: Caolán McNamara Date: Sat Dec 2 20:33:18 2017 + SotStorageStream->SvStre

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

2017-12-03 Thread Caolán McNamara
starmath/source/mathtype.cxx |7 ++- starmath/source/mathtype.hxx |3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) New commits: commit 0c566771c433ec3c29b2bda7d9cb4efaf30e14e4 Author: Caolán McNamara Date: Sat Dec 2 20:35:42 2017 + let mathtype import take a SvStr

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

2017-12-03 Thread Samuel Mehrbrodt
xmloff/source/draw/shapeexport.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 95c28023f21e74c5a81fe3511b3d5be5c1f9106d Author: Samuel Mehrbrodt Date: Thu Nov 30 12:47:40 2017 +0100 Use isEmpty() instead of getLength() Change-Id: I2b67c3eebea09d8b

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

2017-12-03 Thread Gabor Kelemen
filter/source/config/fragments/filters/DocBook_File.xcu |2 +- filter/source/config/fragments/filters/ODG_FlatXML.xcu |2 +- filter/source/config/fragments/filters/ODP_FlatXML.xcu |2 +- filter/source/config/fragments/filters/ODS_FlatXML.xcu |2 +- filter/source/config/fragments

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

2017-12-03 Thread Mike Kaganski
sc/source/filter/xml/xmlcondformat.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 8c89cfe3cdf6595d5f3bb87ecc45b9f450195aac Author: Mike Kaganski Date: Sat Dec 2 20:33:38 2017 +0200 Don't leak formats that get merged ea55492a6e55290d92a593