[Libreoffice-commits] core.git: Branch 'aoo/trunk' - odk/settings

2018-03-05 Thread Damjan Jovanovic
odk/settings/settings.mk |8 1 file changed, 8 insertions(+) New commits: commit 7a13aeb63e3246f31c653d4c7dc9e5f7d5404339 Author: Damjan Jovanovic Date: Tue Mar 6 06:14:02 2018 + Win64 has the "mscx" CPPU_ENV. Patch by: me diff --git a/odk/settings/settings.mk b

[Libreoffice-commits] core.git: include/sax sax/Library_sax.mk sc/source svx/source sw/source xmloff/source

2018-03-05 Thread Noel Grandin
include/sax/tools/converter.hxx| 12 sax/Library_sax.mk |1 + sc/source/filter/xml/xmlcondformat.cxx | 14 -- sc/source/filter/xml/xmlexprt.cxx | 12 ++-- svx/source/dialog/hexcolorcontrol.cxx |2 +- sw/source/filter/

Re: CppunitTest_xmlsecurity_signing Unit Test Failure on 32-bit Linux

2018-03-05 Thread Luke Benes
Here is the new backtrace: https://pastebin.com/uKsUJMUX $ cat autogen.input --enable-debug So I think optimizations are all disabled. Let me know if that helps. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedeskto

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

2018-03-05 Thread Chris Sherlock
vcl/source/bitmap/bitmappaint.cxx | 12 1 file changed, 12 deletions(-) New commits: commit 4eb78dc722e33f03b4ee57d43cbc64fe94e6e9cf Author: Chris Sherlock Date: Thu Mar 1 06:13:29 2018 +1100 vcl: remove commented code from bitmappaint.cxx Change-Id: I80c1f8961bee4

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

2018-03-05 Thread Chris Sherlock
vcl/Library_vcl.mk|3 vcl/source/bitmap/bitmap.cxx | 1088 --- vcl/source/bitmap/bitmappaint.cxx | 1158 ++ 3 files changed, 1164 insertions(+), 1085 deletions(-) New commits: commit bdd62b4c327ab894dbba

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

2018-03-05 Thread Chris Sherlock
include/vcl/bitmap.hxx | 23 +-- 1 file changed, 17 insertions(+), 6 deletions(-) New commits: commit 221b17794c1cb15ce7f5a0b5a543fc79eee7085f Author: Chris Sherlock Date: Thu Mar 1 05:10:26 2018 +1100 vcl: document Bitmap::MakeMonochrome(), fix @return format

[Libreoffice-commits] core.git: Changes to 'feature/cib_contract935'

2018-03-05 Thread Samuel Mehrbrodt
New branch 'feature/cib_contract935' available with the following commits: commit 0d9ac9a849fabc8437a5fd6931a1840f15f93217 Author: Samuel Mehrbrodt Date: Fri Jan 27 16:57:49 2017 +0100 Symstore: Also add .exe and .dlls to symstore These are needed when analyzing the minidump.

[Libreoffice-commits] core.git: chart2/source cui/source include/svx sc/source sd/source svx/source sw/source

2018-03-05 Thread Caolán McNamara
chart2/source/controller/main/ChartController_TextEdit.cxx |2 - cui/source/dialogs/cuicharmap.cxx | 15 + cui/source/factory/dlgfact.cxx |5 +--- cui/source/factory/dlgfact.hxx |2 - include

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

2018-03-05 Thread Julien Nabet
desktop/source/app/app.cxx |5 desktop/source/app/appinit.cxx |5 desktop/source/app/cmdlineargs.cxx |5 desktop/source/app/officeipcthread.cxx | 20 +- desktop/source/a

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

2018-03-05 Thread Eike Rathke
sc/qa/unit/ucalc.hxx |2 ++ sc/qa/unit/ucalc_formula.cxx | 19 +++ 2 files changed, 21 insertions(+) New commits: commit ba490001c2d82c1172854ca16d7099b19e29cb60 Author: Eike Rathke Date: Mon Mar 5 22:50:07 2018 +0100 Unit test for tdf#116216 Change-

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

2018-03-05 Thread Eike Rathke
sc/source/core/tool/interpr1.cxx | 25 +++-- 1 file changed, 23 insertions(+), 2 deletions(-) New commits: commit a2a15163a6a381957f2cb2ed6fe659577ebde558 Author: Eike Rathke Date: Mon Mar 5 22:03:27 2018 +0100 Resolves: tdf#116216 array sort order of error values in

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 3 commits - sal/osl solenv/inc solenv/win64

2018-03-05 Thread Damjan Jovanovic
sal/osl/w32/file.cxx |4 solenv/inc/wntmscx.mk| 398 +++ solenv/win64/readme.txt |2 solenv/win64/win64.patch | 254 + 4 files changed, 656 insertions(+), 2 deletions(-) New commits: commit dc344511236f56

Re: Let failed Jenkins builds set Verified: -1 in Gerrit?

2018-03-05 Thread Christian Lohmaier
Hi Stephan, On Wed, Feb 28, 2018 at 9:24 AM, Stephan Bergmann wrote: > On 23.02.2018 18:57, Christian Lohmaier wrote: >> >> Done - now jenkins' message should be sent to ALL (owner, reviewer and >> "interested" users (those who starred the change or watch another user >> on the changeset) > > > D

Re: Error building

2018-03-05 Thread Christian Lohmaier
On Thu, Mar 1, 2018 at 12:52 AM, fady esam wrote: > When i try to build the project pn windows with cygwin it gives me this > error > > configure: error: al.exe not found as /al.exe > Error running configure at /cygdrive/c/sources/core/autogen.sh line 289. > > > even tho i have the latest windows

Re: Android app problem

2018-03-05 Thread Christian Lohmaier
Hi, On Sun, Mar 4, 2018 at 10:13 AM, fady esam wrote: > I am trying to start working on the android app too but there appears to be > a problem with the gradle sync > A file named liboSetting.gradle is missing you need to compile the native part using regular ./autogen.sh ; make before you can u

Re: [Libreoffice-commits] core.git: bin/gla11y

2018-03-05 Thread Christian Lohmaier
Hi, On Mon, Mar 5, 2018 at 1:13 PM, Thorsten Behrens wrote: > Tomas Chvatal wrote: >> Anyhow, currently for SUSE/openSUSE needs we are content with 2.7/3.4+ >> > Then again, our release builders (CentOS6) are still on 2.6 by default > - or do we use internal python there? Yes to both. it is on

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

2018-03-05 Thread Henry Castro
sw/source/uibase/app/docsh2.cxx | 25 - 1 file changed, 12 insertions(+), 13 deletions(-) New commits: commit 3e8d1e80d81999d2c5e160b756491a847226d423 Author: Henry Castro Date: Mon Mar 5 09:03:10 2018 -0400 lokdialog: more, convert the dialog to async exec

[Libreoffice-commits] dev-tools.git: esc-reporting/common.py esc-reporting/esc-analyze.py esc-reporting/esc-automate.py esc-reporting/esc-collect.py esc-reporting/esc-report.py

2018-03-05 Thread Xisco Fauli
esc-reporting/common.py | 43 ++ esc-reporting/esc-analyze.py | 40 +++ esc-reporting/esc-automate.py | 33 +++- esc-reporting/esc-collect.py | 19 ++ esc-reporti

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sal/inc

2018-03-05 Thread Damjan Jovanovic
sal/inc/osl/endian.h |2 ++ sal/inc/sal/types.h | 15 ++- 2 files changed, 16 insertions(+), 1 deletion(-) New commits: commit 9ab0a116fec8762da6ff31f2e103d5a2a7dae8ae Author: Damjan Jovanovic Date: Mon Mar 5 17:31:41 2018 + Add some initial fixes for Win64 in main/

Re: GSoC Proposal

2018-03-05 Thread Ekansh Jha
Hi Jan, Thorsten and Community, I looked into the project "Smart Art Editing in Impress" as suggested and I found it interesting and an essential feature for the libreoffice. Hence I would like to contribute to that project to make that feature better. It would be great if I can get to know what

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

2018-03-05 Thread Johnny_M
filter/source/msfilter/svdfppt.cxx | 80 ++-- include/filter/msfilter/svdfppt.hxx |4 - sd/source/filter/ppt/pptin.cxx | 64 ++-- 3 files changed, 74 insertions(+), 74 deletions(-) New commits: commit c92af727f70b0ccc16450bb340

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

2018-03-05 Thread Stephan Bergmann
connectivity/source/commontools/dbcharset.cxx|2 +- connectivity/source/drivers/file/FConnection.cxx |2 +- connectivity/source/drivers/mysql/YDriver.cxx|2 +- connectivity/source/drivers/odbc/OConnection.cxx |2 +- dbaccess/source/ui/misc/charsets.cxx |2 +-

Re: dconf error during make

2018-03-05 Thread Aditya Sood
On Sun, Mar 4, 2018 at 10:45 PM, Stephan Bergmann wrote: > > > What do you mean with building for Android? Do you cross-compile for > Android on Ubuntu? > Building LibreOffice for Android involves cross-compiling. The app uses Android's Native Development Kit (NDK) for implementing parts of the

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

2018-03-05 Thread Miklos Vajna
sw/qa/extras/htmlimport/data/reqif-ole-data.ole |1 sw/qa/extras/htmlimport/data/reqif-ole-data.xhtml |3 + sw/qa/extras/htmlimport/htmlimport.cxx|9 +++ sw/source/filter/html/htmlplug.cxx| 62 +- sw/source/filter/html/swhtml.cxx

"LibreOffice (Safe Mode)" is missing from translation

2018-03-05 Thread scootergrisen
Can the string for the Windows shortcut "LibreOffice (Safe Mode)" be added til the translations so i can translate it? ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

[no subject]

2018-03-05 Thread scootergrisen
___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Weekly QA Report (W09-2018)

2018-03-05 Thread Xisco Fauli
Hello, What have happened in QA in the last 7 days?   * 165 bugs have been created, of which, 64 are still unconfirmed ( Total Unconfirmed bugs: 494 )         + Created bugs: http://tinyurl.com/y737frvt         + Still unconfirmed bugs: http://tinyurl.com/y7nqhmj5   * 1541 comments have been wri

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

2018-03-05 Thread Caolán McNamara
include/sfx2/saveastemplatedlg.hxx| 69 --- sfx2/inc/saveastemplatedlg.hxx| 59 sfx2/source/doc/objserv.cxx |7 +- sfx2/source/doc/saveastemplatedlg.cxx | 99 ++ sfx2/uiconfig/ui/saveastemplate

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

2018-03-05 Thread Stephan Bergmann
connectivity/source/drivers/file/FConnection.cxx | 24 ++-- offapi/com/sun/star/sdbc/FILEConnectionProperties.idl |4 ++ sc/source/ui/docshell/docsh8.cxx | 27 +++--- 3 files changed, 25 insertions(+), 30 deletions(-) New commits: commit 5

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

2018-03-05 Thread Andrea Gelmini
dbaccess/source/filter/hsqldb/hsqlimport.cxx |2 +- dbaccess/source/filter/hsqldb/rowinputbinary.hxx |1 - sw/qa/extras/tiledrendering/tiledrendering.cxx |4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) New commits: commit 65e98e66fe04941bddd23d94801a1646119cdc2f Author

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

2018-03-05 Thread Noel Grandin
lotuswordpro/inc/xfilter/xfconfigmanager.hxx |7 +++-- lotuswordpro/source/filter/xfilter/xfconfigmanager.cxx | 21 - 2 files changed, 10 insertions(+), 18 deletions(-) New commits: commit fe40724421b8c1f197871702a42d2a633209 Author: Noel Grandin Date: Thu M

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

2018-03-05 Thread Noel Grandin
include/svx/svdedxv.hxx |6 +++--- svx/source/svdraw/svdedxv.cxx | 20 2 files changed, 11 insertions(+), 15 deletions(-) New commits: commit 2affed9bfd72628549df3049ed9f6e6a30fdb5b8 Author: Noel Grandin Date: Wed Feb 28 14:53:32 2018 +0200 loplugin:useuni

[internal API] New OOXML password hashing and helper functions

2018-03-05 Thread Eike Rathke
Hi, With a series of commits for https://bugs.documentfoundation.org/show_bug.cgi?id=104250 and some follow-ups we now have functions to generate proper password hash values as specified in OOXML, see also https://msdn.microsoft.com/en-us/library/dd925430 (Standard Encrytpion) https://msdn.microso

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

2018-03-05 Thread Mike Kaganski
sfx2/source/dialog/mailmodel.cxx |4 1 file changed, 4 deletions(-) New commits: commit af269d967be348b813ea6d9e5e92a95886143622 Author: Mike Kaganski Date: Mon Mar 5 07:22:14 2018 +0100 We now use Unicode with MAPISendMailW, so no need for this Change-Id: I6f03b4212a343

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

2018-03-05 Thread Caolán McNamara
include/sfx2/dispatch.hxx|3 +-- include/sfx2/request.hxx | 16 +++- sfx2/source/appl/appserv.cxx | 27 --- sfx2/source/control/dispatch.cxx |4 ++-- sfx2/source/control/request.cxx | 10

[Libreoffice-commits] core.git: comphelper/CppunitTest_comphelper_test.mk comphelper/qa filter/source include/sax oox/source package/source sax/qa sax/source sc/source sd/source sfx2/source solenv/cla

2018-03-05 Thread Noel Grandin
comphelper/CppunitTest_comphelper_test.mk |1 comphelper/qa/unit/base64_test.cxx | 106 + filter/source/svg/svgwriter.cxx|3 filter/source/xsltfilter/OleHandler.cxx|9 - include/sax/

[Libreoffice-commits] core.git: bridges/inc bridges/source configure.ac desktop/Module_desktop.mk distro-configs/LibreOfficeHaiku.conf idlc/source include/osl include/sal sal/Library_sal.mk sal/osl sa

2018-03-05 Thread Kacper Kasper
bridges/inc/vtablefactory.hxx |3 +- bridges/source/cpp_uno/shared/vtablefactory.cxx |2 - configure.ac|7 +++- desktop/Module_desktop.mk |2 + distro-configs/LibreOfficeHaiku.conf|2 - idlc

Re: Consistent failure in SdOOXMLExportTest2::testFontScale

2018-03-05 Thread Miklos Vajna
Hi Szymon, On Sat, Mar 03, 2018 at 08:02:27AM -0500, Kohei Yoshida wrote: > Just FYI, I've started getting the following test failure > > /mnt/ssd/libo/my-master/sd/qa/unit/export-tests- > ooxml2.cxx:1425:SdOOXMLExportTest2::testFontScale > equality assertion failed > - Expected: 73000 > - Actu

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

2018-03-05 Thread Caolán McNamara
basic/source/classes/sb.src|1 - formula/source/core/resource/core_resource.src | 21 ++--- sc/source/ui/src/scerrors.src |3 --- sw/source/ui/app/error.src |3 --- 4 files changed, 10 insertions(+), 18 deletion

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

2018-03-05 Thread Miklos Vajna
sw/inc/redline.hxx | 32 sw/source/core/doc/docredln.cxx | 136 ++-- sw/source/core/inc/swfntcch.hxx | 12 +-- sw/source/core/txtnode/swfntcch.cxx | 10 +- 4 files changed, 95 insertions(+), 95 deletions(-) New commits: comm

Re: [Libreoffice-commits] core.git: bin/gla11y

2018-03-05 Thread Michael Stahl
On 05.03.2018 13:13, Thorsten Behrens wrote: > Tomas Chvatal wrote: >> Anyhow, currently for SUSE/openSUSE needs we are content with 2.7/3.4+ >> > Then again, our release builders (CentOS6) are still on 2.6 by default > - or do we use internal python there? we could easily switch to --enable-pytho

Re: [Libreoffice-commits] core.git: bin/gla11y

2018-03-05 Thread Thorsten Behrens
Tomas Chvatal wrote: > Anyhow, currently for SUSE/openSUSE needs we are content with 2.7/3.4+ > Then again, our release builders (CentOS6) are still on 2.6 by default - or do we use internal python there? Cheers, -- Thorsten signature.asc Description: Digital signature

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

2018-03-05 Thread Noel Grandin
filter/source/msfilter/svdfppt.cxx | 32 ++- include/filter/msfilter/svdfppt.hxx |8 ++--- sd/source/filter/ppt/pptin.cxx | 49 3 files changed, 41 insertions(+), 48 deletions(-) New commits: commit 4245454d0c3d6df2d0e0a75aed6

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

2018-03-05 Thread Noel Grandin
include/tools/gen.hxx|3 --- sw/source/ui/table/autoformatpreview.cxx | 14 +++--- 2 files changed, 7 insertions(+), 10 deletions(-) New commits: commit 05a195ffca41bc3883627b9503ade8cdd0b6d909 Author: Noel Grandin Date: Mon Mar 5 09:35:05 2018 +0200 drop

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

2018-03-05 Thread Caolán McNamara
cui/source/dialogs/scriptdlg.cxx | 62 - cui/source/inc/scriptdlg.hxx | 19 +++--- cui/uiconfig/ui/newlibdialog.ui | 113 ++- 3 files changed, 88 insertions(+), 106 deletions(-) New commits: commit ffd64fcc62937e8cfda1eb2146af4893c

Re: [Libreoffice-commits] core.git: bin/gla11y

2018-03-05 Thread Tomas Chvatal
Heya, sorry for late reply, we had conference over a weekend and they blocked all smtp ports... Anyhow, currently for SUSE/openSUSE needs we are content with 2.7/3.4+ Actually even 3.4+ is acceptable for us. Cheers Tom Michael Stahl píše v So 03. 03. 2018 v 19:50 +0100: > hi Tomáš, > > is Py

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

2018-03-05 Thread Noel Grandin
drawinglayer/source/primitive2d/sceneprimitive2d.cxx | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) New commits: commit 1e89b32c654b471f5fdce65d63d49cfcc90826b1 Author: Noel Grandin Date: Mon Mar 5 11:16:12 2018 +0200 tdf#116001 Incorrect Colors in Chart Wall Area (2nd

[Libreoffice-commits] core.git: offapi/type_reference

2018-03-05 Thread Stephan Bergmann
offapi/type_reference/offapi.idl |3 +++ 1 file changed, 3 insertions(+) New commits: commit 5d577e6cfab6c602a76029764c9467d15bdf8ba2 Author: Stephan Bergmann Date: Mon Mar 5 08:52:51 2018 +0100 Update the reference rdbs to libreoffice-6-0-0 LD_LIBRARY_PATH=.../master/instdir

[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - offapi/type_reference

2018-03-05 Thread Stephan Bergmann
offapi/type_reference/offapi.idl |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit a0d74ae3c7c2a555fd633b86269605df89a13138 Author: Stephan Bergmann Date: Fri Mar 2 18:10:55 2018 +0100 Update the reference rdbs to libreoffice-5-4-0 LD_LIBRARY_PATH=.

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

2018-03-05 Thread Johnny_M
svx/inc/svdibrow.hxx |6 +++--- svx/source/svdraw/svdibrow.cxx | 20 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) New commits: commit 24491ce945f428f2da4a7c33d699604c3b5ae28a Author: Johnny_M Date: Sat Mar 3 22:47:53 2018 +0100 Translate German v

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

2018-03-05 Thread Johnny_M
sw/source/core/crsr/crsrsh.cxx | 16 1 file changed, 8 insertions(+), 8 deletions(-) New commits: commit 42dd1704ce2b7278b8f9d21344cffc40dd32d896 Author: Johnny_M Date: Sat Mar 3 12:48:23 2018 +0100 Translate German variable names Akt -> Current in crsrsh

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

2018-03-05 Thread Johnny_M
sw/source/filter/ww8/ww8par.cxx |8 sw/source/filter/ww8/ww8par.hxx |8 sw/source/filter/ww8/ww8par2.cxx |4 ++-- sw/source/filter/ww8/ww8par3.cxx | 14 +++--- 4 files changed, 17 insertions(+), 17 deletions(-) New commits: commit 23bc8f0aa09d7d8cce284314

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

2018-03-05 Thread Johnny_M
sw/source/filter/ww8/wrtw8esh.cxx |4 ++-- sw/source/filter/ww8/wrtw8nds.cxx |6 +++--- sw/source/filter/ww8/wrtww8.hxx | 12 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) New commits: commit 84e236d4c082b289816d626598450dd6ef8471ca Author: Johnny_M Date: Sat Mar

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

2018-03-05 Thread Johnny_M
sw/source/filter/ww8/ww8par2.cxx | 74 +++ sw/source/filter/ww8/ww8par2.hxx |4 +- 2 files changed, 39 insertions(+), 39 deletions(-) New commits: commit 11e7f4cc5e27bc7a0f469af8dcf5170842b56148 Author: Johnny_M Date: Sat Mar 3 11:58:16 2018 +0100

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

2018-03-05 Thread Johnny_M
include/svx/svdviter.hxx |2 +- svx/source/svdraw/svdviter.cxx | 16 2 files changed, 9 insertions(+), 9 deletions(-) New commits: commit 5b0df5805eb330b8404c0053a68b8b0aee8b35f1 Author: Johnny_M Date: Sat Mar 3 12:35:20 2018 +0100 Translate German variable na

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 7c/02cabd41ec70bda3a98e1e49e83c608ec93d3a

2018-03-05 Thread Caolán McNamara
7c/02cabd41ec70bda3a98e1e49e83c608ec93d3a |1 + 1 file changed, 1 insertion(+) New commits: commit 304411e6b5ed057e9a30392be8c0944bdc43eddc Author: Caolán McNamara Date: Mon Mar 5 09:37:43 2018 + Notes added by 'git notes add' diff --git a/7c/02cabd41ec70bda3a98e1e49e83c608ec93d3

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2c/8f68fe4180a22a07c8a5ed335861d367c665ee

2018-03-05 Thread Caolán McNamara
2c/8f68fe4180a22a07c8a5ed335861d367c665ee |1 + 1 file changed, 1 insertion(+) New commits: commit dabeff3f74d01337894530c9f9531ddbdf33f9ca Author: Caolán McNamara Date: Mon Mar 5 09:37:26 2018 + Notes added by 'git notes add' diff --git a/2c/8f68fe4180a22a07c8a5ed335861d367c665e

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - f5/7ea524e269128fbd6ff21e212e46f1248740b0

2018-03-05 Thread Caolán McNamara
f5/7ea524e269128fbd6ff21e212e46f1248740b0 |1 + 1 file changed, 1 insertion(+) New commits: commit fa2a415e3f0ecfbc714abf515aeba932e864d0a1 Author: Caolán McNamara Date: Mon Mar 5 09:37:10 2018 + Notes added by 'git notes add' diff --git a/f5/7ea524e269128fbd6ff21e212e46f1248740b

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

2018-03-05 Thread Luke Deller
sw/qa/extras/ooxmlexport/data/tdf107035.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport11.cxx | 24 sw/source/core/unocore/unotext.cxx |4 3 files changed, 28 insertions(+) New commits: commit 18cbb8fe699131a234355e1d00fa917fede6ac46 Author: Luke

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

2018-03-05 Thread Tamas Bunth
dbaccess/Library_dbahsql.mk |5 dbaccess/source/filter/hsqldb/columndef.hxx | 10 dbaccess/source/filter/hsqldb/createparser.hxx | 10 dbaccess/source/filter/hsqldb/fbcreateparser.hxx | 10 dbaccess/source/filter/hsqldb/hsqlbinarynode.cxx | 61 + dba

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

2018-03-05 Thread Eike Rathke
editeng/inc/editxml.hxx |3 ++- editeng/source/editeng/impedit4.cxx |4 +--- editeng/source/xml/xmltxtimp.cxx| 11 +-- 3 files changed, 12 insertions(+), 6 deletions(-) New commits: commit 2ebda414bfc5b4961ddb41e5512de215476a31a2 Author: Eike Rathke Date: Fri

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

2018-03-05 Thread Noel Grandin
filter/source/msfilter/svdfppt.cxx | 32 ++-- include/filter/msfilter/svdfppt.hxx |2 +- 2 files changed, 15 insertions(+), 19 deletions(-) New commits: commit 3f1b05d32a5551f07a1f5ebdfba909661bd8c322 Author: Noel Grandin Date: Wed Feb 28 15:53:43 2018 +0200

Re: Requesting help in Libreoffice extension

2018-03-05 Thread Vijay
Dear Samuel, Thank you for the immediate reply. The links you have given are informative and useful. I will proceed with oxt development after reading these webpages. Thank you once again. warm regards, Vijay On Mon, Mar 5, 2018 at 1:37 PM, Samuel Mehrbrodt wrote: > Hi Vijay, > > good to he

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

2018-03-05 Thread Adolfo Jayme Barrientos
source/text/shared/optionen/01010100.xhp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 913d1549aa0bf4686ab50737731b9fe77f3b7ae4 Author: Adolfo Jayme Barrientos Date: Mon Mar 5 02:51:46 2018 -0600 Mention a more plausible possibility Unlike StarOffic

[Libreoffice-commits] core.git: helpcontent2

2018-03-05 Thread Adolfo Jayme Barrientos
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ae994e23a7807470be8154a7d7fb0a7fb84ebb89 Author: Adolfo Jayme Barrientos Date: Mon Mar 5 02:51:46 2018 -0600 Updated core Project: help 913d1549aa0bf4686ab50737731b9fe77f3b7ae4 Mention

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

2018-03-05 Thread Andrea Gelmini
sd/source/ui/animations/CustomAnimationDialog.cxx |1 - sd/source/ui/dlg/animobjs.cxx |1 - sw/source/uibase/shells/textsh1.cxx |1 - 3 files changed, 3 deletions(-) New commits: commit c55f72a6d83a7698900261a64ef04e6d406a9ce6 Author: Andrea Gelmini

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

2018-03-05 Thread Andrea Gelmini
sc/qa/extras/scshapeobj.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 4783119c897dbac4aea14df8b9587dae6db8a4fc Author: Andrea Gelmini Date: Sun Mar 4 21:28:13 2018 +0100 Removed duplicated include Change-Id: I5c938d4e86e371c7ee5eab66581d6ed736bc2033 Reviewed

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

2018-03-05 Thread jan Iversen
vcl/ios/dummies.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit f5c00cd780dab434c96bd2760821e1565475fc0f Author: jan Iversen Date: Mon Mar 5 09:32:35 2018 +0100 vcl, make ios/dummies compile Point were not defined Change-Id: I725b3

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

2018-03-05 Thread Noel Grandin
lotuswordpro/source/filter/explode.cxx |8 lotuswordpro/source/filter/explode.hxx |7 +-- 2 files changed, 5 insertions(+), 10 deletions(-) New commits: commit 37159a6979c7b82ed98f7b972cc7c86a3ff18df1 Author: Noel Grandin Date: Thu Mar 1 10:29:39 2018 +0200 loplugin:u

Re: Requesting help in Libreoffice extension

2018-03-05 Thread Samuel Mehrbrodt
Hi Vijay, good to hear you could make use of the starter extension. please use the LibreOffice mailing list for questions like these, I'm adding the list to cc. For general hints about extension development you can check: * https://wiki.documentfoundation.org/Development/Extension_Developme