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

2019-03-22 Thread Alexander Farrow (via logerrit)
filter/uiconfig/ui/xmlfiltersettings.ui | 220 +--- 1 file changed, 120 insertions(+), 100 deletions(-) New commits: commit f8251c40b4c512b6ea54ea2207a3816d8b925711 Author: Alexander Farrow AuthorDate: Tue Mar 19 18:44:23 2019 + Commit: Adolfo Jayme Barri

Error: attempting to reference a deleted function

2019-03-22 Thread himajin100000
himajin10 here! I've updated my Visual Studio to version 16.0.0 Preview 4.3 and I am encountering an error. I'm not good at C++. I hope someone helps me. C:\PROGRA~2\MIB055~1\2019\Preview\VC\Tools\MSVC\14.20.27508\Include\list(1010): error C2280: 'std::pair<_Kty,_Ty> &std::pair<_Kty,_Ty>:

Japanese and Korean Fonts Requirements for building on Arch

2019-03-22 Thread Luke Benes
On a fresh install of Arch, I installed the https://wiki.documentfoundation.org/Development/Linux_Build_Dependencies requirements. During the build I get the following notification: Additional Fonts Required An application is requesting additional fonts. Clicking on the notification, the Soft

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

2019-03-22 Thread Mike Kaganski (via logerrit)
setup_native/source/win32/customactions/inst_msu/inst_msu.cxx | 101 +++--- 1 file changed, 76 insertions(+), 25 deletions(-) New commits: commit 601cc06187d20355810666547225549984b0caa4 Author: Mike Kaganski AuthorDate: Thu Mar 21 00:32:43 2019 +0300 Commit: Mike Kaganski CommitDa

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

2019-03-22 Thread Eike Rathke (via logerrit)
sc/source/core/data/document.cxx | 54 ++- 1 file changed, 15 insertions(+), 39 deletions(-) New commits: commit cd72a2dd6c65284a9a5cedff48766c94f9fffb94 Author: Eike Rathke AuthorDate: Fri Mar 22 22:32:34 2019 +0100 Commit: Eike Rathke CommitDate:

gsoc2019

2019-03-22 Thread Shubham Verma
Hello Dear Sir, My name is Shubham Verma. I am a B tech 2nd-year I.T. student and I would like to look into working with LibreOffice for the Google Summer of Code 2019. I have just recently started learning and looking into the contributions that I can make to GitHub issues. As this is my first

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

2019-03-22 Thread Eike Rathke (via logerrit)
sc/qa/unit/ucalc.hxx |2 sc/qa/unit/ucalc_sharedformula.cxx | 76 + 2 files changed, 78 insertions(+) New commits: commit 6280b5c1c62ad40b5b9780a93c7cbee9ca0260f8 Author: Eike Rathke AuthorDate: Fri Mar 22 20:53:47 2019 +0100 Commit:

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

2019-03-22 Thread Tomáš Chvátal (via logerrit)
sc/source/core/tool/interpr1.cxx | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) New commits: commit 3aaee1170807ba5b8a301291800a89e96c012832 Author: Tomáš Chvátal AuthorDate: Fri Mar 15 16:43:31 2019 +0100 Commit: Eike Rathke CommitDate: Fri Mar 22 20:58:16 2019

GSoC 2019 Applicant Introduction

2019-03-22 Thread Alexander Farrow
Hi everybody, I'm Alexander Farrow and I'm very keen to to work with LibreOffice for GSoC 2019, having been a LibreOffice user since its initial release. I study Computer Science and Mathematics at Queen Mary, University of London. I've submitted my first EasyHack patch (  https://gerrit.libreo

Re: Calc recalculate bugs

2019-03-22 Thread Oliver Brinzing
Hi Eike, Hi Dennis, thanks a lot for start fixing these bugs :-) and there is at least another one: https://bugs.documentfoundation.org/show_bug.cgi?id=120270 btw: are there any plans to backport these fixes to the 6.1 branch? Regards Oliver Am 22.03.2019 um 17:36 schrieb Dennis Francis: Hi

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

2019-03-22 Thread Tamás Zolnai (via logerrit)
sw/source/core/layout/fly.cxx |4 ++-- sw/source/uibase/docvw/FrameControlsManager.cxx |4 ++-- sw/source/uibase/docvw/UnfloatTableButton.cxx |9 - sw/source/uibase/inc/FrameControlsManager.hxx |2 +- sw/source/uibase/inc/UnfloatTableButton.hxx |

[Libreoffice-commits] core.git: sw/source vcl/CppunitTest_vcl_complextext.mk vcl/inc vcl/qa vcl/source

2019-03-22 Thread Miklos Vajna (via logerrit)
sw/source/core/txtnode/fntcache.cxx | 11 +-- vcl/CppunitTest_vcl_complextext.mk |1 + vcl/inc/impglyphitem.hxx|2 ++ vcl/inc/sallayout.hxx |4 ++-- vcl/qa/cppunit/complextext.cxx | 27 +++ vcl/source/gdi/CommonSalLayo

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

2019-03-22 Thread Tamás Zolnai (via logerrit)
dev/null |binary 1 file changed New commits: commit a05a55ddcfcb6ae18dad9ca5c5fb5ee0ab926b01 Author: Tamás Zolnai AuthorDate: Fri Mar 22 10:31:35 2019 +0100 Commit: Tamás Zolnai CommitDate: Fri Mar 22 18:12:08 2019 +0100 GraphisObjectTest: Remove some unused test documents

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

2019-03-22 Thread Luboš Luňák (via logerrit)
vcl/opengl/gdiimpl.cxx | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) New commits: commit c4217f888a2964ca1371bd22297895b4737d2c38 Author: Luboš Luňák AuthorDate: Fri Mar 22 13:39:17 2019 +0100 Commit: Miklos Vajna CommitDate: Fri Mar 22 18:02:42 2019 +0100

Re: Calc recalculate bugs

2019-03-22 Thread Dennis Francis
Hi Eike, On Fri, Mar 22, 2019 at 7:06 PM Eike Rathke wrote: > Hi Dennis, Yes please, feel free to work on any you come across. In particular > I did not tackle tdf#120660 yet. I also created > https://bugs.documentfoundation.org/show_bug.cgi?id=124266 > for a repaint failure that makes a cell a

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

2019-03-22 Thread Caolán McNamara (via logerrit)
sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit e8f2f923ae12bea76379c917f2090e7a5e61d860 Author: Caolán McNamara AuthorDate: Fri Mar 22 14:38:42 2019 + Commit: Caolán McNamara CommitDate: Fri Mar 22 17:2

Alexander Farrow license statement

2019-03-22 Thread Alexander Farrow
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: sw/qa sw/source

2019-03-22 Thread Patrick Jaap (via logerrit)
sw/qa/extras/ooxmlexport/ooxmlexport4.cxx| 11 sw/source/filter/ww8/docxattributeoutput.cxx | 37 +-- 2 files changed, 46 insertions(+), 2 deletions(-) New commits: commit 4f30b2ab729eb7f024e8078acbc099b25f588e9f Author: Patrick Jaap AuthorDate: Thu F

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

2019-03-22 Thread merttumer (via logerrit)
filter/source/pdf/pdfexport.cxx | 52 +++- 1 file changed, 41 insertions(+), 11 deletions(-) New commits: commit 0100258f2d2e24196417784993c2c5801bf00345 Author: merttumer AuthorDate: Fri Mar 15 20:11:15 2019 +0300 Commit: Jan Holesovsky CommitDate:

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

2019-03-22 Thread Rasmus Jonsson (via logerrit)
sfx2/source/dialog/infobar.cxx | 29 - 1 file changed, 24 insertions(+), 5 deletions(-) New commits: commit c92bfbf9506681468a471563a47eb84c6944a104 Author: Rasmus Jonsson AuthorDate: Wed Mar 20 21:27:03 2019 +0100 Commit: Samuel Mehrbrodt CommitDate: Fri M

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4' - ios/Mobile

2019-03-22 Thread Libreoffice Gerrit user
ios/Mobile/Document.mm |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) New commits: commit 4f95ca0f245c6affd1c3bae19524bc2c2092831d Author: Tor Lillqvist AuthorDate: Fri Mar 22 17:03:14 2019 +0200 Commit: Tor Lillqvist CommitDate: Fri Mar 22 17:03:14 2019 +0200 Tru

[Libreoffice-commits] online.git: ios/Mobile

2019-03-22 Thread Libreoffice Gerrit user
ios/Mobile/Document.mm |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) New commits: commit cbbb2496ca449f784b91e071b89ad2e81cb4e711 Author: Tor Lillqvist AuthorDate: Fri Mar 22 16:37:32 2019 +0200 Commit: Tor Lillqvist CommitDate: Fri Mar 22 16:37:32 2019 +0200 Tru

[Libreoffice-commits] online.git: 2 commits - common/Png.hpp ios/Mobile ios/Mobile.xcodeproj loleaflet/src

2019-03-22 Thread Libreoffice Gerrit user
common/Png.hpp | 18 + ios/Mobile.xcodeproj/project.pbxproj | 108 +++ ios/Mobile/Document.mm | 92 ++--- loleaflet/src/core/Socket.js | 12 +++ 4 files changed, 167 insertions(+), 63 del

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4' - ios/Mobile

2019-03-22 Thread Libreoffice Gerrit user
ios/Mobile/Document.mm |1 - ios/Mobile/Resources/Settings.bundle/Root.plist |4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) New commits: commit 09da8baaad3ec1d2324d87d4b796f624d9b9e54d Author: Tor Lillqvist AuthorDate: Fri Mar 22 16:17:15 2019 +020

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4' - 2 commits - common/Png.hpp ios/Mobile ios/Mobile.xcodeproj loleaflet/src

2019-03-22 Thread Libreoffice Gerrit user
common/Png.hpp | 18 + ios/Mobile.xcodeproj/project.pbxproj | 108 +++ ios/Mobile/Document.mm | 92 ++--- loleaflet/src/core/Socket.js | 12 +++ 4 files changed, 167 insertions(+), 63 del

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

2019-03-22 Thread Miklos Vajna (via logerrit)
sw/source/core/txtnode/fntcache.cxx | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) New commits: commit bb4fcc3d968367d682d6da057083378e9d171a22 Author: Miklos Vajna AuthorDate: Fri Mar 22 13:51:39 2019 +0100 Commit: Miklos Vajna CommitDate: Fri Mar 22 15:03:07 2019

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

2019-03-22 Thread Khaled Hosny (via logerrit)
sw/source/core/txtnode/fntcache.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit b2e81e11e154b660172356969252f00ba63f3a2b Author: Khaled Hosny AuthorDate: Thu Mar 21 18:00:54 2019 +0200 Commit: Miklos Vajna CommitDate: Fri Mar 22 14:57:56 2019 +0100

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

2019-03-22 Thread Libreoffice Gerrit user
source/text/shared/00/0001.xhp | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) New commits: commit dba79673b5bbf4f7e6f21dc6a1d776e1556c38d7 Author: Caolán McNamara AuthorDate: Fri Mar 22 12:52:19 2019 + Commit: Caolán McNamara CommitDate: Fri Mar 22 14:

[Libreoffice-commits] core.git: helpcontent2

2019-03-22 Thread Caolán McNamara (via logerrit)
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d39732fc952f1c12631b891d76f2c5afd2923044 Author: Caolán McNamara AuthorDate: Fri Mar 22 12:52:19 2019 + Commit: Gerrit Code Review CommitDate: Fri Mar 22 14:51:42 2019 +0100 Update git sub

[Libreoffice-commits] core.git: include/sfx2 offapi/com officecfg/registry sfx2/source

2019-03-22 Thread Samuel Mehrbrodt (via logerrit)
include/sfx2/sidebar/SidebarController.hxx |1 offapi/com/sun/star/ui/XSidebarPanel.idl |7 ++ officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs |3 - sfx2/source/sidebar/DeckLayouter.cxx | 24

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

2019-03-22 Thread Jan Holesovsky (via logerrit)
desktop/source/lib/init.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit cc4228b028d969a9bb49a5d2451eaa88aa400eae Author: Jan Holesovsky AuthorDate: Thu Mar 21 14:18:35 2019 +0100 Commit: Jan Holesovsky CommitDate: Fri Mar 22 14:40:17 2019 +0100

Re: Calc recalculate bugs

2019-03-22 Thread Eike Rathke
Hi Dennis, On Thursday, 2019-03-21 16:40:51 +0530, Dennis Francis wrote: > I see that you are working on tdf#123714 and also on the related bugs > tdf#123736, tdf#120660 and tdf#120013 and you already have many fixes in. > It seems there are many sub issues mentioned by the reporter at least in >

[Libreoffice-commits] core.git: include/sfx2 include/vcl sfx2/source sw/inc sw/source sw/uiconfig

2019-03-22 Thread Caolán McNamara (via logerrit)
include/sfx2/tabdlg.hxx |2 include/vcl/abstdlg.hxx |2 sfx2/source/dialog/tabdlg.cxx| 29 sw/inc/swabstdlg.hxx | 11 - sw/source/ui/dialog/swdlgfact.cxx| 49 -

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

2019-03-22 Thread Caolán McNamara (via logerrit)
include/sfx2/basedlgs.hxx | 23 --- include/sfx2/childwin.hxx |6 ++-- sfx2/source/appl/childwin.cxx |9 +++--- sfx2/source/appl/workwin.cxx |4 +- sfx2/source/dialog/basedlgs.cxx | 56 +++--- sfx2/source/inc/wo

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-cd-4' - 21 commits - configure.ac debian/changelog debian/control ios/Mobile ios/Mobile.xcodeproj loleaflet/css loleaflet/ht

2019-03-22 Thread Libreoffice Gerrit user
configure.ac |2 debian/changelog |6 debian/control |2 ios/Mobile.xcodeproj/project.pbxproj | 314 + ios/Mobile/Document.mm

[Libreoffice-commits] online.git: Changes to 'refs/tags/cd-4.0.3-1'

2019-03-22 Thread Libreoffice Gerrit user
Tag 'cd-4.0.3-1' created by Andras Timar at 2019-03-22 13:07 + cd-4.0.3-1 Changes since cd-4.0.2-1-20: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/li

[Libreoffice-commits] core.git: solenv/clang-format

2019-03-22 Thread Stephan Bergmann (via logerrit)
solenv/clang-format/blacklist | 154 -- 1 file changed, 154 deletions(-) New commits: commit f8efe7d63279900c7fd737cff5030dede870fac6 Author: Stephan Bergmann AuthorDate: Fri Mar 22 10:02:39 2019 +0100 Commit: Stephan Bergmann CommitDate: Fri Mar

[Libreoffice-commits] translations.git: Changes to 'refs/tags/cd-6.0-27'

2019-03-22 Thread Libreoffice Gerrit user
Tag 'cd-6.0-27' created by Andras Timar at 2019-03-22 12:17 + cd-6.0-27 Changes since co-6.0-24: Andras Timar (1): tdf#123500 double '~' character in translation --- source/fr/officecfg/registry/data/org/openoffice/Office/UI.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-

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

2019-03-22 Thread Andras Timar (via logerrit)
Tag 'cd-6.0-27' created by Andras Timar at 2019-03-22 12:17 + cd-6.0-27 Changes since cp-6.0-26-31: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listi

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cd-6.0-27'

2019-03-22 Thread Libreoffice Gerrit user
Tag 'cd-6.0-27' created by Andras Timar at 2019-03-22 12:17 + cd-6.0-27 Changes since cp-6.0-19: Andras Timar (1): remove executable bit from *.aff and *.dic files --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-co

[Libreoffice-commits] help.git: Changes to 'refs/tags/cd-6.0-27'

2019-03-22 Thread Libreoffice Gerrit user
Tag 'cd-6.0-27' created by Andras Timar at 2019-03-22 12:17 + cd-6.0-27 Changes since cp-6.0-7: Adolfo Jayme Barrientos (1): .howtoget, now more Collabora-y --- help3xsl/default.css |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---

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

2019-03-22 Thread Andras Timar (via logerrit)
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 853769e760dc735c943d340775573e77891846a3 Author: Andras Timar AuthorDate: Fri Mar 22 13:17:26 2019 +0100 Commit: Andras Timar CommitDate: Fri Mar 22 13:17:26 2019 +0100 Bump version to 6.0-27

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

2019-03-22 Thread Tünde Tóth (via logerrit)
sc/qa/unit/data/ods/sheet_name_with_dots.ods |binary sc/qa/unit/subsequent_export-test.cxx| 13 + sc/source/filter/excel/xecontent.cxx | 13 - 3 files changed, 21 insertions(+), 5 deletions(-) New commits: commit 37a3af2413f9407639157caef67d7d5168230e4

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

2019-03-22 Thread Caolán McNamara (via logerrit)
cui/source/customize/acccfg.cxx | 14 +++--- 1 file changed, 3 insertions(+), 11 deletions(-) New commits: commit 17fa95839c8942412c9fa2338eb271ae48401980 Author: Caolán McNamara AuthorDate: Fri Mar 22 10:33:19 2019 + Commit: Caolán McNamara CommitDate: Fri Mar 22 12:41:08

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

2019-03-22 Thread Caolán McNamara (via logerrit)
extras/source/glade/libreoffice-catalog.xml.in |3 --- 1 file changed, 3 deletions(-) New commits: commit d937c6d08ba5bae97c7cd4b9f950969339edebac Author: Caolán McNamara AuthorDate: Thu Mar 21 17:37:12 2019 + Commit: Caolán McNamara CommitDate: Fri Mar 22 12:40:42 2019 +0100

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

2019-03-22 Thread Caolán McNamara (via logerrit)
extensions/source/propctrlr/formcomponenthandler.cxx | 11 extensions/source/propctrlr/pcrunodialogs.cxx|3 extensions/source/propctrlr/taborder.cxx | 213 ++- extensions/source/propctrlr/taborder.hxx | 49 +--- extensions/uiconfig/spropct

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

2019-03-22 Thread Miklos Vajna (via logerrit)
sw/qa/extras/ooxmlimport/data/tdf120548.docx |binary sw/qa/extras/ooxmlimport/ooxmlimport2.cxx|8 sw/source/core/text/txtfld.cxx | 10 +++--- sw/source/core/txtnode/thints.cxx|3 ++- 4 files changed, 17 insertions(+), 4 deletions(-) New commit

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

2019-03-22 Thread Matthias Seidel (via logerrit)
extras/source/autotext/lang/de/standard.bau |binary 1 file changed New commits: commit 2c3060ef81994a68dd930f0e2a718bd658cb866b Author: Matthias Seidel AuthorDate: Fri Mar 22 09:18:50 2019 + Commit: Matthias Seidel CommitDate: Fri Mar 22 09:18:50 2019 + Small corrections t

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

2019-03-22 Thread Tomáš Chvátal (via logerrit)
sw/source/core/crsr/findtxt.cxx |4 sw/source/core/inc/txtfrm.hxx |7 +++ 2 files changed, 11 insertions(+) New commits: commit 0e4ea2d08a2bf7bda47815ed32b19e70c0d7e905 Author: Tomáš Chvátal AuthorDate: Wed Mar 20 12:05:39 2019 +0100 Commit: Tomáš Chvátal CommitDate:

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

2019-03-22 Thread Samuel Mehrbrodt (via logerrit)
include/sfx2/sidebar/SidebarController.hxx |5 ++- include/svx/sidebar/PanelLayout.hxx|1 officecfg/registry/schema/org/openoffice/Office/UI/Sidebar.xcs | 11 sfx2/source/sidebar/SidebarController.cxx |4 +

[Libreoffice-commits] core.git: compilerplugins/clang compilerplugins/Makefile-clang.mk config_host.mk.in configure.ac

2019-03-22 Thread Stephan Bergmann (via logerrit)
compilerplugins/Makefile-clang.mk |4 ++- compilerplugins/clang/sharedvisitor/generator.cxx | 26 -- config_host.mk.in |1 configure.ac |1 4 files changed, 25 insertions(+), 7

Re: ~/.recently-used

2019-03-22 Thread Stephan Bergmann
On 22/03/2019 11:05, Caolán McNamara wrote: That file is the old freedesktop "Recent File Storage Specification" recently used file https://specifications.freedesktop.org/recent-file-spec/recent-file-spec-0.2.html It was superseded by the "Desktop Bookmark Spec" replacement https://www.freedeskt

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

2019-03-22 Thread Caolán McNamara (via logerrit)
vcl/inc/unx/fc_fontoptions.hxx |2 vcl/inc/unx/fontmanager.hxx|6 +- vcl/inc/unx/freetype_glyphcache.hxx|9 +-- vcl/inc/unx/glyphcache.hxx |8 +- vcl/qt5/Qt5Graphics_Text.cxx |3 - vcl/unx/ge

[Libreoffice-commits] core.git: bin/find-unneeded-includes

2019-03-22 Thread Gabor Kelemen (via logerrit)
bin/find-unneeded-includes |1 + 1 file changed, 1 insertion(+) New commits: commit c094442f997054bbfdacc0d9f213dc218453d29c Author: Gabor Kelemen AuthorDate: Mon Mar 18 19:43:06 2019 +0100 Commit: Miklos Vajna CommitDate: Fri Mar 22 11:12:07 2019 +0100 find-unneeded-includes:

Re: ~/.recently-used

2019-03-22 Thread Caolán McNamara
On Thu, 2019-03-21 at 14:31 +0100, Stephan Bergmann wrote: > Does anybody know whether that ~/.recently-used is actually usefuly, > and we should continue writing it? That file is the old freedesktop "Recent File Storage Specification" recently used file https://specifications.freedesktop.org/rec

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

2019-03-22 Thread Libreoffice Gerrit user
sc/qa/unit/ucalc.hxx |2 + sc/qa/unit/ucalc_sharedformula.cxx | 71 + 2 files changed, 73 insertions(+) New commits: commit 92657eed57548511f26f0c22f1bbc47d554c8b5b Author: Eike Rathke AuthorDate: Thu Mar 21 18:09:12 2019 +0100 Commit:

[Libreoffice-commits] core.git: extras/source sd/Library_sd.mk sd/source solenv/clang-format

2019-03-22 Thread Libreoffice Gerrit user
extras/source/glade/libreoffice-catalog.xml.in |3 sd/Library_sd.mk |1 sd/source/ui/table/TableDesignBox.cxx | 80 - solenv/clang-format/blacklist |1 4 files changed, 85 deletions(-) New commits: co

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

2019-03-22 Thread Libreoffice Gerrit user
sw/source/core/text/itradj.cxx | 11 +++ sw/source/core/text/portxt.cxx |3 +-- sw/source/core/txtnode/fntcache.cxx |9 +++-- 3 files changed, 11 insertions(+), 12 deletions(-) New commits: commit 76848756909cb969b4689ebd2dd3b5fa27b0dc23 Author: Khaled Hosny A

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

2019-03-22 Thread Libreoffice Gerrit user
sw/source/core/text/itradj.cxx | 11 +++ sw/source/core/text/portxt.cxx |3 +-- sw/source/core/txtnode/fntcache.cxx |9 +++-- 3 files changed, 11 insertions(+), 12 deletions(-) New commits: commit be189bfc1709dce48111eed49d847c05ef82164e Author: Khaled Hosny A

[Libreoffice-commits] core.git: extras/source sd/Library_sd.mk sd/source solenv/clang-format

2019-03-22 Thread Libreoffice Gerrit user
extras/source/glade/libreoffice-catalog.xml.in |3 sd/Library_sd.mk |1 sd/source/ui/animations/CustomAnimationBox.cxx | 81 - solenv/clang-format/blacklist |1 4 files changed, 86 deletions(-) New commits: co

[Libreoffice-commits] core.git: extras/source solenv/bin solenv/gbuild vcl/source

2019-03-22 Thread Libreoffice Gerrit user
extras/source/glade/libreoffice-catalog.xml.in |3 --- solenv/bin/native-code.py |1 - solenv/gbuild/UIConfig.mk |2 +- vcl/source/control/button.cxx |5 - 4 files changed, 1 insertion(+), 10 deletions(-) New commits:

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

2019-03-22 Thread Libreoffice Gerrit user
extensions/uiconfig/spropctrlr/ui/taborder.ui | 132 +++--- 1 file changed, 81 insertions(+), 51 deletions(-) New commits: commit 1b6f9b353dd32e3951b40f1db452561d5b7fa6b0 Author: Caolán McNamara AuthorDate: Thu Mar 21 16:28:05 2019 + Commit: Caolán McNamara Comm

[Libreoffice-commits] dev-tools.git: git-hooks/core.git

2019-03-22 Thread Libreoffice Gerrit user
git-hooks/core.git/hooks/update |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit e5580155e0758649dcba2e4ae8d88e005ef783cc Author: Miklos Vajna AuthorDate: Fri Mar 22 09:18:35 2019 +0100 Commit: Miklos Vajna CommitDate: Fri Mar 22 09:23:22 2019 +0100 gi

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

2019-03-22 Thread Libreoffice Gerrit user
sw/source/core/txtnode/fntcache.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit f8ca6e0a59bff51fcb09af4fa6d9cd458b32f223 Author: Khaled Hosny AuthorDate: Thu Mar 21 18:00:54 2019 +0200 Commit: Miklos Vajna CommitDate: Fri Mar 22 09:03:26 2019 +0100

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

2019-03-22 Thread Libreoffice Gerrit user
sw/qa/extras/layout/data/btlr-cell.odt |binary sw/qa/extras/layout/layout.cxx |5 + sw/source/core/text/inftxt.cxx |2 +- 3 files changed, 6 insertions(+), 1 deletion(-) New commits: commit 4c5d0e4822dcd0c6c9397a45e3afb66d53ebaafc Author: Miklos Vajna AuthorDate:

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

2019-03-22 Thread Libreoffice Gerrit user
sd/source/ui/slidesorter/controller/SlsPageSelector.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9b1ae71ee1ff4ba159a9265900ef019604b9b64e Author: Julien Nabet AuthorDate: Thu Mar 21 21:23:13 2019 +0100 Commit: Julien Nabet CommitDate: Fri Mar 22 08:48

Re: Compilation error: mailconfigpage.cxx:(.text+0x3171): undefined reference to `non-virtual thunk to cppu::PartialWeakComponentImplHelper::acquire()'

2019-03-22 Thread Stephan Bergmann
On 21/03/2019 23:11, David Rohr wrote: During compilation on gentoo linux 64 bit with GCC 8.3 of libreoffice 6.2.1.2 I get the following error: mailconfigpage.cxx:(.text+0x3171): undefined reference to `non-virtual thunk to cppu::PartialWeakComponentImplHelper::acquire()' I can fix this by appe

[Libreoffice-commits] core.git: Branch 'feature/cib_contract139' - 2 commits - drawinglayer/source vcl/source

2019-03-22 Thread Libreoffice Gerrit user
Rebased ref, commits from common ancestor: commit 36eaf9ef8be056151a6a83dc63eaecf154e90a99 Author: Katarina Behrens AuthorDate: Thu Mar 21 13:27:03 2019 +0100 Commit: Thorsten Behrens CommitDate: Fri Mar 22 08:06:39 2019 +0100 Nested list L must be a child of parent's LBody