Michael Weghorn license statement

2014-09-11 Thread Michael Weghorn
Hi, all of my past and future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. Best regards, Michael Weghorn ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman

[Libreoffice-commits] core.git: Changes to 'refs/changes/92/11392/1'

2014-09-29 Thread Michael Weghorn
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: jvmfwk/plugins

2014-11-18 Thread Michael Weghorn
jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 7bd4d1e9180e8c380e634bc231286034db151716 Author: Michael Weghorn m.wegh...@posteo.de Date: Tue Nov 18 12:04:36 2014 + remove duplicate code line Change-Id

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

2014-11-19 Thread Michael Weghorn
772a36932e4803beaffdad87200e0162e1020e94 Author: Michael Weghorn m.wegh...@posteo.de Date: Tue Nov 18 17:40:13 2014 + changed type of parameters from rtl_uString to OUString changed type of several parameters of the functions jfw_plugin_getAllJavaInfos

[Libreoffice-commits] core.git: include/sfx2 include/svl

2014-11-22 Thread Michael Weghorn
+++--- include/svl/zformat.hxx |6 ++ 7 files changed, 49 insertions(+), 58 deletions(-) New commits: commit 55e9fac7e642de3ee7190c3987a40a768172eb9f Author: Michael Weghorn m.wegh...@posteo.de Date: Sat Nov 22 18:30:38 2014 +0100 fdo#39468 translate German comments

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

2014-12-02 Thread Michael Weghorn
include/svtools/headbar.hxx | 230 +--- 1 file changed, 111 insertions(+), 119 deletions(-) New commits: commit 13658762d2a6a0f33ad23ab6b9295ee93d2280bc Author: Michael Weghorn m.wegh...@posteo.de Date: Tue Dec 2 20:28:07 2014 +0100 fdo#39468

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

2014-12-06 Thread Michael Weghorn
93124f771062eb2917212c16a64b0a67f5baaff4 Author: Michael Weghorn m.wegh...@posteo.de Date: Sat Dec 6 01:31:14 2014 +0100 reduce scope of local variables This eliminates some of the warnings from Cppcheck report of 2014-11-29. Change-Id

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

2014-12-06 Thread Michael Weghorn
+-- chart2/source/view/main/GL3DRenderer.cxx |8 +++- chart2/source/view/main/VDataSeries.cxx|4 +--- 9 files changed, 15 insertions(+), 22 deletions(-) New commits: commit 3948dee43526998b2e70dfe6ec2e4e46ef829abd Author: Michael

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

2014-12-08 Thread Michael Weghorn
|2 +- 9 files changed, 13 insertions(+), 15 deletions(-) New commits: commit 3338f479182a5face7f143bdc4b9ea9067028887 Author: Michael Weghorn m.wegh...@posteo.de Date: Sat Dec 6 01:07:11 2014 +0100 reduce scope of local variables This eliminates some

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

2014-12-08 Thread Michael Weghorn
141469eb831c054d6f4b56fcaa50a03e52429f11 Author: Michael Weghorn m.wegh...@posteo.de Date: Mon Dec 8 21:09:53 2014 +0100 fdo#39440 reduce scope of local variables This addresses some cppcheck warnings. Change-Id: I8931ff46394923d672e08b3a5c9ab75bb6ffb0a9 Reviewed-on: https

[Libreoffice-commits] core.git: cli_ure/source connectivity/source

2014-12-08 Thread Michael Weghorn
/OPreparedStatement.cxx |5 + 9 files changed, 11 insertions(+), 21 deletions(-) New commits: commit 54cbb57d4c3ccf1e1c8455ac413183edbdeb3416 Author: Michael Weghorn m.wegh...@posteo.de Date: Mon Dec 8 19:36:22 2014 +0100 fdo#39440 reduce scope of local variables This addresses some cppcheck

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

2014-12-08 Thread Michael Weghorn
/tabpages/tpshadow.cxx |3 ++- 18 files changed, 32 insertions(+), 52 deletions(-) New commits: commit 5f6af01f13460909e7c3819e14edb2eb04788156 Author: Michael Weghorn m.wegh...@posteo.de Date: Mon Dec 8 20:46:05 2014 +0100 fdo#39440 reduce scope of local variables This addresses

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

2014-12-09 Thread Michael Weghorn
include/svtools/tabbar.hxx | 421 + 1 file changed, 203 insertions(+), 218 deletions(-) New commits: commit d4673820ad9194a25cd1990c179eee202309bd04 Author: Michael Weghorn m.wegh...@posteo.de Date: Fri Dec 5 20:20:06 2014 +0100 fdo#39468

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

2014-12-10 Thread Michael Weghorn
deletions(-) New commits: commit 0e55feea6a6bb516c4198960b14192f363f08601 Author: Michael Weghorn m.wegh...@posteo.de Date: Sat Dec 6 19:51:04 2014 +0100 reduce scope of local variables This addresses some cppcheck warnings. Change-Id: I1122494e295af756ef3cc32717fe204505aeb9e3

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

2014-12-12 Thread Michael Weghorn
changed, 8 insertions(+), 14 deletions(-) New commits: commit 04b183a9bc792a53a9f081353a79486faa4f3872 Author: Michael Weghorn m.wegh...@posteo.de Date: Thu Dec 11 23:32:12 2014 +0100 fdo#39440 reduce scope of local variables This addresses some cppcheck warnings. Change

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

2014-12-14 Thread Michael Weghorn
-- filter/source/svg/svgexport.cxx |3 +-- 6 files changed, 16 insertions(+), 16 deletions(-) New commits: commit ec382367c8dd90a0cd728fb18c03c186416bbaee Author: Michael Weghorn m.wegh...@posteo.de Date: Fri Dec 12 20:02:09 2014 +0100 fdo#39440 reduce scope of local variables

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

2014-12-14 Thread Michael Weghorn
/ios2met/ios2met.cxx |4 ++-- 10 files changed, 24 insertions(+), 35 deletions(-) New commits: commit c1fcafb4ac234e8d9912d3bb6be978a6509593e3 Author: Michael Weghorn m.wegh...@posteo.de Date: Fri Dec 12 19:34:29 2014 +0100 fdo#39440 reduce scope of local variables This addresses

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

2014-12-14 Thread Michael Weghorn
files changed, 83 insertions(+), 87 deletions(-) New commits: commit 4595dc37e601c5a1f245af38ac728d6e45c2865c Author: Michael Weghorn m.wegh...@posteo.de Date: Fri Dec 12 22:30:32 2014 +0100 fdo#39468 translate German comments Change-Id: I90deb0877940167c9d5e3ba630528e575af6dd66

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

2014-12-14 Thread Michael Weghorn
dbaccess/source/core/api/OptimisticSet.cxx |3 --- 1 file changed, 3 deletions(-) New commits: commit c70d907c6bac7720338207355e41724ba1e97781 Author: Michael Weghorn m.wegh...@posteo.de Date: Fri Dec 12 22:44:23 2014 +0100 fdo#39440 remove unused variables This addresses 3

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

2014-12-14 Thread Michael Weghorn
sc/source/core/tool/address.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3c363adcbae442d1e56409be466f4c514b89d89a Author: Michael Weghorn m.wegh...@posteo.de Date: Fri Dec 12 23:00:27 2014 +0100 fdo#39440 eliminate redundant condition addresses

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

2014-12-14 Thread Michael Weghorn
|2 +- extensions/source/update/check/updatecheck.cxx |5 ++--- 6 files changed, 11 insertions(+), 10 deletions(-) New commits: commit aba7f4c0a3527ce0cee6e18385cf69778052402d Author: Michael Weghorn m.wegh...@posteo.de Date: Fri Dec 12 19:07:13 2014 +0100 fdo#39440 reduce scope

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

2014-12-16 Thread Michael Weghorn
insertions(+), 58 deletions(-) New commits: commit 390c62dfe435469fe550ff223be55cf0d1026253 Author: Michael Weghorn m.wegh...@posteo.de Date: Tue Dec 16 18:32:29 2014 +0100 fdo#39468 translate German comments Change-Id: I0a70863a9227cfc7e7b5616fe8fc8d14434ec9ce Reviewed-on: https

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

2014-12-16 Thread Michael Weghorn
/toolbarsmenucontroller.cxx |3 +- 9 files changed, 20 insertions(+), 22 deletions(-) New commits: commit 38b8c1e8804c8556e71e1ec7c1f1350d75dc04bf Author: Michael Weghorn m.wegh...@posteo.de Date: Tue Dec 16 18:04:05 2014 +0100 fdo#39440 reduce scope of local variables This addresses some

[Libreoffice-commits] core.git: forms/source formula/source fpicker/source

2014-12-16 Thread Michael Weghorn
++--- fpicker/source/win32/filepicker/dibpreview.cxx | 16 +--- 6 files changed, 14 insertions(+), 25 deletions(-) New commits: commit afb5143639598bdc7f78ba000569d80e10d0fbe4 Author: Michael Weghorn m.wegh...@posteo.de Date: Tue Dec 16 17:35:52 2014 +0100 fdo#39440 reduce

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

2014-12-16 Thread Michael Weghorn
helpcompiler/source/HelpLinker.cxx | 271 ++--- 1 file changed, 135 insertions(+), 136 deletions(-) New commits: commit 28d9983e2c561528c27c0dd40c2c0ea5b46a270f Author: Michael Weghorn m.wegh...@posteo.de Date: Tue Dec 16 21:54:25 2014 +0100 indent try

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

2014-12-16 Thread Michael Weghorn
files changed, 22 insertions(+), 31 deletions(-) New commits: commit e31657a1eaad12de1ad89aec5b50f8116f67fa3e Author: Michael Weghorn m.wegh...@posteo.de Date: Tue Dec 16 22:18:32 2014 +0100 fdo#39440 reduce scope of local variables This addresses some cppcheck warnings

[Libreoffice-commits] core.git: i18npool/source i18nutil/source

2014-12-17 Thread Michael Weghorn
652e09f734fefb9b49787e8e565d235d504a1e73 Author: Michael Weghorn m.wegh...@posteo.de Date: Wed Dec 17 17:54:18 2014 +0100 fdo#39440 reduce scope of local variables This addresses some cppcheck warnings. Change-Id: I7e85aca5a86f993a9906525edffbd44a179dc245 Reviewed-on: https://gerrit.libreoffice.org/13510

[Libreoffice-commits] core.git: include/sot include/svl

2014-12-17 Thread Michael Weghorn
changed, 38 insertions(+), 45 deletions(-) New commits: commit 7efdc59d61c4f57780047627645caed81f3e654c Author: Michael Weghorn m.wegh...@posteo.de Date: Wed Dec 17 18:28:58 2014 +0100 fdo#39468 translate German comments Change-Id: Ibcd2199db171c531018301631d76ec56924da23a

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

2014-12-17 Thread Michael Weghorn
idl/source/objects/types.cxx |7 --- 1 file changed, 7 deletions(-) New commits: commit 36936c2580bf15117dd3bf775dd91340d16d3239 Author: Michael Weghorn m.wegh...@posteo.de Date: Wed Dec 17 20:46:20 2014 +0100 remove if-block that has no effect If the outer if-block

[Libreoffice-commits] core.git: idlc/source l10ntools/source lingucomponent/source linguistic/source

2014-12-17 Thread Michael Weghorn
|3 +-- linguistic/source/gciterator.cxx |3 +-- 10 files changed, 26 insertions(+), 44 deletions(-) New commits: commit a23f6eb3ae49dfc326c6e57a8ab95a840c0661d2 Author: Michael Weghorn m.wegh...@posteo.de Date: Wed Dec 17 21:16:11 2014 +0100

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

2014-12-18 Thread Michael Weghorn
include/svtools/ruler.hxx | 314 ++ 1 file changed, 155 insertions(+), 159 deletions(-) New commits: commit a3181adc11bc707680424551369a24b3c65de921 Author: Michael Weghorn m.wegh...@posteo.de Date: Thu Dec 18 23:48:12 2014 +0100 fdo#39468

[Libreoffice-commits] core.git: lotuswordpro/source oox/source package/source registry/source reportdesign/source

2014-12-19 Thread Michael Weghorn
d41bc0f7b328ed6c69b2c2822de00165cdc62c61 Author: Michael Weghorn m.wegh...@posteo.de Date: Fri Dec 19 08:47:29 2014 +0100 fdo#39440 reduce scope of local variables This addresses some cppcheck warnings. Change-Id: Idcedd908c653d5a5700884f233ad134dde8be018 Reviewed-on: https://gerrit.libreoffice.org

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

2014-12-19 Thread Michael Weghorn
Author: Michael Weghorn m.wegh...@posteo.de Date: Fri Dec 19 10:24:04 2014 +0100 fdo#39440 rsc: reduce scope of local variables This addresses some cppcheck warnings. Change-Id: I69454a75c8ce4aecf9e68f5887f38f8bf6fe6dca Reviewed-on: https://gerrit.libreoffice.org/13543

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

2014-12-19 Thread Michael Weghorn
2ee336fb556ceb1d7e1ee8017c27539da7fe543b Author: Michael Weghorn m.wegh...@posteo.de Date: Fri Dec 19 11:07:02 2014 +0100 fdo#39440 sal: reduce scope of local variables This addresses some cppcheck warnings. Change-Id: Id5f90757571e76a2c05a4cbd37020e1f6a6b2033 Reviewed-on: https://gerrit.libreoffice.org/13544

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

2014-12-20 Thread Michael Weghorn
: commit 8abd002240e8d7666300bf6fa832a28988e9ed0a Author: Michael Weghorn m.wegh...@posteo.de Date: Fri Dec 19 13:06:58 2014 +0100 fdo#39440 sax, sc: reduce scope of local variables This addresses some cppcheck warnings. Change-Id: I589e13ee086cffee481954215a97960db656e633

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

2014-12-20 Thread Michael Weghorn
Author: Michael Weghorn m.wegh...@posteo.de Date: Fri Dec 19 16:16:28 2014 +0100 fdo#39468 translate German comments Change-Id: I36e3d7950d64a927ac6f081cf4b163fccd2f4786 Reviewed-on: https://gerrit.libreoffice.org/13549 Reviewed-by: Noel Grandin noelgran...@gmail.com

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

2014-12-21 Thread Michael Weghorn
: Michael Weghorn m.wegh...@posteo.de Date: Sat Dec 20 16:48:11 2014 +0100 fdo#39440 sc: reduce scope of local variables This addresses some cppcheck warnings. Change-Id: I2eaf9a6792ca2c06a005385ec45c08f1292cba23 diff --git a/sc/source/filter/dif/difimp.cxx b/sc/source/filter

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

2014-12-21 Thread Michael Weghorn
8870e068cc7368ffa14a6938836b370d2a188b64 Author: Michael Weghorn m.wegh...@posteo.de Date: Sat Dec 20 20:47:39 2014 +0100 fdo#39440 sc: reduce scope of local variables This addresses some cppcheck warnings. Change-Id: Icd031be4aeec07ba60804923e3506d64cf876dd8 diff --git a/sc/source/ui/vba

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

2014-12-21 Thread Michael Weghorn
+++-- sd/source/filter/eppt/epptso.cxx |3 ++- sd/source/filter/eppt/pptx-text.cxx|2 +- 11 files changed, 24 insertions(+), 37 deletions(-) New commits: commit 17fc7aa3b8fcd731fb05b5e17e23ee984d166a8f Author: Michael Weghorn m.wegh...@posteo.de Date: Sat Dec 20

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

2014-12-21 Thread Michael Weghorn
|3 ++- sd/source/ui/view/sdview3.cxx |4 ++-- 19 files changed, 33 insertions(+), 53 deletions(-) New commits: commit fb7c18884223f08818b44a9953b55c69a029c71c Author: Michael Weghorn m.wegh...@posteo.de Date: Sat Dec 20 21:45:16 2014

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

2014-12-22 Thread Michael Weghorn
insertions(+), 31 deletions(-) New commits: commit ea644f0e90d0c9585e73bdec240908803a38d4a6 Author: Michael Weghorn m.wegh...@posteo.de Date: Mon Dec 22 17:57:48 2014 +0100 fdo#39440 reduce scope of local variables This addresses some cppcheck warnings. Change-Id

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

2015-01-14 Thread Michael Weghorn
files changed, 24 insertions(+), 42 deletions(-) New commits: commit ba3f0cfecdddf0275278987a75b5ee620744eb84 Author: Michael Weghorn m.wegh...@posteo.de Date: Wed Jan 14 17:42:29 2015 + fdo#39440 svx: reduce scope of local variables This addresses some cppcheck warnings

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

2015-01-14 Thread Michael Weghorn
insertions(+), 48 deletions(-) New commits: commit c752d8bdf099b4ba2ef2e145e0d9da42ba7e74d7 Author: Michael Weghorn m.wegh...@posteo.de Date: Wed Jan 14 18:03:58 2015 + fdo#39440 svx: reduce scope of local variables This addresses some cppcheck warnings. Change-Id

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

2015-01-18 Thread Michael Weghorn
|2 +- sw/source/uibase/wrtsh/wrtsh1.cxx |9 ++--- 22 files changed, 51 insertions(+), 53 deletions(-) New commits: commit 54defd1bd3359c95e45891c7294847d0cebca753 Author: Michael Weghorn m.wegh...@posteo.de Date: Fri Jan 16 22:59:20 2015 +0100 fdo#39440 sw: reduce

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

2015-01-19 Thread Michael Weghorn
/unotbl.cxx |9 ++--- 15 files changed, 42 insertions(+), 43 deletions(-) New commits: commit 08f9bd504de9bcb267a0e71b07759080592bd0d8 Author: Michael Weghorn m.wegh...@posteo.de Date: Fri Jan 16 13:24:42 2015 + fdo#39440 sw: reduce scope of local variables

[Libreoffice-commits] core.git: winaccessibility/source writerfilter/source xmloff/source xmlscript/source xmlsecurity/source

2015-01-19 Thread Michael Weghorn
|6 -- xmlsecurity/source/xmlsec/nss/securityenvironment_nssimpl.cxx | 21 +++--- 13 files changed, 33 insertions(+), 49 deletions(-) New commits: commit bfe79b50bce44707cb2416e6ff6b7441491967bb Author: Michael Weghorn m.wegh...@posteo.de Date: Sat Jan 17 02:00:35

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

2015-01-18 Thread Michael Weghorn
+-- 10 files changed, 31 insertions(+), 51 deletions(-) New commits: commit 5f01eb5d7a3927d31b7dd268562a59e3dacdd8e8 Author: Michael Weghorn m.wegh...@posteo.de Date: Sat Jan 17 01:18:38 2015 +0100 fdo#39440 vcl: reduce scope of local variables This addresses some cppcheck warnings

[Libreoffice-commits] core.git: tools/source ucb/source unoxml/source vbahelper/source

2015-01-18 Thread Michael Weghorn
|5 ++--- vbahelper/source/vbahelper/vbapagesetupbase.cxx | 20 6 files changed, 22 insertions(+), 24 deletions(-) New commits: commit 5901827bd44dc3600bf66c83882e6847439d59d6 Author: Michael Weghorn m.wegh...@posteo.de Date: Sat Jan 17 00:37:31 2015 +0100 fdo

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

2015-01-18 Thread Michael Weghorn
a1fb4ac1991a8da2e527b64a0a01a88a8f2959e3 Author: Michael Weghorn m.wegh...@posteo.de Date: Fri Jan 16 13:50:00 2015 + fdo#39440 sw: reduce scope of local variables This addresses some cppcheck warnings. Change-Id: I7cbc1908d0e3c84f5864db34984d0740db891aef Reviewed-on: https

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

2015-01-18 Thread Michael Weghorn
(-) New commits: commit f5f7a69628ad316298febe7b51234428a7896ff9 Author: Michael Weghorn m.wegh...@posteo.de Date: Sat Jan 17 01:36:45 2015 +0100 fdo#39440 vcl: reduce scope of local variables This addresses some cppcheck warnings. Change-Id

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

2015-01-18 Thread Michael Weghorn
/swnewtable.cxx |9 +++-- sw/source/core/table/swtable.cxx|3 +-- 18 files changed, 49 insertions(+), 46 deletions(-) New commits: commit d1aecd4353bd6ac3961a30df67de78f4b8f0a66b Author: Michael Weghorn m.wegh...@posteo.de Date: Fri Jan 16 13:00:37 2015 + fdo#39440 sw

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

2015-01-18 Thread Michael Weghorn
/winwmf.cxx |3 +-- vcl/source/filter/wmf/wmfwr.cxx |4 +--- 13 files changed, 32 insertions(+), 45 deletions(-) New commits: commit ec9c7ebb575b592e188c5f6b545570b11744d063 Author: Michael Weghorn m.wegh...@posteo.de Date: Sat Jan 17 00:59:10 2015 +0100 fdo#39440 vcl

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

2015-01-16 Thread Michael Weghorn
ccaa5519cb978a640caa22ce2bcbd6c54fa44e26 Author: Michael Weghorn m.wegh...@posteo.de Date: Thu Jan 15 17:16:31 2015 + fdo#39440 sw: reduce scope of local variables This addresses some cppcheck warnings. Change-Id: I4c55c109f81407d5383932e4254e0f5f61d12cd7 Reviewed-on: https://gerrit.libreoffice.org

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

2015-01-11 Thread Michael Weghorn
|6 ++ 14 files changed, 35 insertions(+), 56 deletions(-) New commits: commit d5f48d742ac1fea9fd341244bbcea09bcd78b476 Author: Michael Weghorn m.wegh...@posteo.de Date: Sat Jan 10 15:52:17 2015 +0100 fdo#39440 reduce scope of local variables

[Libreoffice-commits] core.git: jvmfwk/plugins

2015-01-08 Thread Michael Weghorn
jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx | 24 +--- 1 file changed, 7 insertions(+), 17 deletions(-) New commits: commit bb65b09678d4b6da657f6ccc180d8ff5096e3006 Author: Michael Weghorn m.wegh...@posteo.de Date: Mon Dec 15 20:27:00 2014 +0100 avoid copying

[Libreoffice-commits] core.git: chart2/qa cui/source editeng/source extensions/source filter/source

2015-08-21 Thread Michael Weghorn
|3 +-- 5 files changed, 13 insertions(+), 22 deletions(-) New commits: commit 373e71ee65a90daa9a27ff5bb7a3d6c867e4f393 Author: Michael Weghorn m.wegh...@posteo.de Date: Fri Aug 21 13:52:14 2015 +0200 tdf#39440 reduce scope of local variables This addresses some cppcheck warnings

[Libreoffice-commits] core.git: filter/source framework/source hwpfilter/source idlc/source jvmfwk/plugins l10ntools/source onlineupdate/source

2015-08-22 Thread Michael Weghorn
|3 -- onlineupdate/source/update/updater/archivereader.cxx|4 +-- onlineupdate/source/update/updater/nsWindowsRestart.cxx |2 - 11 files changed, 27 insertions(+), 30 deletions(-) New commits: commit 25accda781bc0bc79ca2e887c54ca981068bf407 Author: Michael Weghorn

[Libreoffice-commits] core.git: pyuno/source sal/osl sal/textenc sax/source sc/source

2015-08-22 Thread Michael Weghorn
7e318570dc0c0878bfd2a960230a26f7e5fe2bcf Author: Michael Weghorn m.wegh...@posteo.de Date: Sat Aug 22 13:08:41 2015 +0200 tdf#39440 reduce scope of local variables This addresses some cppcheck warnings. Change-Id: Ie492fb9c106b37c3fe7b0105236ad6315f4f159e Reviewed-on: https://gerrit.libreoffice.org

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

2015-08-23 Thread Michael Weghorn
++-- 6 files changed, 15 insertions(+), 23 deletions(-) New commits: commit 9beb2bedc0f65b90cd35f7fa6c9b53ee6729a0c4 Author: Michael Weghorn m.wegh...@posteo.de Date: Sat Aug 22 14:10:55 2015 +0200 tdf#39440 sc: reduce scope of local variables This addresses some cppcheck warnings

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

2015-08-23 Thread Michael Weghorn
sc/source/ui/navipi/content.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 90b086e480a83c62edafaf13bdf4a02079a7860c Author: Michael Weghorn m.wegh...@posteo.de Date: Sat Aug 22 14:31:09 2015 +0200 tdf#39440 reduce variable scope, adapt indentation

[Libreoffice-commits] core.git: dtrans/test onlineupdate/source registry/source sal/qa sal/workben shell/source

2015-08-23 Thread Michael Weghorn
|4 +--- shell/source/win32/simplemail/smplmailclient.cxx |3 +-- 6 files changed, 7 insertions(+), 15 deletions(-) New commits: commit b712b1f63492a311e4a51cffd516b3e202a140e6 Author: Michael Weghorn m.wegh...@posteo.de Date: Sat Aug 22 16:50:56 2015 +0200

Re: Painting problem in Write 5

2015-08-12 Thread Michael Weghorn
Hi Ashod, all, is this the same as tdf#92305 [1]? If so, it is not gtk3-related and has already been (bi)bisected (s. comment 8 in the bug report). Best regards, Michael [1] https://bugs.documentfoundation.org/show_bug.cgi?id=92305 On 2015-08-11 11:02, Caolán McNamara wrote: On Sun,

[Libreoffice-commits] core.git: include/vcl vcl/generic vcl/unx

2015-10-27 Thread Michael Weghorn
f8d0dc09e15b36ae83a5e89280d1f7fbc01da48b Author: Michael Weghorn <m.wegh...@posteo.de> Date: Tue Oct 27 11:06:22 2015 +0100 tdf#94022 Print dialog: hide Installable Options Options specified in PPD files can be grouped using the keywords "OpenGroup" and "CloseGroup". The keyword &q

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - include/vcl vcl/generic vcl/unx

2015-10-28 Thread Michael Weghorn
2f03a169d2311ed4337103d19f33173e997d0f40 Author: Michael Weghorn <m.wegh...@posteo.de> Date: Tue Oct 27 11:06:22 2015 +0100 tdf#94022 Print dialog: hide Installable Options Options specified in PPD files can be grouped using the keywords "OpenGroup" and "CloseGroup". The keyword &q

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

2016-05-14 Thread Michael Weghorn
sw/source/filter/ww8/ww8atr.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit adc0ced6533449f33473db560b8ba27d4bd326f9 Author: Michael Weghorn <m.wegh...@posteo.de> Date: Sat May 14 17:16:12 2016 +0200 tdf#99699 Do nullptr check BEFORE calling

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

2016-05-15 Thread Michael Weghorn
sw/source/filter/ww8/ww8atr.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit d19b0fd3525aefd1c7d1b8b6564c77ede4e2 Author: Michael Weghorn <m.wegh...@posteo.de> Date: Sat May 14 17:16:12 2016 +0200 tdf#99699 Do nullptr check BEFORE calling

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

2018-06-12 Thread Michael Weghorn
sw/source/uibase/dbui/dbmgr.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 89f896d2cfd84b711583f98a6343e9835a9aed11 Author: Michael Weghorn Date: Mon Jun 11 17:20:44 2018 +0200 tdf#118113 MM: Make sure page count is up to date Since the page layout may have

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

2018-06-12 Thread Michael Weghorn
sw/qa/extras/mailmerge/data/tdf118113.ods |binary sw/qa/extras/mailmerge/data/tdf118113.odt |binary sw/qa/extras/mailmerge/mailmerge.cxx | 42 ++ 3 files changed, 42 insertions(+) New commits: commit ab665e1c939ec231338f9eac256d37cb1c5afcc9 Author: Michael

Re: Test::testLineSpacing equality assertion failed

2018-06-18 Thread Michael Weghorn
Hi Paul and Szymon, I had the same issue in the past on Debian testing. The cause seems to be that the test is using the "Liberation Sans" font. By now, there is another version v2 of the Liberation fonts which seems to behave differently from what v1 did in that test case. As a workaround,

[Libreoffice-commits] core.git: scp2/InstallScript_setup_osl.mk scp2/Module_scp2.mk

2018-06-13 Thread Michael Weghorn
scp2/InstallScript_setup_osl.mk |2 +- scp2/Module_scp2.mk |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit f971bdb026735fdecd777d0d2edc515124f9e822 Author: Michael Weghorn Date: Tue Jun 5 08:29:21 2018 +0200 Build kde-integration

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

2018-06-12 Thread Michael Weghorn
sw/source/uibase/dbui/dbmgr.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit e8a46b0171a49e6b49a2e7b89c8bdfef84ef41ef Author: Michael Weghorn Date: Mon Jun 11 17:20:44 2018 +0200 tdf#118113 MM: Make sure page count is up to date Since the page layout may have

[Libreoffice-commits] core.git: Branch 'private/swe/libreoffice-5-2+backports' - scp2/InstallScript_setup_osl.mk scp2/Module_scp2.mk

2018-06-13 Thread Michael Weghorn
scp2/InstallScript_setup_osl.mk |2 +- scp2/Module_scp2.mk |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 6f28259479d28570dbb7258531bfe264d03da1fc Author: Michael Weghorn Date: Tue Jun 5 08:29:21 2018 +0200 Build kde-integration

[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - scp2/InstallScript_setup_osl.mk scp2/Module_scp2.mk

2018-06-13 Thread Michael Weghorn
scp2/InstallScript_setup_osl.mk |2 +- scp2/Module_scp2.mk |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 453ebb206b68d5cc0e88d8c646e704e601fb68b5 Author: Michael Weghorn Date: Tue Jun 5 08:29:21 2018 +0200 Build kde-integration

[Libreoffice-commits] core.git: Branch 'private/swe/libreoffice-5-2+backports' - sw/source

2018-06-12 Thread Michael Weghorn
sw/source/uibase/dbui/dbmgr.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit da482424a86f848155d1db14ef5b4a28af62f61d Author: Michael Weghorn Date: Mon Jun 11 17:20:44 2018 +0200 tdf#118113 MM: Make sure page count is up to date Since the page layout may have

Bringing LibreOffice modifications for EPM upstream?

2018-02-06 Thread Michael Weghorn
Hi, the LibreOffice build uses EPM ("ESP Package Manager"), e.g. to generate deb packages when the build option "--with-package-format=deb" is given. I realized that LibreOffice uses and old version of EPM and applies a patch that does quite a few modifications [1]. As I experienced a build

[Libreoffice-commits] core.git: configure.ac solenv/bin sysui/CustomTarget_deb.mk

2018-02-17 Thread Michael Weghorn
: Michael Weghorn <m.wegh...@posteo.de> Date: Mon Feb 12 12:35:47 2018 +0100 tdf#115554: Use 'fakeroot' to build Debian packages The command to create Debian packages must be run as root or faked to be run as root. The 'fakeroot' makes sure the command is run in an envir

[Libreoffice-commits] core.git: sysui/CustomTarget_deb.mk sysui/CustomTarget_rpm.mk sysui/CustomTarget_solaris.mk

2018-02-17 Thread Michael Weghorn
sysui/CustomTarget_deb.mk |2 +- sysui/CustomTarget_rpm.mk |2 +- sysui/CustomTarget_solaris.mk |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 0add6dbacbed852f2b5180e04571f039cbf9dd0b Author: Michael Weghorn <m.wegh...@posteo.de> Date: T

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

2018-02-17 Thread Michael Weghorn
2b266a338718ccd994a4cef05f128eb0c1b9fdc7 Author: Michael Weghorn <m.wegh...@posteo.de> Date: Tue Feb 13 20:29:10 2018 +0100 tdf#115554: Create tar archives using 'fakeroot' 'tar' must be run as root or faked to be run as root, to make sure that file ownerships and permissions

'fakeroot' used to build packages/archives on Linux and Solaris/Illumos

2018-02-19 Thread Michael Weghorn
Hi, in order to ensure correct ownerships inside packages and other archives created on Linux and Solaris when using the '--with-package-format=' build option, the 'fakeroot' tool is now used (introduced with commits bcc5790554f02d65b03eebcc47fb8859fcf44643 and

[Libreoffice-commits] core.git: compilerplugins/clang Repository.mk setup_native/Library_getuid.mk setup_native/Module_setup_native.mk setup_native/scripts solenv/clang-format

2018-02-19 Thread michael . weghorn
Repository.mk|1 compilerplugins/clang/reservedid.cxx |4 compilerplugins/clang/store/constantfunction.cxx |5 setup_native/Library_getuid.mk | 35 setup_native/Module_setup_native.mk |1

Re: Mac build error.

2018-03-10 Thread Michael Weghorn
Hi, at first glance, it seems like the 'g' script located at the top-level of the git repository is doing things that may be related to your error in the 'refresh_submodule_hooks()' and 'refresh_all_hooks()' functions. The 'g' script in turn is called in 'Makefile'/'Makefile.in'. Regards,

Re: Save Libreoffice Writer

2018-09-29 Thread Michael Weghorn
On 26/09/2018 00.58, Jacinto José Franco wrote: > Keep  CTRL+S pressend and Libreoffice crash. Is this the same bug as described in https://bugs.documentfoundation.org/show_bug.cgi?id=119802 ? If so, it should already be fixed and the fix will be available with LibreOffice 6.1.2. Otherwise, it

gtk3 include handling - Improving IDE support

2018-12-16 Thread Michael Weghorn
Hi, one issue with the existing Qt Creator integration for LibreOffice, provided by the 'qtcreator-ide-integration' make target, is that gtk3 includes cannot be found in Qt Creator (leading to incorrect code-completion, error detection, ...). As far as I understand, the following is basically

Re: new contributor

2018-12-16 Thread Michael Weghorn
Hi, welcome and thanks for your interest in contributing to LibreOffice! > where i can see the beginner level bugs to get hold of libreoffice environment Those are called "Easy Hacks". The wiki page https://wiki.documentfoundation.org/Development/EasyHacks contains more information on those

Re: gtk3 include handling - Improving IDE support

2018-12-17 Thread Michael Weghorn
On 17/12/2018 09.14, Stephan Bergmann wrote: > Indeed, for better or worse, e.g. all the *_CFLAGS in > RepositoryExternal.mk are passed into gb_LinkTarget_set_include, not > gb_LinkTarget_set_cxxflags.  Feel free to go with this approach, I'd say > in vcl/Library_vclplug_gtk3.mk, I'd say. Thanks

Re: Libre Office Installation Error

2018-12-24 Thread Michael Weghorn
Hi, On 24/12/2018 10.53, Komal Bharadiya wrote: > After all this I tried cloning the repository directly from > github(libreoffice/core repository): > In this, after successful execution of ./autogen.sh, make command > gives errors: >

Re: Understanding simian

2019-01-03 Thread Michael Weghorn
Hi, On 04/01/2019 02.11, rajprakash sahoo wrote: > Also I got stucked in this:-  > > java -jar simian-2.3.31.jar -threshold=30 -language=c++ `cat files` > > it showed like this:- > Error: Unable to access jarfile simian-2.3.31.jar Do you have the jar file called "simian-2.3.31.jar" in the

Re: First-time development/C++ Contributor

2019-01-26 Thread Michael Weghorn
Hi Ares, On 24/01/2019 15.58, Ares Dragoj wrote:> [...] I am more than willing to jump start my contribution to > LibreOffice and will apreciate if you could showme a way of finding some > 'begginer tasks' or any quick fixes.  Nice to hear and welcome! Those beginner tasks are called "Easy

Re: minutes of ESC call ...

2019-04-05 Thread Michael Weghorn
On 05/04/2019 11.06, Xisco Fauli wrote: > Just to clarify, > https://bugs.documentfoundation.org/show_bug.cgi?id=124039 ( listed > already as Most Pressing Bug ) and the bug mentioned by Oliver have the > same root cause. Jan-Marek closed one as duplicate of the other. A big thanks to Mike

Build failure (was: "Re: When writing tests, please make sure they work with a read-only source tree")

2019-03-06 Thread Michael Weghorn
Hi, On 04/03/2019 15.35, Marcos wrote: > I'm trying to built libreoffice on Ubuntu 18.04. But when I do "./autogen.sh" > the terminal returns: > > configure: error: could not find function 'krb5_sendauth' required for > Kerberos 5 > Error running configure at ./autogen.sh line 300. That

Re: Libre 6.1.4 bugs with vlookup

2019-02-04 Thread Michael Weghorn
Hi Sergiu, On 02/02/2019 19.02, Sergiu Iabanji wrote: > Hello, > I've used libreoffice version 5 (don't know exactly the version) until > now and there was no bugs for me. > Today, I've installed version 6.1.4 (for Windows 7) and found 2 bugs: > [...] Please report these bugs in the Bugzilla

Re: First-time development/C++ Contributor

2019-01-28 Thread Michael Weghorn
[Taking the conversation back to the development mailing list] On 28/01/2019 12.31, Ares Dragoj wrote: > Firstly, thank you for the warm welcome! > Next I would like to know do I need to build LibreOffice even if I have > the app installed in my computer (I'm on Windows OS)? If I need to, is >

Re: Using Amazon Corretto as Oracle JDK replacement for building LibreOffice on Windows

2019-05-30 Thread Michael Weghorn
Hi, On 30/05/2019 14.46, Kaganski Mike wrote: > Since Oracle JDK versions prior to 12 are now unavailable from the > official site [1] for unregistered users (and version 12 is said to > still have problems/needs workarounds [2]), I decided to give Amazon > Corretto [3] a try. As a side note,

Re: minutes of ESC call ...

2019-05-30 Thread Michael Weghorn
Hi everyone, a quick follow-up: > * Pending Action Items: > + run the certification script (Kendy) > + make Qt5 backend experimental (Jmux) Just talked to jmux on IRC. Since making qt5 experimental doesn't work easily (s. Jan-Marek's email [1]), the suggestion is to just keep it as is,

Re: Jenkins_Callgrind broken after: Drop extra define ENABLE_GTKSINK

2019-06-06 Thread Michael Weghorn
Hi Luke, this happens when both gtk3 and gstreamer-0.10 are enabled for the build. When this popped up, some people asked the question whether gstreamer 0.10 is still relevant after all (in which case this needs to be fixed, which should be quite straight-forward), or gstreamer-0.10 can be

Re: Jenkins_Callgrind broken after: Drop extra define ENABLE_GTKSINK

2019-06-06 Thread Michael Weghorn
On 06/06/2019 15.58, Michael Weghorn wrote: > This will be discussed in the ESC call to start in a few minutes and > fixed then. Since ESC decision is to drop gstreamer-0.10, https://gerrit.libreoffice.org/#/c/73608/ ("distro-config: Drop '--enable-gstreamer-0-10' everywhere") sh

Re: Fwd: Suggestion

2019-06-24 Thread Michael Weghorn
Hi, Heiko wrote an answer to your email in May already, but it went to the mailing list only, so in case you weren't subscribed, you probably just didn't get it. You can also read it here: https://lists.freedesktop.org/archives/libreoffice/2019-May/082756.html Michael On 24/06/2019 03.20,

Re: [Libreoffice-commits] core.git: avmedia/Library_avmediagst.mk avmedia/source vcl/qt5

2019-06-17 Thread Michael Weghorn
On 10/06/2019 14.19, Jan-Marek Glogowski wrote: > The only halfway sane way I could come up with would be to move an abstract > interface of the gstreamer sink loading into VCL, and just use symbol lookup > in > there, so no gstreamer linkage for VCL. avmedia already depends on VCL. I > don't >

Re: minutes of ESC call ...

2019-05-23 Thread Michael Weghorn
On 23/05/2019 17.19, Jan-Marek Glogowski wrote: > IMHO that leaves us with: > 1. don't allow to load the qt5 plugin in 6.2 at all > 2. switch qt5 to cairo in 6.2 only > 3. cope with the eventual bug fallout, when 6.2 becomes still (which I think > won't be large, but who knows) > > Honestly I

Re: Creating a localized build

2019-05-20 Thread Michael Weghorn
Hi Olivier, On 19/05/2019 14.55, Olivier Hallot wrote: > I'd like to create a Windows localized build with packaging for Guarani > (gug) for l10n and i18n development purposes. > > The main language is 'gug-PY' and second languae is 'es'. > > Are there pages on how to proceed?. Most of the l10n

  1   2   3   4   5   6   7   8   9   10   >