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

2013-02-27 Thread Luboš Luňák
vcl/inc/vcl/outdev.hxx |2 vcl/source/gdi/embeddedfontshelper.cxx | 144 ++--- vcl/source/gdi/outdev.cxx |7 - 3 files changed, 101 insertions(+), 52 deletions(-) New commits: commit 80475eca9fc63c15f0ba49a1e585190dee7affe2

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - android/sdremote

2013-02-27 Thread Petr Mladek
android/sdremote/AndroidManifest.xml |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 61be63a28eab9bccea2fb563507d52a8c61baea7 Author: Petr Mladek pmla...@suse.cz Date: Wed Feb 27 20:07:11 2013 +0100 Bump android remote version to 1.0.4+, version code to 6

[Libreoffice-commits] core.git: android/sdremote

2013-02-27 Thread Petr Mladek
android/sdremote/AndroidManifest.xml |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit f179f84821c17025410cbbf047406dbb49a568d7 Author: Petr Mladek pmla...@suse.cz Date: Wed Feb 27 20:07:11 2013 +0100 Bump android remote version to 1.0.4+, version code to 6

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

2013-02-27 Thread Julien Nabet
svx/source/svdraw/svdoedge.cxx |2 -- 1 file changed, 2 deletions(-) New commits: commit 2e8d0fcad75d9b28c384ddac03bb45186694231f Author: Julien Nabet serval2...@yahoo.fr Date: Wed Feb 27 20:21:04 2013 +0100 Remove unused assignments See

[SOLVED] Re: Question cppcheck reports on svx/source/svdraw/svdoedge.cxx (Bezier curve)

2013-02-27 Thread Julien Nabet
On 27/02/2013 00:20, Caolán McNamara wrote: On Wed, 2012-12-19 at 15:00 -0800, julien2412 wrote: Hello, Cppcheck detected this into svx/source/svdraw/svdoedge.cxx [svdoedge.cxx:1450]: (style) Variable 'pPt1' is assigned a value that is never used. [svdoedge.cxx:1453]: (style) Variable 'pPt4'

[Libreoffice-commits] core.git: configure.ac

2013-02-27 Thread Tor Lillqvist
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c9c90e8ea21b37bf6e6f547ff35d114cfef8a5d4 Author: Tor Lillqvist t...@iki.fi Date: Wed Feb 27 21:24:10 2013 +0200 Need all config_host/*.in files for the BUILD platform configury Change-Id:

undefined reference error while build

2013-02-27 Thread Prashant Pandey
Hello everyone, I am having a hard time debugging the undefined reference to some_function error. I made following changes: http://pastebin.com/DqqTsP7A. Errors are: http://pastebin.com/PW0yzzgA. I am porting String and its corresponding functions to OUString respectively. Any help shall be

[Bug 60270] LibreOffice 4.1 most annoying bugs

2013-02-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270 Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed: What|Removed |Added Depends on||61459 ---

[Libreoffice-commits] core.git: solenv/gbuild

2013-02-27 Thread Michael Stahl
solenv/gbuild/AllLangResTarget.mk |2 +- solenv/gbuild/WinResTarget.mk |2 +- solenv/gbuild/platform/WNT_INTEL_GCC.mk |2 ++ solenv/gbuild/platform/com_MSC_class.mk |4 4 files changed, 8 insertions(+), 2 deletions(-) New commits: commit

[Libreoffice-commits] tb/tb_internals.sh

2013-02-27 Thread Libreoffice Gerrit user
tb/tb_internals.sh | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) New commits: commit fb65fd0e15a979a37ffeb04d9647d2e5661ff336 Author: Norbert Thiebaud nthieb...@gmail.com Date: Wed Feb 27 14:01:51 2013 -0600 tb: fix issue with moduel prefix and

[Libreoffice-commits] core.git: 2 commits - configure.ac sal/ZipPackage_sal_generated.mk

2013-02-27 Thread Tor Lillqvist
configure.ac|1 + sal/ZipPackage_sal_generated.mk |2 +- 2 files changed, 2 insertions(+), 1 deletion(-) New commits: commit 46ce3a214d5ebc165a0a3e313a46ded9b87b9ab2 Author: Tor Lillqvist t...@iki.fi Date: Wed Feb 27 22:12:02 2013 +0200 Use config_$(gb_Side),

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-02-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Bug 54157 depends on bug 60306, which changed state. Bug 60306 Summary: EDITING: CONDITIONAL FORMATTING destroyed after copy-paste cell https://bugs.freedesktop.org/show_bug.cgi?id=60306 What|Removed |Added

[PATCH] String::CreateFromAscii drop in sc

2013-02-27 Thread Ricardo Montania (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2448 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/48/2448/1 String::CreateFromAscii drop in sc Change-Id: Idb9fda589b309bd850ba2fdd68e7170c28d4c31a --- M

Re: [Grammar checker] Undocumented change in the API for LO 4

2013-02-27 Thread Stephan Bergmann
On 02/27/2013 06:58 PM, Olivier R. wrote: But I have to say that I am not really sure this result can be trusted. For each times I bibisect, LO didn't launch at the first try, only on the second try. How exactly do you launch LO? If by calling install/program/soffice.bin instead of

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

2013-02-27 Thread Caolán McNamara
cui/source/tabpages/tparea.cxx |7 +++ 1 file changed, 7 insertions(+) New commits: commit fc8022431a1684f3cfb1e2f7e4ec923a8e71df94 Author: Caolán McNamara caol...@redhat.com Date: Wed Feb 27 20:57:01 2013 + Resolves: fdo#61241 force area page to size itself for max visible

[PATCH libreoffice-4-0] Resolves: fdo#61241 force area page to size itself for max v...

2013-02-27 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2450 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/50/2450/1 Resolves: fdo#61241 force area page to size itself for max visible controls Change-Id:

Re: undefined reference error while build

2013-02-27 Thread Eike Rathke
Hi Prashant, On Thursday, 2013-02-28 01:06:54 +0530, Prashant Pandey wrote: I am having a hard time debugging the undefined reference to some_function error. I made following changes: http://pastebin.com/DqqTsP7A. Errors are: http://pastebin.com/PW0yzzgA. I am porting String and its

Re: undefined reference error while build

2013-02-27 Thread Eike Rathke
Hi Prashant, On Thursday, 2013-02-28 01:48:36 +0530, Prashant Pandey wrote: I did 'make' again, and got undefined reference error as something different as I got previously. This time it is: outdev3.cxx:(.text+0x1f8b): undefined reference to `GetNextFontToken(rtl::OUString const, int)'

[PATCH libreoffice-4-0-1] Resolves: fdo#61241 force area page to size itself for max v...

2013-02-27 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2451 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/51/2451/1 Resolves: fdo#61241 force area page to size itself for max visible controls Change-Id:

Re: Gdb support for exceptions (Re: using backtrace() in exception throwing?)

2013-02-27 Thread Tom Tromey
Tom == Tom Tromey tro...@redhat.com writes: Tom The various low-level exception-related functions, like __cxa_throw, Tom treat the exception object as a void *. However, the value of this Tom seems to change depending on the throw point. It's clear that this Tom can't always be the argument to

[Libreoffice-commits] core.git: odk/CustomTarget_idl.mk

2013-02-27 Thread Matúš Kukan
odk/CustomTarget_idl.mk | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) New commits: commit e2e68b5c65911fa75ed5b3935e0cf1ca0fabc2d8 Author: Matúš Kukan matus.ku...@gmail.com Date: Wed Feb 27 11:22:54 2013 +0100 odk: pull idl files directly from udkapi/offapi

[PUSHED] odk: pull idl files directly from udkapi/offapi

2013-02-27 Thread Peter Foley (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2437 Approvals: Peter Foley: Verified; Looks good to me, approved Objections: Matúš Kukan: This need some tweaks before it is merged -- To

Re: downtime tomorrow at 1200 UTC

2013-02-27 Thread Florian Effenberger
Hi, Jonathan Aquilina wrote on 2013-02-27 19:48: I have heard mixed reviews about hetzner. I have read the use consumer grade hardware instead of enterprise grade drives etc well, if you bet on hearsay, any ISP in the world and any hardware vendor you can find will be a bad choice, because

Re: undefined reference error while build

2013-02-27 Thread Prashant Pandey
Hi Erack, I don't know why the changes made by me in the header files and the changes made by me at places where these functions are defined were not reflected in the file I pastebin above. May be since I did a make unotools.clean and accidentally mailed the wrong version of git diff. Kindly

[PATCH] Remove dead voice command code

2013-02-27 Thread Tor Lillqvist (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2452 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/52/2452/1 Remove dead voice command code I don't see voice input commands being generated anywhere. Nobody seems to know

[PATCH] remove dmake, build.pl, deliver.pl and zipdep.pl

2013-02-27 Thread Peter Foley (via Code Review)
Hello LibreOffice gerrit bot, Michael Stahl, I'd like you to reexamine a change. Please visit https://gerrit.libreoffice.org/2445 to look at the new patch set (#6). Change subject: remove dmake, build.pl, deliver.pl and zipdep.pl

[PATCH] remove dmake, build.pl, deliver.pl and zipdep.pl

2013-02-27 Thread Peter Foley (via Code Review)
Hello LibreOffice gerrit bot, Michael Stahl, I'd like you to reexamine a change. Please visit https://gerrit.libreoffice.org/2445 to look at the new patch set (#7). Change subject: remove dmake, build.pl, deliver.pl and zipdep.pl

[Libreoffice-commits] core.git: android/experimental vcl/android

2013-02-27 Thread Tor Lillqvist
android/experimental/desktop/src/org/libreoffice/android/experimental/desktop/Desktop.java | 35 +++- vcl/android/androidinst.cxx | 43 +- 2 files changed, 74 insertions(+), 4 deletions(-) New commits: commit

Re: [Grammar checker] Undocumented change in the API for LO 4

2013-02-27 Thread Olivier R.
Stephan Bergmann-2 wrote How exactly do you launch LO? If by calling install/program/soffice.bin instead of install/program/soffice then the behavior is expected (soffice starts and controls soffice.bin, which needs to re-start on first start after any upgrade to cater for potential

Re: [PATCH] German comment translation - vcl#2

2013-02-27 Thread Christian Heller
All of my past and future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. BTW: I thought I messed up as I had not attached a correct BugID. So I found the ID 39468 and attached it there. LG, Chris On Wed, Feb 27, 2013 at 1:21 PM, Philipp Riemer

[Libreoffice-commits] core.git: android/experimental

2013-02-27 Thread Tor Lillqvist
android/experimental/desktop/src/org/libreoffice/android/experimental/desktop/Desktop.java | 42 +- 1 file changed, 38 insertions(+), 4 deletions(-) New commits: commit 2769264989fb5ad210d271bf6c3b5586aeb8769b Author: Tor Lillqvist t...@iki.fi Date: Thu Feb 28 01:31:45 2013 +0200

Re: (endangered) Document filters for Palm and PocketPC, xmerge module

2013-02-27 Thread Caolán McNamara
On Tue, 2013-02-26 at 12:54 +0100, Andras Timar wrote: Hi, While reviewing Windows installer code, I stumbled upon Java filters for mobile devices. Their registration was broken for a long time, nevertheless nobody complained. These filters are for Palm and Pocket PC office software,

[Libreoffice-commits] core.git: android/experimental

2013-02-27 Thread Tor Lillqvist
android/experimental/desktop/src/org/libreoffice/android/experimental/desktop/Desktop.java | 295 -- android/experimental/desktop/src/org/libreoffice/experimental/desktop/Desktop.java | 295 ++ 2 files changed, 295 insertions(+), 295 deletions(-) New commits: commit

[PATCH] Delete double condition check

2013-02-27 Thread Joren De Cuyper (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2453 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/53/2453/1 Delete double condition check We don't need to check if aNextPostIt != aVisiblePostItList.end() because we

[PATCH] fdo#38448 No scrolling in mailmerge's create new address lis...

2013-02-27 Thread Christopher Copits (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2454 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/54/2454/1 fdo#38448 No scrolling in mailmerge's create new address list customize What changes I made: 1. After the

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 6 commits - framework/inc vcl/aqua vcl/inc vcl/source

2013-02-27 Thread Herbert Dürr
framework/inc/properties.h | 14 -- vcl/aqua/source/a11y/aqua11ytextattributeswrapper.mm |2 +- vcl/aqua/source/gdi/salgdiutils.cxx |2 +- vcl/inc/vcl/bitmap.hxx | 11 +++

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

2013-02-27 Thread elixir
sc/inc/styleuno.hxx|2 - sd/source/core/stlsheet.cxx| 66 +++-- sd/source/ui/func/fuprobjs.cxx | 12 +++ sd/source/ui/func/futempl.cxx |2 - vcl/inc/svdata.hxx |2 - vcl/inc/vcl/svapp.hxx |4 +-

[PUSHED] fdo#38838,UniString,String_to_OUString

2013-02-27 Thread Eike Rathke (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2303 Approvals: Eike Rathke: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2303 To unsubscribe, visit

[PATCH] Fix page format UI labels witht mirror pages

2013-02-27 Thread Olivier Hallot (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2455 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/55/2455/1 Fix page format UI labels witht mirror pages The recent page format widget UI was not swapping innerleft and

[PATCH] Fix page format UI labels witht mirror pages

2013-02-27 Thread Olivier Hallot (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2456 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/56/2456/1 Fix page format UI labels witht mirror pages The recent page format widget UI was not swapping innerleft and

[PATCH] Remove unused variable

2013-02-27 Thread Olivier Hallot (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2457 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/57/2457/1 Remove unused variable Shuffle some assignments Change-Id: I054ad7642ed4fcc66ce24923a1c945bedb01ef27 --- M

[ABANDONED] Fix page format UI labels witht mirror pages

2013-02-27 Thread Olivier Hallot (via Code Review)
Olivier Hallot has abandoned this change. Change subject: Fix page format UI labels witht mirror pages .. Patch Set 1: Abandoned Duplicate submit -- To view, visit https://gerrit.libreoffice.org/2456 To unsubscribe, visit

[PUSHED] remove dmake, build.pl, deliver.pl and zipdep.pl

2013-02-27 Thread Norbert Thiebaud (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2445 Approvals: LibreOffice gerrit bot: Verified Norbert Thiebaud: Looks good to me, approved Niko Rönkkö: Looks good to me, but someone

Re: Building MySQL-Connector on Ubuntu 12.04 32 bit

2013-02-27 Thread Dan Lewis
On 02/27/2013 05:55 AM, Stephan Bergmann wrote: On 02/27/2013 02:10 AM, Dan Lewis wrote: 1) git clone git://gerrit.libreoffice.org/core libo to get the source code. 2) cd libo 3) ./autogen.sh --enable-ext-mysql-connector --with-system-mysql 4) make dev-install 21 | tee build.log A couple

[Libreoffice-commits] core.git: setup_native/Package_wintools.mk

2013-02-27 Thread David Tardon
setup_native/Package_wintools.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit db36904f41b577f61033f7c4b6df922045928b86 Author: David Tardon dtar...@redhat.com Date: Thu Feb 28 05:25:13 2013 +0100 fix typo Change-Id:

[Libreoffice-commits] core.git: instsetoo_native/CustomTarget_install.mk solenv/bin solenv/CustomTarget_versionlist.mk solenv/Package_minor.mk

2013-02-27 Thread Norbert Thiebaud
instsetoo_native/CustomTarget_install.mk|2 +- solenv/CustomTarget_versionlist.mk |4 ++-- solenv/Package_minor.mk |2 +- solenv/bin/modules/installer/scriptitems.pm |2 +- 4 files changed, 5 insertions(+), 5 deletions(-) New commits: commit

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

2013-02-27 Thread Markus Mohrhard
basic/source/comp/exprtree.cxx|1 + chart2/source/view/charttypes/Splines.cxx |1 + sc/source/core/data/conditio.cxx |2 ++ 3 files changed, 4 insertions(+) New commits: commit e440724eb7febe0072d79683d1a6f3b586575a3f Author: Markus Mohrhard

[PATCH] coverity#988423: fix memory leak

2013-02-27 Thread Markus Mohrhard (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2458 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/58/2458/1 coverity#988423: fix memory leak Change-Id: I3ac2cca7e24e6cc1b47b42c2d42bc7caee91b559 --- M

[Libreoffice-commits] 2 commits - tb/tb_internals.sh tb/tb_phases.sh

2013-02-27 Thread Libreoffice Gerrit user
tb/tb_internals.sh |8 tb/tb_phases.sh|2 +- 2 files changed, 5 insertions(+), 5 deletions(-) New commits: commit 6468079dcdde5e608c959fff7b58a1f9788e29c4 Author: Norbert Thiebaud nthieb...@gmail.com Date: Thu Feb 28 00:13:55 2013 -0600 tb: in autogen keep in mind

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

2013-02-27 Thread Takeshi Abe
sw/source/ui/vba/vbacell.cxx |4 ++-- sw/source/ui/vba/vbaheaderfooterhelper.cxx |2 +- sw/source/ui/vba/vbarangehelper.cxx|8 sw/source/ui/vba/vbaselection.cxx | 16 sw/source/ui/vba/vbaselection.hxx |4 ++--

[Libreoffice-commits] core.git: 2 commits - vcl/android

2013-02-27 Thread Tor Lillqvist
vcl/android/androidinst.cxx | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) New commits: commit 7bce0a1d9b0ef57432e0d856c67257b1573dedf5 Author: Tor Lillqvist t...@iki.fi Date: Thu Feb 28 09:00:43 2013 +0200 The pre-cleaning is fairly pointless now when we fill the

Re: [PATCH] Remove dead voice command code

2013-02-27 Thread Stephan Bergmann
On 02/27/2013 11:13 PM, Tor Lillqvist (via Code Review) wrote: I have submitted a patch for review: https://gerrit.libreoffice.org/2452 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/52/2452/1 Remove dead voice command code I don't see voice

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

2013-02-27 Thread Tor Lillqvist
vcl/android/androidinst.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 04893b7c90421f3f4c260f80ce70b43afa5d7fb9 Author: Tor Lillqvist t...@iki.fi Date: Thu Feb 28 09:16:52 2013 +0200 WaE: 'eventKind' may be used uninitialized in this function Change-Id:

[Libreoffice-commits] core.git: .gitignore

2013-02-27 Thread Stephan Bergmann
.gitignore | 27 --- 1 file changed, 27 deletions(-) New commits: commit a595c6e12b3e62179ec849328eb19115ab86e624 Author: Stephan Bergmann sberg...@redhat.com Date: Thu Feb 28 08:24:44 2013 +0100 dmake is dead and burried Change-Id:

[Libreoffice-commits] core.git: 2 commits - Makefile.build Makefile.in Makefile.post RepositoryModule_ooo.mk solenv/bin tail_build/Makefile tail_build/prj tail_build/README

2013-02-27 Thread Matúš Kukan
Makefile.build | 17 ++ Makefile.in | 67 ++- Makefile.post | 11 - RepositoryModule_ooo.mk | 240 solenv/bin/callcatcher.Makefile |5 tail_build/Makefile | 21

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

2013-02-27 Thread Norbert Thiebaud
solenv/bin/ooinstall |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) New commits: commit dc0bf66e33af9b2d07cccb7e5b1bddb08c368826 Author: Norbert Thiebaud nthieb...@gmail.com Date: Thu Feb 28 01:28:16 2013 -0600 BUILDDIR SRCDIR in the installer too Change-Id:

[Libreoffice-commits] tb/tb_internals.sh

2013-02-27 Thread Libreoffice Gerrit user
tb/tb_internals.sh | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) New commits: commit e841a7026ef7822bd96d9ad5ede088823025095e Author: Norbert Thiebaud nthieb...@gmail.com Date: Thu Feb 28 01:30:46 2013 -0600 tb: make sure we are on the right place when running

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

2013-02-27 Thread Andras Timar
i18npool/source/textconversion/data/stc_char.dic |1 - 1 file changed, 1 deletion(-) New commits: commit d9fb2a6add269955d168d6d31c0257314ea4e020 Author: Andras Timar ati...@suse.com Date: Thu Feb 28 08:41:15 2013 +0100 fdo#57536 remove 着:著, because it is wrong is some cases

[PATCH libreoffice-4-0] fdo#57536 remove 着:著, because it is wrong is some cases

2013-02-27 Thread Andras Timar (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2459 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/59/2459/1 fdo#57536 remove 着:著, because it is wrong is some cases Change-Id: Ia7c5692e1da4d24d985f0813e07631898d7100ce

License statement: David Verrier

2013-02-27 Thread David Verrier
Hi all, for reference: All my past and present contributions to LibreOffice may be licensed under the terms of the MPL / LGPLv3+ dual licence. Until further notice, all of my future contributions to LibreOffice may be licensed under the terms the MPL / LGPLv3+ dual licence. Best regards, David

[Libreoffice-commits] libcdr.git: 2 commits - src/lib

2013-02-27 Thread Fridrich Štrba
src/lib/CDRParser.cpp |4 - src/lib/CDRSVGGenerator.cpp | 96 ++-- src/lib/CDRTransforms.cpp |2 3 files changed, 86 insertions(+), 16 deletions(-) New commits: commit 16aad5b68991bb0ae2874f8a7fa196fab8fe5990 Author: Fridrich Å trba

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

2013-02-27 Thread Markus Mohrhard
sc/inc/conditio.hxx |2 +- sc/source/core/data/conditio.cxx | 10 +- sc/source/core/data/table2.cxx |2 +- 3 files changed, 7 insertions(+), 7 deletions(-) New commits: commit a26a63e9315e3df6ec9ae08e73efb62dfb7b4ba1 Author: Markus Mohrhard

[PUSHED libreoffice-4-0-1] use URM_COPY when copying cond formats, fdo#60306, fdo#60311

2013-02-27 Thread Petr Mladek (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2416 Approvals: Petr Mladek: Verified; Looks good to me, approved Fridrich Strba: Looks good to me, but someone else must approve -- To

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

2013-02-27 Thread Michael Meeks
tools/inc/tools-internal.hxx | 86 + tools/inc/tools/fsys.hxx | 74 ++- tools/source/fsys/comdep.hxx |2 tools/source/fsys/dirent.cxx | 10 +++- tools/source/fsys/filecopy.cxx |1

[Libreoffice-commits] core.git: helpcontent2 Module_tail_build.mk postprocess/prj

2013-02-27 Thread David Tardon
Module_tail_build.mk |1 + helpcontent2 |2 +- postprocess/prj/build.lst |2 +- 3 files changed, 3 insertions(+), 2 deletions(-) New commits: commit ca3a1ae7f4a3a504e23eedcb5c8103d2d122e605 Author: David Tardon dtar...@redhat.com Date: Wed Feb 27 10:11:27 2013

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

2013-02-27 Thread Michael Meeks
sd/source/ui/remotecontrol/DiscoveryService.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit b8e94517d3ff6847f1535317d42d2e38faf85f9e Author: Michael Meeks michael.me...@suse.com Date: Wed Feb 27 09:17:32 2013 + sdremote: close socket in destructor. diff --git

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

2013-02-27 Thread Tor Lillqvist
vcl/inc/vcl/apptypes.hxx |9 - vcl/inc/vcl/svapp.hxx| 11 --- vcl/source/app/svapp.cxx | 10 +- 3 files changed, 1 insertion(+), 29 deletions(-) New commits: commit 005ad68b15152431c691fe220b0547424f2b9d88 Author: Tor Lillqvist t...@iki.fi Date: Wed Feb 27

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

2013-02-27 Thread Miklos Vajna
sw/qa/extras/ww8export/ww8export.cxx | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) New commits: commit 45532cef80be1c658484282ec41031d02b91a218 Author: Miklos Vajna vmik...@suse.cz Date: Wed Feb 27 10:44:20 2013 +0100 ww8export test: fail if control shape not found

[Libreoffice-commits] libcdr.git: src/lib

2013-02-27 Thread Fridrich Štrba
src/lib/CDRContentCollector.cpp | 26 +++--- src/lib/CDRTransforms.cpp | 28 src/lib/CDRTransforms.h |2 -- src/lib/CDRTypes.h |8 4 files changed, 23 insertions(+), 41 deletions(-) New commits:

[PATCH] Resolves fdo#60554

2013-02-27 Thread Karthikeyan Krishnamurthi (via Code Review)
Hello LibreOffice gerrit bot, I'd like you to reexamine a change. Please visit https://gerrit.libreoffice.org/2375 to look at the new patch set (#2). Change subject: Resolves fdo#60554 .. Resolves fdo#60554 Resolves

Re: C++ extensions requiring LIBO_UDK_4.1

2013-02-27 Thread Stephan Bergmann
On 02/26/2013 03:49 PM, Michael Stahl wrote: it appears for mysqlc just a -DRTL_DISABLE_FAST_STRING is enough to get something that should run already on 3.6 too: master readelf --version-info /work/lo/master/solver/unxlngx6/lib/mysqlc.uno.so | grep LIBO_UDK 01c: a (LIBO_UDK_3.6) 4

Re: [PUSHED] [PUSHED] move postprocess to gbuild

2013-02-27 Thread Stephan Bergmann
On 02/26/2013 04:06 PM, Fridrich Strba (via Code Review) wrote: Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2426 But postprocess/prj/build.lst contains (just) a dependency on tail_build. I

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

2013-02-27 Thread Caolán McNamara
extras/source/glade/libreoffice-catalog.xml |5 + vcl/source/window/builder.cxx |6 ++ 2 files changed, 11 insertions(+) New commits: commit 307c8cdd59bb46d66ba6902fe616d5cc19463c39 Author: Caolán McNamara caol...@redhat.com Date: Wed Feb 27 10:04:14 2013 +

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0-1' - xmloff/source

2013-02-27 Thread Markus Mohrhard
xmloff/source/chart/SchXMLPlotAreaContext.cxx | 141 -- 1 file changed, 88 insertions(+), 53 deletions(-) New commits: commit dd316847ce711333f4e30f52fd1d3a3795e57c93 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Tue Feb 26 07:38:06 2013 +0100 get

[PATCH libreoffice-4-0] fdo#61507 import/export RTF_UPR and RTF_UD

2013-02-27 Thread Miklos Vajna (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2436 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/36/2436/1 fdo#61507 import/export RTF_UPR and RTF_UD In short, these commits make the RTF filter import and export

[PUSHED libreoffice-4-0-1] get error bar import working again, fdo#60083

2013-02-27 Thread Petr Mladek (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2422 Approvals: Petr Mladek: Verified; Looks good to me, approved Michael Meeks: Looks good to me, but someone else must approve -- To

[PATCH] odk: pull idl files directly from udkapi/offapi

2013-02-27 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2437 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/37/2437/1 odk: pull idl files directly from udkapi/offapi Change-Id: I6832fadd0f469f1920580ec1beed9abe085f9bb9 --- M

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - xmloff/source

2013-02-27 Thread Markus Mohrhard
xmloff/source/chart/SchXMLPlotAreaContext.cxx | 22 +- 1 file changed, 17 insertions(+), 5 deletions(-) New commits: commit e220bc9850e5afd7d622c0adc6665af88dd25dcb Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Tue Feb 26 22:35:57 2013 +0100 one more

forgotten offapi idl files ?

2013-02-27 Thread Matúš Kukan
Hi, while fixing 'find' in odk - https://gerrit.libreoffice.org/#/c/2437/ I found that there are two idl files not mentioned in offapi/UnoApi_offapi.mk: offapi/com/sun/star/graphic/Primitive2DTools.idl offapi/com/sun/star/document/XVbaMethodParameter.idl If the patch is pushed they will be in

[PUSHED libreoffice-4-0] one more fix for error bar import, fdo#60083

2013-02-27 Thread Petr Mladek (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2434 Approvals: Petr Mladek: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2434 To unsubscribe, visit

[Libreoffice-commits] core.git: Makefile.in solenv/gbuild

2013-02-27 Thread Stephan Bergmann
Makefile.in |7 ++- solenv/gbuild/gbuild.help.txt |5 ++--- 2 files changed, 4 insertions(+), 8 deletions(-) New commits: commit 823ef20035b82a9ec5f9e1006877670f7ee64750 Author: Stephan Bergmann sberg...@redhat.com Date: Wed Feb 27 11:32:18 2013 +0100 Clean

[PATCH libreoffice-4-0-1] one more fix for error bar import, fdo#60083

2013-02-27 Thread Petr Mladek (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2438 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/38/2438/1 one more fix for error bar import, fdo#60083 This makes it finally possible to import the original test

[PATCH] Convert page format tab page to new widget UI

2013-02-27 Thread via Code Review
Hello LibreOffice gerrit bot, David Ostrovsky, I'd like you to reexamine a change. Please visit https://gerrit.libreoffice.org/2432 to look at the new patch set (#2). Change subject: Convert page format tab page to new widget UI

Re: Show module dependencies

2013-02-27 Thread Stephan Bergmann
On 02/26/2013 05:20 PM, Matúš Kukan wrote: On 25 February 2013 10:52, Stephan Bergmann sberg...@redhat.com wrote: With the need for dmake and build.pl almost gone, I assume that we will want to dump */prj/build.lst files and expressing inter-module dependencies via them, too. That leaves the

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

2013-02-27 Thread Markus Mohrhard
sc/source/core/data/table2.cxx | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) New commits: commit f741827f918e4d1a31a9fad92c52cb2836072e8e Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Wed Feb 27 11:44:06 2013 +0100 the method is actually called

Re: Building MySQL-Connector on Ubuntu 12.04 32 bit

2013-02-27 Thread Stephan Bergmann
On 02/27/2013 02:10 AM, Dan Lewis wrote: 1) git clone git://gerrit.libreoffice.org/core libo to get the source code. 2) cd libo 3) ./autogen.sh --enable-ext-mysql-connector --with-system-mysql 4) make dev-install 21 | tee build.log While running #4, I saw 2 notes in the Terminal:

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

2013-02-27 Thread Markus Mohrhard
sc/source/core/data/table2.cxx | 11 +++ 1 file changed, 11 insertions(+) New commits: commit 4e1f23982432ad211f1b4c4fd134f022844325d3 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Wed Feb 27 01:55:24 2013 +0100 remove the copied cond format cell attr entries,

[PUSHED libreoffice-4-0] remove the copied cond format cell attr entries, fdo#60306

2013-02-27 Thread Petr Mladek (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2435 Approvals: Petr Mladek: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2435 To unsubscribe, visit

[PATCH libreoffice-4-0-1] remove the copied cond format cell attr entries, fdo#60306

2013-02-27 Thread Petr Mladek (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2439 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/39/2439/1 remove the copied cond format cell attr entries, fdo#60306 The old exisiting conditional format entries in the

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0-1' - xmloff/source

2013-02-27 Thread Markus Mohrhard
xmloff/source/chart/SchXMLPlotAreaContext.cxx | 22 +- 1 file changed, 17 insertions(+), 5 deletions(-) New commits: commit 160c0f4c1fd381a91a7443088c7222ae4cc5b6a2 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Tue Feb 26 22:35:57 2013 +0100 one more

[PUSHED libreoffice-4-0-1] one more fix for error bar import, fdo#60083

2013-02-27 Thread Noel Power (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2438 Approvals: Noel Power: Verified; Looks good to me, approved Michael Meeks: Looks good to me, but someone else must approve -- To view,

Re: [PUSHED] [PUSHED] move postprocess to gbuild

2013-02-27 Thread Matúš Kukan
On 27 February 2013 11:18, Stephan Bergmann sberg...@redhat.com wrote: On 02/26/2013 04:06 PM, Fridrich Strba (via Code Review) wrote: Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2426 But

Re: forgotten offapi idl files ?

2013-02-27 Thread Stephan Bergmann
On 02/27/2013 11:34 AM, Matúš Kukan wrote: while fixing 'find' in odk - https://gerrit.libreoffice.org/#/c/2437/ I found that there are two idl files not mentioned in offapi/UnoApi_offapi.mk: offapi/com/sun/star/graphic/Primitive2DTools.idl offapi/com/sun/star/document/XVbaMethodParameter.idl

[Libreoffice-commits] core.git: 2 commits - Makefile.in Module_cross_toolset.mk postprocess/CustomTarget_images.mk

2013-02-27 Thread Matúš Kukan
Makefile.in|3 --- Module_cross_toolset.mk|1 + postprocess/CustomTarget_images.mk | 30 +++--- 3 files changed, 20 insertions(+), 14 deletions(-) New commits: commit 642f721e00098f0f99a1d370ae49b8600a13e86e Author: Matúš

[PATCH] move instsetoo_native to gbuild

2013-02-27 Thread via Code Review
Hello LibreOffice gerrit bot, I'd like you to reexamine a change. Please visit https://gerrit.libreoffice.org/2429 to look at the new patch set (#5). Change subject: move instsetoo_native to gbuild .. move

[Libreoffice-commits] core.git: sal/Package_inc.mk sal/ZipPackage_sal_odk_headers.mk

2013-02-27 Thread Michael Stahl
sal/Package_inc.mk|1 - sal/ZipPackage_sal_odk_headers.mk |4 2 files changed, 4 insertions(+), 1 deletion(-) New commits: commit c40cb8305528ce72c40dd17929e46e7edc5974d6 Author: Michael Stahl mst...@redhat.com Date: Wed Feb 27 12:16:00 2013 +0100 sal:

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

2013-02-27 Thread Markus Mohrhard
sc/source/core/data/table2.cxx | 11 +++ 1 file changed, 11 insertions(+) New commits: commit 9cdd64ca1e409106fad554d7823ae57e2d2e009c Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Wed Feb 27 01:55:24 2013 +0100 remove the copied cond format cell attr entries,

[PUSHED libreoffice-4-0-1] remove the copied cond format cell attr entries, fdo#60306

2013-02-27 Thread Noel Power (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2439 Approvals: Noel Power: Verified; Looks good to me, approved Michael Meeks: Looks good to me, but someone else must approve -- To view,

[PATCH] move instsetoo_native to gbuild

2013-02-27 Thread via Code Review
Hello LibreOffice gerrit bot, Matúš Kukan, I'd like you to reexamine a change. Please visit https://gerrit.libreoffice.org/2429 to look at the new patch set (#6). Change subject: move instsetoo_native to gbuild .. move

[Libreoffice-commits] dev-tools.git: scripts/aoo-annotate.pl

2013-02-27 Thread Michael Meeks
scripts/aoo-annotate.pl | 88 1 file changed, 88 insertions(+) New commits: commit a72a6710d0d82acce4e742d3cfcdd26a103f9e32 Author: Michael Meeks michael.me...@suse.com Date: Wed Feb 27 11:46:09 2013 + initial git note / log parser

  1   2   3   4   >