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

2016-09-17 Thread Jochen Nitschke
oox/source/drawingml/chart/objectformatter.cxx |8 1 file changed, 8 insertions(+) New commits: commit 3287bc2f91438085b7604773d5e0346fc3c3f452 Author: Jochen Nitschke Date: Sat Sep 17 22:57:49 2016 +0200 fix missing default ctor for ObjectTypeFormatEntry with MSVC M

CppCheck Report Update

2016-09-17 Thread cppcheck.libreoff...@gmail.com
A new cppcheck report is available at : http://dev-builds.libreoffice.org/cppcheck_reports/master/ Note: The script generating this report was run at : 2016-18-09_02:08:28 with user buildslave at host vm140 as /home/buildslave/source/dev-tools/cppcheck/cppcheck-report.sh -s /home/

[Libreoffice-commits] core.git: 41 commits - configure.ac desktop/CppunitTest_desktop_lib.mk download.lst external/liborcus RepositoryExternal.mk sc/CppunitTest_sc_subsequent_filters_test.mk sc/inc sc

2016-09-17 Thread Markus Mohrhard
RepositoryExternal.mk|4 configure.ac |2 desktop/CppunitTest_desktop_lib.mk |2 download.lst

[Libreoffice-commits] online.git: 4 commits - loolwsd/ChildSession.cpp loolwsd/ChildSession.hpp loolwsd/LOOLKit.cpp loolwsd/test

2016-09-17 Thread Henry Castro
loolwsd/ChildSession.cpp|1 - loolwsd/ChildSession.hpp|1 + loolwsd/LOOLKit.cpp | 11 ++- loolwsd/test/helpers.hpp| 12 ++-- loolwsd/test/httpwstest.cpp | 32 ++-- 5 files changed, 35 insertions(+), 22 deletions(-) New

Re: Syntax error in XComponent.idl ?

2016-09-17 Thread Markus Mohrhard
Hey, On Fri, Sep 16, 2016 at 10:55 PM, wrote: > The current source code in XComponent.idl looks like: > > #ifndef __com_sun_star_lang_XComponent_idl__ > 20 #define __com_sun_star_lang_XComponent_idl__ > 21 > 22 #include > 23 > 24 > 25 module com { module sun { module star { module lang { > 26 >

How to keep UNO applications connected after closing LibreOffice

2016-09-17 Thread Samuel Mehrbrodt
Hi, We have the following case: You have an application conntected to LO via UNO. The user then separately starts a (Start center) window. When he closes it, LO gets terminated and the external application loses the connection. We want to prevent thatso that the external application keeps working.

MSVC2013 build failure

2016-09-17 Thread Mike Kaganski
Hello, building with MSVC 2013, I get the following error: [build CXX] sw/source/filter/ww8/ww8par2.cxx C:/sources/libo-core/sw/source/filter/ww8/ww8par2.cxx(4035) : error C2280: 'std::unique_ptr> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::defaul

Syntax error in XComponent.idl ?

2016-09-17 Thread aptares
The current source code in XComponent.idl looks like:   #ifndef __com_sun_star_lang_XComponent_idl__ 20 #define __com_sun_star_lang_XComponent_idl__ 21  22 #include 23  24  25 module com { module sun { module star { module lang { 26  27  publishe

Re: Trying to build LO on OS X: problem with make operation

2016-09-17 Thread Piet van Oostrum
Michael Lewis wrote: > Hello, I am attempting to build LibreOffice on OSX, using the directions for > minimal build on the > Building LibreOffice on OS X web page ( > https://wiki.documentfoundation.org/Development/BuildingOnMac). > > I got most of the way through the directions, but when

[Libreoffice-commits] core.git: Branch 'feature/orcus-odf-rebased2' - 19 commits - desktop/CppunitTest_desktop_lib.mk sc/CppunitTest_sc_subsequent_filters_test.mk sc/inc sc/Module_sc.mk sc/Package_res

2016-09-17 Thread Markus Mohrhard
Rebased ref, commits from common ancestor: commit afcf0c199d3b1e86c084b1778ae7237f02db5848 Author: Markus Mohrhard Date: Sat Sep 17 13:36:56 2016 +0200 make sure the test is not executed before the libs have been built Change-Id: Idf9e638ac559e1135182811c2bc30465efe45d3d diff --gi

[Libreoffice-commits] core.git: qadevOOo/tests

2016-09-17 Thread Luke Deller
qadevOOo/tests/java/ifc/accessibility/_XAccessibleText.java |5 qadevOOo/tests/java/mod/_toolkit/AccessibleFixedText.java | 14 +++- 2 files changed, 13 insertions(+), 6 deletions(-) New commits: commit e28d52387383d5b9b3554f364e885a20f4292d81 Author: Luke Deller Date: Fri

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

2016-09-17 Thread Jochen Nitschke
include/oox/drawingml/shapepropertymap.hxx | 79 - oox/source/drawingml/chart/objectformatter.cxx | 78 +++- oox/source/drawingml/fillproperties.cxx| 38 ++-- oox/source/drawingml/lineproperties.cxx| 24 +++ oox/so

[Libreoffice-commits] core.git: Branch 'feature/orcus-odf-rebased2' - 41 commits - configure.ac desktop/CppunitTest_desktop_lib.mk download.lst external/liborcus include/o3tl RepositoryExternal.mk sc/

2016-09-17 Thread Markus Mohrhard
Rebased ref, commits from common ancestor: commit 3ba2878bdfc62760ab50b0dac05dc0397793e702 Author: Markus Mohrhard Date: Sat Sep 17 13:36:56 2016 +0200 make sure the test is not executed before the libs have been built Change-Id: Idf9e638ac559e1135182811c2bc30465efe45d3d diff --gi

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - external_deps.lst

2016-09-17 Thread Pedro Giffuni
external_deps.lst |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit a44afc71e63fe8c61b20d30effa1acb7dcaf07c1 Author: Pedro Giffuni Date: Sat Sep 17 14:58:48 2016 + Google code is deprecated. Set the new URLs for ucpp and gtest to a new backup si

[Libreoffice-commits] core.git: Branch 'feature/orcus-odf-rebased2' - 40 commits - configure.ac desktop/CppunitTest_desktop_lib.mk download.lst external/liborcus RepositoryExternal.mk sc/CppunitTest_s

2016-09-17 Thread Markus Mohrhard
Rebased ref, commits from common ancestor: commit d2931cb960d812a0a8b9002ec57217404261c1ed Author: Markus Mohrhard Date: Sat Sep 17 13:36:56 2016 +0200 make sure the test is not executed before the libs have been built Change-Id: Idf9e638ac559e1135182811c2bc30465efe45d3d diff --gi

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

2016-09-17 Thread Jochen Nitschke
include/o3tl/typed_flags_set.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2aa61f07eccd3749d9e9f4a02f2e642bb03cad55 Author: Jochen Nitschke Date: Sat Sep 17 14:48:11 2016 +0200 fix warning in windows debug build > o3tl/typed_flags_set.hxx(82) :

[Libreoffice-commits] core.git: Changes to 'feature/orcus-odf-rebased2'

2016-09-17 Thread Markus Mohrhard
New branch 'feature/orcus-odf-rebased2' available with the following commits: commit 024700114041b4e5bb34ebe81d1a6f3123aefc4c Author: Markus Mohrhard Date: Sat Sep 17 13:36:56 2016 +0200 make sure the test is not executed before the libs have been built Change-Id: Idf9e638ac559e113

Re: WIP: new VCL scheduler feature branch

2016-09-17 Thread Noel Grandin
Nice work! Some random low priority comments: In "Just walk the task list once per timeout" https://cgit.freedesktop.org/libreoffice/core/commit/?h=feature/new-vcl-scheduler&id=435e21fe0330436e76e5e053d5d5d94df734a554 The evaluate_entry label doesn't make the code any easier to read. In "Reorgan

[Libreoffice-commits] core.git: Branch 'libreoffice-5-2-2' - odk/settings

2016-09-17 Thread Stephan Bergmann
odk/settings/settings.mk | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) New commits: commit 9e2f22dfab467b41d552fdaeabf9445c5ad34a47 Author: Stephan Bergmann Date: Mon Sep 12 16:08:38 2016 +0200 tdf#91966: In SDK, set CPPU_ENV=mscx for 64-bit Windows Change-Id

Re: Build completes, but with errors

2016-09-17 Thread julien2412
Hi, With recent (less than 1 week) master sources + enable-dbgutil, I still reproduce this pb. As a workaround, I add a return just before http://opengrok.libreoffice.org/xref/core/sw/qa/extras/ooxmlimport/ooxmlimport.cxx#1897 The only strange thing is expected value and actual are quite different

[Libreoffice-commits] core.git: 2 commits - helpcontent2

2016-09-17 Thread Stanislav Horacek
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit cea853720a66961ccd36246d67b26af23907de12 Author: Stanislav Horacek Date: Fri Sep 16 18:09:39 2016 +0200 Updated core Project: help 29627a94f11a6c7c27041949b2353fb29fa12141 tdf#100353 de

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

2016-09-17 Thread Stanislav Horacek
source/text/scalc/01/func_networkdays.xhp | 56 -- source/text/shared/01/05020301.xhp|6 +-- 2 files changed, 33 insertions(+), 29 deletions(-) New commits: commit 29627a94f11a6c7c27041949b2353fb29fa12141 Author: Stanislav Horacek Date: Fri Sep 16 18:0

[Libreoffice-commits] core.git: helpcontent2

2016-09-17 Thread Gabor Kelemen
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 574c7dc7477a561785ed81087fee4a5592550815 Author: Gabor Kelemen Date: Thu Sep 15 22:13:44 2016 +0200 Updated core Project: help f8d42fe73a9a27a17ee421ef63340ac41eeb2539 tdf#99885 Fix exa

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

2016-09-17 Thread Gabor Kelemen
source/text/scalc/01/func_aggregate.xhp |4 ++-- source/text/shared/optionen/01011000.xhp | 11 ++- 2 files changed, 8 insertions(+), 7 deletions(-) New commits: commit f8d42fe73a9a27a17ee421ef63340ac41eeb2539 Author: Gabor Kelemen Date: Thu Sep 15 22:13:44 2016 +0200 tdf#9

[Libreoffice-commits] core.git: helpcontent2

2016-09-17 Thread Stanislav Horacek
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b1086c743c7749f966a360b8a428320f998dfe1e Author: Stanislav Horacek Date: Fri Sep 16 18:19:29 2016 +0200 Updated core Project: help 25ddb95121b787fc523c60b838eee35f3c25b814 rename "Graph