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

2014-03-26 Thread Tor Lillqvist
vcl/headless/svpinst.cxx |5 - vcl/inc/headless/svpinst.hxx |1 - vcl/inc/osx/salinst.h |2 -- vcl/inc/salinst.hxx |1 - vcl/inc/unx/salinst.h |1 - vcl/inc/win/salinst.h |2 -- vcl/quartz/salvd.cxx |9 - vcl/

Re: Extension in Java

2014-03-26 Thread Cedric Bosdonnat
Hello Adriam, On Tue, 2014-03-25 at 16:55 -0400, Adriam Delgado Rivero wrote: > thanks, Cedric. > > I developmend one extension in java, when i try to build the extension > LibreofficeManageExtension "Cannot determine registration class.I cant > find the error in my extension. Sadly without more

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

2014-03-26 Thread Tor Lillqvist
vcl/inc/generic/geninst.h| 30 vcl/inc/headless/svpinst.hxx | 53 +-- vcl/inc/unx/gtk/gtkinst.hxx | 47 +++--- vcl/inc/unx/salinst.h| 35 ++-- 4 files chang

Contribution to Impress media controls

2014-03-26 Thread barraq
Hello there, I contact you as a teaching assistant from the Ensimag software engineering school from Grenoble, France. Each year, our 2nd year students are contributing to open-source projects (usually by groups of 4 students) like Firefox, Git. This year we are interested to contribute to LibreOf

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-03-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Laurent BP changed: What|Removed |Added Depends on||76607 --- Comment #118 from Laurent BP ---

[Libreoffice-commits] core.git: vcl/headless vcl/inc vcl/quartz

2014-03-26 Thread Tor Lillqvist
vcl/headless/svpframe.cxx |6 +++ vcl/headless/svpgdi.cxx | 35 ++--- vcl/inc/headless/svpgdi.hxx | 36 +- vcl/quartz/salgdi.cxx | 86 +--- vcl/quartz/salgdicommon.cxx | 12 -- 5 files changed, 41 inser

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

2014-03-26 Thread Tor Lillqvist
vcl/inc/headless/svpgdi.hxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 1c00c606d125330026689192a8146c95084118ca Author: Tor Lillqvist Date: Wed Mar 26 11:24:44 2014 +0200 Return two accidentally removed member functions Change-Id: Ideef97c6ddcde9a3c324084a5379

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

2014-03-26 Thread Kohei Yoshida
sc/inc/tokenarray.hxx |2 sc/source/core/data/column.cxx | 15 +++- sc/source/core/data/formulacell.cxx |2 sc/source/core/tool/token.cxx | 135 4 files changed, 108 insertions(+), 46 deletions(-) New commits: commit 0568f

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

2014-03-26 Thread Takeshi Abe
chart2/source/tools/OPropertySet.cxx | 17 + chart2/source/view/charttypes/Splines.cxx | 24 +--- 2 files changed, 18 insertions(+), 23 deletions(-) New commits: commit 3952fab4edb68608dee1e20750a826c6e0c1a417 Author: Takeshi Abe Date: Wed Mar 26 19

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

2014-03-26 Thread Andrea Pescetti
extensions.lst |4 1 file changed, 4 insertions(+) New commits: commit b885f48409b140f6312e3027ade222e0b9fb907d Author: Andrea Pescetti Date: Wed Mar 26 08:46:00 2014 + #i124423# Bundle Portuguese dictionary. diff --git a/extensions.lst b/extensions.lst index 4e35e03..6c6b68

[GSoC] Actions for mentors: rate students

2014-03-26 Thread Cedric Bosdonnat
Hi all, If you're not a mentor for GSoC, you can stop reading here: it'll save you a few seconds ;) The next steps in the GSoS process is to rate the students. So all mentors should go and review / rate the students applications on google melange: http://www.google-melange.com/gsoc/proposal/list

master crashes when open/save dialog opens

2014-03-26 Thread Winfried Donkers
Hi all, Yesterday Calc crashed when trying to Save As, just when the save dialog opened, both with and without my code changes. This morning I pulled a recent codebase and rebuild. Now LibreOffice crashes also when the open dialog opens. I ran soffice.bin in gdb: Program received signal SIGSEGV

[PATCH] LTO parallelism

2014-03-26 Thread Martin Liška
Hello, following patch increases parallelism for LTO. I tried to add -flto=+jobserver, but didn't help. Tested on trunk for x86_64 GNU/Linux. Thank you, Martin diff --git a/solenv/gbuild/platform/com_GCC_defs.mk b/solenv/gbuild/platform/com_GCC_defs.mk index a4b18a3..93d3fe7 100644 --- a/so

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

2014-03-26 Thread Miklos Vajna
sw/qa/extras/rtfimport/data/relsize.rtf | 42 sw/qa/extras/rtfimport/rtfimport.cxx|9 writerfilter/source/rtftok/rtfsdrimport.cxx | 57 3 files changed, 108 insertions(+) New commits: commit bc5060b32f08b0408fb929faea1f814

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - b8/85f48409b140f6312e3027ade222e0b9fb907d

2014-03-26 Thread Caolán McNamara
b8/85f48409b140f6312e3027ade222e0b9fb907d |1 + 1 file changed, 1 insertion(+) New commits: commit 19e5472e425f3b7bebdc01c14da82e1de2f4a5a0 Author: Caolán McNamara Date: Wed Mar 26 11:38:14 2014 + Notes added by 'git notes add' diff --git a/b8/85f48409b140f6312e3027ade222e0b9fb9

Re: [PATCH] LTO parallelism

2014-03-26 Thread Miklos Vajna
Hi Margin, On Wed, Mar 26, 2014 at 11:43:24AM +0100, Martin Liška wrote: > diff --git a/solenv/gbuild/platform/com_GCC_defs.mk > b/solenv/gbuild/platform/com_GCC_defs.mk > index a4b18a3..93d3fe7 100644 > --- a/solenv/gbuild/platform/com_GCC_defs.mk > +++ b/solenv/gbuild/platform/com_GCC_defs.mk

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

2014-03-26 Thread Armin Le Grand
svx/source/svdraw/svdotext.cxx |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) New commits: commit 6f2ce153c4bd7350487809d87e72619d5cd9764e Author: Armin Le Grand Date: Wed Mar 26 11:54:52 2014 + i124389 for tables refresh TextFrame when OutlinerParaObject changes di

Re: [PATCH] LTO parallelism

2014-03-26 Thread Martin Liška
Sure, there's correct patch. Martin On 03/26/2014 12:59 PM, Miklos Vajna wrote: Hi Margin, On Wed, Mar 26, 2014 at 11:43:24AM +0100, Martin Liška wrote: diff --git a/solenv/gbuild/platform/com_GCC_defs.mk b/solenv/gbuild/platform/com_GCC_defs.mk index a4b18a3..93d3fe7 100644 --- a/solen

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

2014-03-26 Thread Stephan Bergmann
include/sot/object.hxx | 180 ++-- include/sot/storage.hxx | 20 - 2 files changed, 27 insertions(+), 173 deletions(-) New commits: commit 12d30ef0ca9418d6dfa75e2a95f5213961b2fa21 Author: Stephan Bergmann Date: Wed Mar 26 12:28:00 2014 +0100

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

2014-03-26 Thread Chris Sherlock
include/vcl/outdev.hxx | 37 +++-- include/vcl/print.hxx |4 vcl/source/gdi/outdev2.cxx | 44 +++- vcl/source/gdi/print.cxx | 21 + 4 files changed, 63 insertions(+), 43 deletions(

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

2014-03-26 Thread Chris Sherlock
helpcontent2 |2 +- include/vcl/outdev.hxx |3 --- 2 files changed, 1 insertion(+), 4 deletions(-) New commits: commit 29bea73595b1c5dc8ee6c311ae3f43e3345448bb Author: Chris Sherlock Date: Wed Mar 26 23:32:52 2014 +1100 fdo#74702 Followup to 4daafe4c1$53ca52d045d7267

Re: [PATCH] LTO parallelism

2014-03-26 Thread Stephan Bergmann
On 03/26/2014 11:43 AM, Martin Liška wrote: following patch increases parallelism for LTO. I tried to add -flto=+jobserver, but didn't help. According to , the "+" needs to go at the start of the Make recipe

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

2014-03-26 Thread Chris Sherlock
include/vcl/outdev.hxx | 214 - 1 file changed, 107 insertions(+), 107 deletions(-) New commits: commit b467b85817dfb11b8f481e0cbf853b67b48e991d Author: Chris Sherlock Date: Wed Mar 26 23:44:06 2014 +1100 Fix tab spacing in include/vcl/outd

Contribution to Impress media controls

2014-03-26 Thread Rémi Barraquand
Hello there, I contact you as a teaching assistant from the Ensimag software engineering school from Grenoble, France. Each year, our 2nd year student

Re: master crashes when open/save dialog opens

2014-03-26 Thread Miklos Vajna
Hi Winfried, On Wed, Mar 26, 2014 at 11:35:18AM +0100, Winfried Donkers wrote: > Yesterday Calc crashed when trying to Save As, just when the save dialog > opened, both with and without my code changes. > This morning I pulled a recent codebase and rebuild. > > Now LibreOffice crashes also whe

[Libreoffice-commits] core.git: 2 commits - helpcontent2 uui/source

2014-03-26 Thread Jan Holesovsky
helpcontent2 |2 +- uui/source/ids.hrc |3 +++ uui/source/passworddlg.cxx |1 - uui/source/passworddlg.hrc | 40 uui/source/passworddlg.src |1 - 5 files changed, 4 insertions(+), 43 deletions(-) New commits: commit

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

2014-03-26 Thread Miklos Vajna
sw/qa/extras/ww8import/data/cp144.doc |binary sw/qa/extras/ww8import/ww8import.cxx |7 +++ sw/source/filter/ww8/ww8par.cxx |4 +++- 3 files changed, 10 insertions(+), 1 deletion(-) New commits: commit 8757bea2e88c6e349e1fe98d8e9695d7b9c6179e Author: Miklos Vajna D

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.2' - Repository.mk scp2/source

2014-03-26 Thread Tor Lillqvist
Repository.mk|2 +- scp2/source/ooo/file_ooo.scp |6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 809d724b6da3680f34f7e2e898aa72634a3331d7 Author: Tor Lillqvist Date: Fri Mar 7 10:52:50 2014 +0200 Fix OS X build Change-Id: I9

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

2014-03-26 Thread Tor Lillqvist
desktop/source/app/check_ext_deps.cxx |3 +++ desktop/source/deployment/misc/dp_misc.cxx |4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) New commits: commit 3f26b006e4ef971dfa127d0e7582d369e63fa8d7 Author: Tor Lillqvist Date: Tue Feb 25 16:26:30 2014 +0200 Don't do t

[Libreoffice-commits] core.git: Branch 'private/kohei/new-chart-type-skeleton' - chart2/source

2014-03-26 Thread Kohei Yoshida
chart2/source/inc/macros.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d4a25be3da00ca71d497e06e9f7e22c409d03cd0 Author: Kohei Yoshida Date: Wed Mar 26 11:11:49 2014 -0400 Re-enable the new chart type. Change-Id: If060d101c4a8f2486d3532f4048f9042

[Bug 60270] LibreOffice 4.1 most annoying bugs

2014-03-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270 Bug 60270 depends on bug 73936, which changed state. Bug 73936 Summary: FILEOPEN: Can't open .doc file: Writer freezes https://bugs.freedesktop.org/show_bug.cgi?id=73936 What|Removed |Added

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - writerfilter/source

2014-03-26 Thread Caolán McNamara
writerfilter/source/dmapper/DomainMapper_Impl.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 64c7c193c786d355094e583e8c82bde79cf34c53 Author: Caolán McNamara Date: Tue Mar 25 12:12:37 2014 + Resolves: rhbz#1077780 crash on loading .docx Change-Id: I92670b

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

2014-03-26 Thread Stephan Bergmann
include/vcl/virdev.hxx |6 +++--- include/vcl/window.hxx |2 +- 2 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 35ddbcbc42628c57c3e5fda1a3e221231d21803b Author: Stephan Bergmann Date: Wed Mar 26 16:56:44 2014 +0100 Fix merge conflicts Change-Id: I6e09

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - vcl/source

2014-03-26 Thread Keith Curtis
vcl/source/window/toolbox.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit e9451c72d4e221c993e1af30652c62a538d033d8 Author: Keith Curtis Date: Mon Mar 17 20:16:57 2014 -0400 Hopefully fix Windows HiDPI toolbar layout bug On Windows HiDPI, toolb

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 4 commits - filter/source svx/source sw/source

2014-03-26 Thread Armin Le Grand
filter/source/msfilter/msdffimp.cxx | 68 -- svx/source/svdraw/svdotext.cxx |8 +--- svx/source/svdraw/svdundo.cxx | 70 +--- svx/source/table/tableundo.cxx |7 +++ sw/source/ui/docvw/SidebarWin.cxx |

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

2014-03-26 Thread Stephan Bergmann
include/comphelper/listenernotification.hxx | 45 +--- 1 file changed, 16 insertions(+), 29 deletions(-) New commits: commit b3847f3dfda6ed18f5f09f01354c529925c25889 Author: Stephan Bergmann Date: Wed Mar 26 17:10:41 2014 +0100 Work around MSC "'override' cannot

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

2014-03-26 Thread Stephan Bergmann
stoc/source/javavm/interact.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a3b0d947b026731af6d29891876593c82c2bc65b Author: Stephan Bergmann Date: Wed Mar 26 17:27:01 2014 +0100 Work around MSC "'override' cannot be used with 'inline'" bug Change

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

2014-03-26 Thread Luboš Luňák
writerfilter/source/dmapper/CellMarginHandler.cxx |2 +- writerfilter/source/dmapper/ConversionHelper.cxx | 10 -- writerfilter/source/dmapper/ConversionHelper.hxx |1 + 3 files changed, 10 insertions(+), 3 deletions(-) New commits: commit ebdc472eb717976385c02b8809dd483172b42

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

2014-03-26 Thread Luboš Luňák
dev/null |binary sw/qa/extras/ooxmlimport/data/negative_table_cell_twips.docx |binary sw/qa/extras/ooxmlimport/ooxmlimport.cxx | 24 +++ writerfilter/source/dmapper/CellMarginHandler.cxx|2 writerf

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.1' - sw/qa sw/source

2014-03-26 Thread Miklos Vajna
sw/qa/extras/ww8import/data/cp144.doc |binary sw/qa/extras/ww8import/ww8import.cxx |9 + sw/source/filter/ww8/ww8par.cxx |4 +++- 3 files changed, 12 insertions(+), 1 deletion(-) New commits: commit ccfd10ac45265f061737514d60fcf20659d429a4 Author: Miklos Vajna

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

2014-03-26 Thread Stephan Bergmann
framework/inc/threadhelp/gate.hxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 190085dd4d1bc8cdfa5573158c8986b757ac1faf Author: Stephan Bergmann Date: Wed Mar 26 17:45:14 2014 +0100 Work around MSC "'override' cannot be used with 'inline'" bug

[Bug 60270] LibreOffice 4.1 most annoying bugs

2014-03-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270 Bug 60270 depends on bug 73936, which changed state. Bug 73936 Summary: FILEOPEN: Can't open .doc file: Writer freezes https://bugs.freedesktop.org/show_bug.cgi?id=73936 What|Removed |Added

[Libreoffice-commits] core.git: external/mysqlcppconn

2014-03-26 Thread Julien Nabet
external/mysqlcppconn/UnpackedTarball_mysqlcppconn.mk |1 external/mysqlcppconn/patches/retrieve_grants.patch.1 | 31 -- 2 files changed, 32 deletions(-) New commits: commit b26f2645d30de5ef86eaeb91ef5346135cfe256d Author: Julien Nabet Date: Wed Mar 26 18:59:33 2014 +010

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-03-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Michael Meeks changed: What|Removed |Added Depends on|73994 | -- You are receiving this mail because

[Libreoffice-commits] core.git: Branch 'private/kohei/new-chart-type-skeleton' - 2 commits - chart2/source udkapi/com

2014-03-26 Thread Kohei Yoshida
chart2/source/model/template/GL3DBarChartType.cxx | 92 ++ chart2/source/model/template/GL3DBarChartType.hxx | 19 +++- udkapi/com/sun/star/beans/PropertyAttribute.idl |4 3 files changed, 109 insertions(+), 6 deletions(-) New commits: commit 70a7d8f880d6f161df17f0c

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

2014-03-26 Thread Luboš Luňák
dev/null |binary sw/qa/extras/ooxmlimport/data/negative-table-cell-twips.docx |binary 2 files changed New commits: commit ea4ce88bf60e46c3caa2e57b6550b52bb58ad861 Author: Luboš Luňák Date: Wed Mar 26 20:30:12 2014 +0100 fix test doc

[Libreoffice-commits] core.git: Branch 'private/kohei/new-chart-type-skeleton' - chart2/source chart2/uiconfig

2014-03-26 Thread Kohei Yoshida
chart2/source/controller/dialogs/ChartTypeDialogController.cxx|5 ++ chart2/source/controller/dialogs/ChartTypeDialogController.hxx|1 chart2/source/controller/dialogs/GL3DBarChartDialogController.cxx |5 ++ chart2/source/controller/dialogs/GL3DBarChartDialogController.hxx |

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

2014-03-26 Thread Luboš Luňák
dev/null |binary sw/qa/extras/ooxmlimport/data/negative-cell-margin-twips.docx |binary 2 files changed New commits: commit ec2b4ea9b4525b4470f2eace64e43cf30195ad92 Author: Luboš Luňák Date: Wed Mar 26 21:05:17 2014 +0100 fix test d

[Libreoffice-commits] core.git: Branch 'private/kohei/new-chart-type-skeleton' - chart2/source chart2/uiconfig

2014-03-26 Thread Kohei Yoshida
Rebased ref, commits from common ancestor: commit 1eb14c264ceba1abab285b0875cb1e6a63ee9623 Author: Kohei Yoshida Date: Wed Mar 26 15:38:25 2014 -0400 Add the UI bits for showing "rounded edge" property for GL3D chart. Change-Id: Ia6083c423bf8286a0b562d490283f8e1328a0124 diff --git

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2-3' - vcl/source

2014-03-26 Thread Keith Curtis
vcl/source/window/toolbox.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit b740953537b324e157b22ce3bd46611b01f78e47 Author: Keith Curtis Date: Mon Mar 17 20:16:57 2014 -0400 Hopefully fix Windows HiDPI toolbar layout bug On Windows HiDPI, toolb

License Statement

2014-03-26 Thread V
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. Valentin Kettner Git email: vakevk+libreoff...@gmail.com ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop

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

2014-03-26 Thread Kohei Yoshida
sc/source/core/tool/token.cxx | 26 ++ 1 file changed, 26 insertions(+) New commits: commit 96ef8a7a03c7b098c71f7ce8540fb61d13eaa298 Author: Kohei Yoshida Date: Tue Mar 25 12:38:48 2014 -0400 fdo#76402: Handle range reference expansion in named ranges. C

[Libreoffice-commits] core.git: 8 commits - chart2/qa oox/source test/source

2014-03-26 Thread Markus Mohrhard
chart2/qa/extras/chart2export.cxx| 60 +++ chart2/qa/extras/charttest.hxx | 13 +++--- chart2/qa/extras/data/xlsx/gapWidth.xlsx |binary oox/source/export/chartexport.cxx|3 - test/source/bootstrapfixture.cxx |2 - 5 files c

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

2014-03-26 Thread Markus Mohrhard
chart2/source/view/charttypes/PieChart.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit da46a0cbcc656dea15a42d4cfc10e2058258b8cc Author: Markus Mohrhard Date: Thu Mar 27 00:21:43 2014 +0100 show negative values correctly in pie charts, fdo#69143

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-03-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 m.a.riosv changed: What|Removed |Added Depends on||76663 --- Comment #119 from m.a.riosv --- A

[Libreoffice-commits] core.git: Branch 'private/kohei/new-chart-type-skeleton' - chart2/source

2014-03-26 Thread Kohei Yoshida
chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx| 10 +- chart2/source/controller/dialogs/ChartTypeDialogController.cxx | 16 +- chart2/source/controller/dialogs/ChartTypeDialogController.hxx |2 - chart2/source/controller/dialogs/tp_ChartType.cxx |

[Libreoffice-commits] core.git: Branch 'private/kohei/new-chart-type-skeleton' - 2 commits - chart2/source include/xmloff xmloff/source

2014-03-26 Thread Kohei Yoshida
chart2/source/controller/dialogs/tp_ChartType.cxx | 59 -- include/xmloff/xmltoken.hxx |1 xmloff/source/chart/PropertyMap.hxx |3 + xmloff/source/core/xmltoken.cxx |1 4 files changed, 39 insertions(+), 25 d

[Libreoffice-commits] core.git: 6 commits - chart2/source chart2/uiconfig include/xmloff udkapi/com xmloff/source

2014-03-26 Thread Kohei Yoshida
chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx | 10 chart2/source/controller/dialogs/ChartTypeDialogController.cxx| 17 + chart2/source/controller/dialogs/ChartTypeDialogController.hxx|3 chart2/source/controller/dialogs/GL3DBarChartDialogController.cxx |5

[Bug 75489] code pointers

2014-03-26 Thread Abdulmajeed A. Alabdulrazzaq
Hi community , i am trying to solve fdo#75489 and i need some help i need some code pointers for it. Thank you - Regards, Abdulmajeed Al-Abdulrazzaq Motah Program, KACST http://www.motah.org.sa Warning: This message and its attachment, if any, are confiden

LibreOffice Gerrit News for core on 2014-03-27

2014-03-26 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + fdo#75280 Started cleaning up of sal_uIntPtr usage. in https://gerrit.libreoffice.org/8631 from V V about module basic, include + fdo#64945 Remove inconvenient

RE: master crashes when open/save dialog opens

2014-03-26 Thread Winfried Donkers
Hi Miklos, >> Now LibreOffice crashes also when the open dialog opens. >> >> Program received signal SIGSEGV, Segmentation fault. >> 0x7fffedd13270 in g_type_check_instance_cast () from >> /usr/lib64/libgobject-2.0.so.0 >> (gdb) backtrace >> #0 0x7fffedd13270 in g_type_check_instance_ca