RE: patch removing Labels.xcu out of configuration

2013-02-17 Thread Winfried Donkers
Hi Matus, Michael, > Well, overwriting existing labels does not work I think, but it did not before > either, so.. I think that's fine. > If you would like to fix this, poke IMPL_LINK_NOARG(SwSaveLabelDlg, > OkHdl) in sw/source/ui/envelp/labfmt.cxx Maybe if(RET_YES != eRet) makes > it return befor

[Libreoffice-commits] core.git: scripting/examples

2013-02-17 Thread Julien Nabet
scripting/examples/java/HelloWorld/parcel-descriptor.xml |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 54d91caf7b3519ee44e299a8174b7ec28fa6a6ed Author: Julien Nabet Date: Sun Feb 17 17:56:56 2013 +0100 Fix typo Change-Id: Id5aff315b1d52ac5a869a17b3a

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Winfried Donkers changed: What|Removed |Added Depends on||39484 --- Comment #203 from Winfried

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

2013-02-17 Thread Markus Mohrhard
lotuswordpro/source/filter/lwpbulletstylemgr.cxx |2 ++ lotuswordpro/source/filter/lwpcelllayout.cxx |6 ++ lotuswordpro/source/filter/lwplayout.cxx | 16 lotuswordpro/source/filter/lwprowlayout.cxx | 20 +--- lotuswordpro/source/fi

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

2013-02-17 Thread Caolán McNamara
svl/source/numbers/zformat.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit aecb97a421b02a65443ec1722b3b35719a7734d1 Author: Caolán McNamara Date: Mon Feb 18 00:30:20 2013 + coverity#984042 Uninitialized scalar variable Change-Id: If75afb24632

[PATCH] simplify extension logic in configure

2013-02-17 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2188 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/88/2188/1 simplify extension logic in configure Change-Id: I1b255f9da925501449d7a41ce5914595da582e40 --- M configure.ac A

[PATCH] Remove not needed function in calc

2013-02-17 Thread Marcos Souza (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2187 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/87/2187/1 Remove not needed function in calc Change-Id: I0be7d751a52d11687c15042023b7a6ebb0122c64 --- M sc/source/ui/colla

[PUSHED] fdo#57950: Remove more chained appends in filter

2013-02-17 Thread Olivier Hallot (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/2186 Approvals: Olivier Hallot: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2186 To unsubscribe, vis

[PATCH] fdo#57950: Remove more chained appends in filter

2013-02-17 Thread Marcos Souza (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2186 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/86/2186/1 fdo#57950: Remove more chained appends in filter And also sanitize some OUStringBuffer uses. Change-Id: I338b18

Re: regarding patch 38838

2013-02-17 Thread Prashant Pandey
Hi Nobert, I corrected myself in the following mail with this one. I did : aRealStyle.copy(aRealStyle.indexOf(aSep) + aSep.getLength()); which I suppose is doing the same thing as required. since foo.erase(0,n) => foo=foo.copy(n) Still, if I am wrong, then please inform. Thanks Prashant On Mon

Re: regarding patch 38838

2013-02-17 Thread Norbert Thiebaud
On Sun, Feb 17, 2013 at 3:36 PM, Prashant Pandey wrote: > Hi Jean, > > Thanks for help ! > > Finally, I did : aRealStyle.copy(0,(aRealStyle.Search(aSep) + aSep.Len())); > > It also worked :) No it did not work. it compiled, but it does not do the same as the orginal code. Norbert ___

[Libreoffice-commits] .: 2 commits - test-bugzilla-files/test-bugzilla-files.py

2013-02-17 Thread Libreoffice Gerrit user
test-bugzilla-files/test-bugzilla-files.py | 82 +++-- 1 file changed, 55 insertions(+), 27 deletions(-) New commits: commit f6a935d7b779ecb0938de5056ddaea0d05be9b44 Author: Markus Mohrhard Date: Sun Feb 17 23:20:20 2013 +0100 make the soffice window hidden again

[Libreoffice-commits] core.git: translations

2013-02-17 Thread Andras Timar
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 134374473ea481410f389cab162a52fab62c5c43 Author: Andras Timar Date: Sun Feb 17 22:56:15 2013 +0100 Updated core Project: translations 6928867911fdb1e2c78092c99b5731350d926b45 diff --git a/trans

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

2013-02-17 Thread Caolán McNamara
basegfx/source/polygon/b2dpolygontools.cxx |2 +- sdext/source/presenter/PresenterScreen.cxx | 20 ++-- sdext/source/presenter/PresenterScreen.hxx |8 ++-- 3 files changed, 17 insertions(+), 13 deletions(-) New commits: commit d100aaaeacdf99363069319e5936eae9ff21cce9

[PUSHED] [PUSHED] convert sysui to gbuild and add to tail_build

2013-02-17 Thread David Ostrovsky (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/2192 Approvals: LibreOffice gerrit bot: Verified David Ostrovsky: Verified; Looks good to me, approved -- To view, visit https://gerrit.libr

[Libreoffice-commits] core.git: RepositoryExternal.mk

2013-02-17 Thread Stephan Bergmann
RepositoryExternal.mk |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit 3743cdbbf499800acd370d2082b0ab88817e4eb0 Author: Stephan Bergmann Date: Sun Feb 17 22:58:21 2013 +0100 Let BOOST_SYSTEM_LIB be found in --with-system-boost --with-boost=... case

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - translations

2013-02-17 Thread Andras Timar
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9b5975072ccd67279f653e982f9a044d5262c4e2 Author: Andras Timar Date: Sun Feb 17 22:56:15 2013 +0100 Updated core Project: translations cf576bff556326dcf418d6781c1b71637ce08217 diff --git a/trans

Re: regarding patch 38838

2013-02-17 Thread Prashant Pandey
I've changed several files. When I try to 'make' : a lot of stuff is printed regarding XShape, CustomShapeGeometry, PointSequence, etc Then error is printed as : diff.cxx:332:Assertion Test name: SdFiltersTest::test double equality assertion failed - Expected: 3433903 - Actual : 0 - Delta : 1e

Re: regarding patch 38838

2013-02-17 Thread Prashant Pandey
Sorry, it was *aRealStyle.copy(aRealStyle.Search(aSep) + aSep.Len());*which made it through correctly. Thanks Prashant On Mon, Feb 18, 2013 at 3:06 AM, Prashant Pandey wrote: > Hi Jean, > > Thanks for help ! > > Finally, I did : *aRealStyle.copy(0,(aRealStyle.Search(aSep) + > aSep.Len()));* > >

Re: regarding patch 38838

2013-02-17 Thread Prashant Pandey
Hi Jean, Thanks for help ! Finally, I did : *aRealStyle.copy(0,(aRealStyle.Search(aSep) + aSep.Len())); * It also worked :) Thanks once again! -Prashant On Sun, Feb 17, 2013 at 11:11 PM, Jean-Noël Rouvignac < jn.rouvig...@gmail.com> wrote: > Hi Prashant, > > 2013/2/17 Prashant Pandey > >> H

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

2013-02-17 Thread Tor Lillqvist
scp2/source/calc/file_calc.scp |9 - scp2/source/draw/file_draw.scp | 10 -- scp2/source/impress/file_impress.scp | 10 -- scp2/source/math/file_math.scp | 10 -- scp2/source/writer/file_writer.scp | 23 --- 5 file

[PATCH] convert sysui to gbuild and add to tail_build

2013-02-17 Thread Peter Foley (via Code Review)
Hello LibreOffice gerrit bot, I'd like you to reexamine a change. Please visit https://gerrit.libreoffice.org/2192 to look at the new patch set (#9). Change subject: convert sysui to gbuild and add to tail_build .. conver

Re: Build LibreOffice on Mac OS X

2013-02-17 Thread Tor Lillqvist
Raphaël, hello? Any progress? --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[PATCH] convert sysui to gbuild and add to tail_build

2013-02-17 Thread Peter Foley (via Code Review)
Hello LibreOffice gerrit bot, I'd like you to reexamine a change. Please visit https://gerrit.libreoffice.org/2192 to look at the new patch set (#8). Change subject: convert sysui to gbuild and add to tail_build .. conver

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

2013-02-17 Thread Markus Mohrhard
sdext/source/pdfimport/tree/drawtreevisiting.cxx |2 +- sdext/source/pdfimport/tree/pdfiprocessor.cxx|4 +++- sdext/source/pdfimport/tree/pdfiprocessor.hxx|2 +- vcl/source/window/dlgctrl.cxx|3 +-- 4 files changed, 6 insertions(+), 5 deletions(-) New c

[PATCH] convert sysui to gbuild and add to tail_build

2013-02-17 Thread Peter Foley (via Code Review)
Hello LibreOffice gerrit bot, I'd like you to reexamine a change. Please visit https://gerrit.libreoffice.org/2192 to look at the new patch set (#7). Change subject: convert sysui to gbuild and add to tail_build .. conver

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

2013-02-17 Thread Markus Mohrhard
sc/source/core/data/colorscale.cxx|4 ++-- sc/source/core/data/postit.cxx|3 ++- sc/source/filter/dif/difimp.cxx |2 +- sc/source/filter/excel/xecontent.cxx |2 +- sc/source/filter/xml/xmldpimp.cxx |

[PATCH] convert sysui to gbuild and add to tail_build

2013-02-17 Thread Peter Foley (via Code Review)
Hello LibreOffice gerrit bot, I'd like you to reexamine a change. Please visit https://gerrit.libreoffice.org/2192 to look at the new patch set (#6). Change subject: convert sysui to gbuild and add to tail_build .. conver

Re: regarding patch 38838

2013-02-17 Thread Jean-Noël Rouvignac
Hi Prashant, 2013/2/17 Prashant Pandey > Hi, > >> >> I need some guidance as am stuck at a place. >> How should I replace 'erase' using guidelines given under >> https://wiki.documentfoundation.org/Development/String_Classes. >> If I try to fit 'replaceAt' in place of 'erase' in the line bolded

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-02-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Bug 6 depends on bug 51976, which changed state. Bug 51976 Summary: EDITING: Base embedded HSQLDB needs minutes for first "Go to last record in the Table" https://bugs.freedesktop.org/show_bug.cgi?id=51976 What|Removed

[Libreoffice-commits] .: 2 commits - test-bugzilla-files/test-bugzilla-files.py

2013-02-17 Thread Libreoffice Gerrit user
test-bugzilla-files/test-bugzilla-files.py | 88 +++-- 1 file changed, 46 insertions(+), 42 deletions(-) New commits: commit f77e09c7faed8cb244e4a5c5373041652a4fb8d3 Author: jorendc Date: Sun Dec 30 02:50:18 2012 +0100 add Class State which creates 3 lists that w

i18ned entry of numbers within LibreOffice

2013-02-17 Thread Lionel Elie Mamane
(Please keep me and Zolnai in CC in this discussion. Thanks.) In the context of https://gerrit.libreoffice.org/1994 Zolnai is contributing a nice feature to LibreOffice Base, but in the review of the patch I'm hitting what should be a simple issue: how to "get" a number (or special value All) fro

Re: mingw build is currently broken

2013-02-17 Thread Andras Timar
Hi Rainer, On Sun, Feb 17, 2013 at 1:24 PM, Rainer Bielefeld wrote: > Andras Timar schrieb: > > >> I moved the SyntaxHighlighter class to comphelper >> (c16e9f4ed97f65357e9986f46ad88ee9f2237997). MinGW tinderbox is green >> again. > > > Hi András, > > thank you for the fix, indeed, we get new bui

[PATCH] convert sysui to gbuild and add to tail_build

2013-02-17 Thread Peter Foley (via Code Review)
Hello LibreOffice gerrit bot, I'd like you to reexamine a rebased change. Please visit https://gerrit.libreoffice.org/2192 to look at the new rebased patch set (#5). Change subject: convert sysui to gbuild and add to tail_build ..

[PUSHED] [PUSHED] convert xpdf to gbuild and add to tail_build

2013-02-17 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/2197 Approvals: LibreOffice gerrit bot: Verified Peter Foley: Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/21

[Libreoffice-commits] core.git: Module_tail_build.mk RepositoryExternal.mk RepositoryModule_ooo.mk sdext/Library_pdfimport.mk tail_build/prj xpdf/ExternalPackage_xpdf.mk xpdf/ExternalProject_xpdf.mk x

2013-02-17 Thread Peter Foley
Module_tail_build.mk |1 RepositoryExternal.mk|6 + RepositoryModule_ooo.mk |1 sdext/Library_pdfimport.mk |1 tail_build/prj/build.lst |2 xpdf/ExternalPackage_xpdf.mk | 24 + xpdf/ExternalPro

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

2013-02-17 Thread Norbert Thiebaud
sd/Library_sd.mk |3 ++- sd/source/ui/remotecontrol/OSXBluetooth.mm |7 --- 2 files changed, 2 insertions(+), 8 deletions(-) New commits: commit c21916ad8a315a9dd7f23bf9aef0576975470a5a Author: Norbert Thiebaud Date: Sun Feb 17 10:08:01 2013 -0600 pra

using backtrace() in exception throwing?

2013-02-17 Thread Noel Grandin
Hi Background: I'm looking at bug reports, and the messages are generally only marginally useful, because I generally have no idea where the original exception was actually thrown from. Sometimes the message in the exception will narrow it down a little, but that still often leaves a lot of likely

[PATCH] convert sysui to gbuild and add to tail_build

2013-02-17 Thread Peter Foley (via Code Review)
Hello LibreOffice gerrit bot, I'd like you to reexamine a change. Please visit https://gerrit.libreoffice.org/2192 to look at the new patch set (#4). Change subject: convert sysui to gbuild and add to tail_build .. conver

[PATCH] convert xpdf to gbuild and add to tail_build

2013-02-17 Thread Peter Foley (via Code Review)
Hello LibreOffice gerrit bot, I'd like you to reexamine a change. Please visit https://gerrit.libreoffice.org/2197 to look at the new patch set (#2). Change subject: convert xpdf to gbuild and add to tail_build .. convert

[PATCH] convert sysui to gbuild and add to tail_build

2013-02-17 Thread Peter Foley (via Code Review)
Hello LibreOffice gerrit bot, I'd like you to reexamine a change. Please visit https://gerrit.libreoffice.org/2192 to look at the new patch set (#3). Change subject: convert sysui to gbuild and add to tail_build .. conver

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - 2 commits - scripting/examples wizards/com

2013-02-17 Thread Xisco Fauli
scripting/examples/python/HelloWorld.py |7 ++- wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py |3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) New commits: commit 3e8af168ca227529b752abb9c7aecc42be4a2290 Author: Xisco Fauli Date: Fri Fe

[Libreoffice-commits] core.git: scripting/examples

2013-02-17 Thread Xisco Fauli
scripting/examples/python/HelloWorld.py |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit 270967f340670189e42939d9432e28e8259feefc Author: Xisco Fauli Date: Sun Feb 17 14:59:45 2013 +0100 fdo#60670: Create a new document in case there's none Chang

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

2013-02-17 Thread Katarina Behrens
oox/source/export/chartexport.cxx | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) New commits: commit 1aadb8789bc9a58e1798c0905214833a0cd6d40e Author: Katarina Behrens Date: Sun Feb 17 14:29:51 2013 +0100 fdo#58789: export field separators, fix series name display

Happy Birthday, Document Foundation!

2013-02-17 Thread Florian Effenberger
Hello everyone, exactly one year ago, February 17th 2012, The Document Foundation was established as a charitable Foundation under German law (gemeinnützige rechtsfähige Stiftung des bürgerlichen Rechts). So far, it has proven to be the ideal entity for reflecting the LibreOffice's community

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

2013-02-17 Thread Lionel Elie Mamane
configure.ac |5 + 1 file changed, 5 insertions(+) New commits: commit 0e6fdbd79f196aaa06bf3de31123f6a39fe0ec6e Author: Lionel Elie Mamane Date: Sun Feb 17 13:40:53 2013 +0100 confgure.ac: dbgutil and system-libcmis incompatible libcmis exposes STL containers in its API:

Re: Need Help for Bug 47302 - Adding a new field in "Insert->Fields"

2013-02-17 Thread Vishv Brahmbhatt
I have the following(attached) *Reply* from one of the developers for my Earlier Query. But I am slightly confused with my approach in solving the problem: After testing some code instances ,I have found out that code for "Insert->Fields->Slide Name" (impress) can be added here * drviewsb.cxx fil

Re: mingw build is currently broken

2013-02-17 Thread Rainer Bielefeld
Andras Timar schrieb: I moved the SyntaxHighlighter class to comphelper (c16e9f4ed97f65357e9986f46ad88ee9f2237997). MinGW tinderbox is green again. Hi András, thank you for the fix, indeed, we get new builds. But the bad thing is, the last MinGW build that was at least a little useful I saw

License statement

2013-02-17 Thread Krisztian Pinter
License statement: All of my past and future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Krisztian Pinter ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/l

Re: mingw build is currently broken

2013-02-17 Thread Andras Timar
On Fri, Feb 15, 2013 at 1:13 PM, Andras Timar wrote: > On Fri, Feb 15, 2013 at 12:51 PM, Michael Stahl wrote: >> On 15/02/13 12:23, Jan Holesovsky wrote: >>> Hi Andras, >>> >>> Tor Lillqvist píše v Pá 15. 02. 2013 v 13:01 +0200: >>> It am fairly sure that the breakage is a consequence of the

Re: [PATCH] convert setup_native to gbuild and add to tail_build

2013-02-17 Thread Andras Timar
Hi Peter, I fixed it with c13c500630746ba035e0b48c0cbd276aa436db2b. dmake-based build system had option for static link (DYNAMIC_CRT=""), but I could solve it in gbuild, too, with a little hack, i.e. by adding defines, cxx flags and linker flags. The only problem that we get warnings: cl : Command

[Libreoffice-commits] core.git: setup_native/Library_instooofiltmsi.mk setup_native/Library_jfregca.mk setup_native/Library_qslnkmsi.mk setup_native/Library_reg4allmsdoc.mk setup_native/Library_regact

2013-02-17 Thread Andras Timar
setup_native/Library_instooofiltmsi.mk | 17 -- setup_native/Library_jfregca.mk | 12 +++ setup_native/Library_qslnkmsi.mk | 15 setup_native

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

2013-02-17 Thread Lionel Elie Mamane
configure.ac |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit 850b4c7e2d5535dcf76cebea85b4f14c1c7aeaea Author: Lionel Elie Mamane Date: Sun Feb 17 11:57:58 2013 +0100 configure.ac: automatically find versioned servlet-api.jar Change-Id: I87533bb16

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

2013-02-17 Thread Stephan Bergmann
configure.ac | 24 +++- 1 file changed, 11 insertions(+), 13 deletions(-) New commits: commit 93c69637ffc878d02fa860079804465d2684d794 Author: Stephan Bergmann Date: Sun Feb 17 11:59:32 2013 +0100 Improve configure support for --with-system-boost --with-boost=...

[Libreoffice-commits] core.git: libmspub/ExternalProject_libmspub.mk liborcus/ExternalProject_liborcus.mk libvisio/ExternalProject_libvisio.mk

2013-02-17 Thread Stephan Bergmann
libmspub/ExternalProject_libmspub.mk |2 +- liborcus/ExternalProject_liborcus.mk |2 +- libvisio/ExternalProject_libvisio.mk |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit be9bf4801bc157ec1bf52250077de914a212 Author: Stephan Bergmann Date: Sun Feb 1

[Libreoffice-commits] core.git: liborcus/liborcus_0.1.0-boost-include.patch.1 liborcus/UnpackedTarball_orcus.mk

2013-02-17 Thread Stephan Bergmann
liborcus/UnpackedTarball_orcus.mk |4 liborcus/liborcus_0.1.0-boost-include.patch.1 | 26 ++ 2 files changed, 30 insertions(+) New commits: commit faf72664d11deaa570a0f8c7e702ff07bf5914c8 Author: Stephan Bergmann Date: Sun Feb 17 11:49:34 2013 +01

[Libreoffice-commits] core.git: connectivity/Library_kab1.mk connectivity/Library_kabdrv1.mk

2013-02-17 Thread Stephan Bergmann
connectivity/Library_kab1.mk|5 - connectivity/Library_kabdrv1.mk |1 + 2 files changed, 5 insertions(+), 1 deletion(-) New commits: commit 4d33da4065bb7620d78f10d04b840f2dd77c6e6e Author: Stephan Bergmann Date: Sun Feb 17 11:44:07 2013 +0100 connectivity/kab (indirectly)

Re: Cppcheck: Iterator 'i' used after element has been erased in servicemanager.cxx (cppuhelper module)

2013-02-17 Thread Stephan Bergmann
On 02/15/2013 11:52 PM, julien2412 wrote: Cppcheck reported this: cppuhelper/source/servicemanager.cxx 1578eraseDereferenceerror Iterator 'i' used after element has been erased. Oops. Fixed now as

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

2013-02-17 Thread Luboš Luňák
filter/source/xsltfilter/XSLTFilter.cxx |2 +- sw/source/core/txtnode/ndtxt.cxx|8 2 files changed, 5 insertions(+), 5 deletions(-) New commits: commit 3f7ead7ffee808f99bf9cf76bbd247af04707242 Author: Luboš Luňák Date: Sun Feb 17 11:19:29 2013 +0100 apparently

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

2013-02-17 Thread Stephan Bergmann
cppuhelper/source/servicemanager.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 80d81b40a1915eec599fc7004698ff113e5bb47f Author: Stephan Bergmann Date: Sun Feb 17 11:13:53 2013 +0100 cppcheck: Iterator i used after element has been erased C

[Libreoffice-commits] core.git: 2 commits - comphelper/inc comphelper/source filter/source framework/inc framework/qa framework/source l10ntools/source odk/examples sfx2/source svx/source ucbhelper/in

2013-02-17 Thread Ivan Timofeev
comphelper/inc/comphelper/mediadescriptor.hxx |8 comphelper/inc/comphelper/sequenceashashmap.hxx |4 ++-- comphelper/source/misc/locale.cxx

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

2013-02-17 Thread Caolán McNamara
sw/source/core/text/inftxt.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2a7db22c3825acdb0c36a9cefd5736d73e4fefbf Author: Caolán McNamara Date: Sun Feb 17 09:33:07 2013 + coverity#707555 Uninitialized scalar variable Change-Id: Ibba9295d34a

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

2013-02-17 Thread Caolán McNamara
basic/source/runtime/methods.cxx |5 +++-- basic/source/sbx/sbxscan.cxx |2 +- 2 files changed, 4 insertions(+), 3 deletions(-) New commits: commit bc56c5f8817526679c65e7f49682b6595583c588 Author: Caolán McNamara Date: Sun Feb 17 09:06:46 2013 + coverity#707502 Uninitiali