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

2014-01-28 Thread Chris Sherlock
vcl/source/app/svapp.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d6d5f6803e7433c5b7bb75e982fa066be908af4a Author: Chris Sherlock Date: Tue Jan 28 19:05:30 2014 +1100 Fix commit 4959f369d9bdcc Application::InitSettings should only assert when

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

2014-01-28 Thread Norbert Thiebaud
vcl/source/app/svapp.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 831c00888089b3d8b47c11ad4bc79df7db8a1edb Author: Norbert Thiebaud Date: Tue Jan 28 02:13:56 2014 -0600 Revert "Fix commit 4959f369d9bdcc" This reverts commit d6d5f6803e7433c5b7bb

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

2014-01-28 Thread Sven Wehner
sc/source/ui/pagedlg/tptable.cxx | 79 +-- 1 file changed, 11 insertions(+), 68 deletions(-) New commits: commit 3fdbaaeebf4b03b57c5445f64888722a552de5dc Author: Sven Wehner Date: Tue Jan 28 09:22:26 2014 +0100 fdo#39468 Translate German comments (sc/

[Bug 39468] translate German comments, removing redundant ones

2014-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39468 --- Comment #99 from Commit Notification --- Sven Wehner committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=3fdbaaeebf4b03b57c5445f64888722a552de5dc fdo#39468 Transl

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

2014-01-28 Thread PriyankaGaikwad
sw/qa/extras/ooxmlexport/data/Shape.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport.cxx | 10 ++ writerfilter/source/dmapper/GraphicImport.cxx | 10 -- 3 files changed, 14 insertions(+), 6 deletions(-) New commits: commit d71d16958fad1975c17245f064d7dc32c581e220 A

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

2014-01-28 Thread Miklos Vajna
writerfilter/source/dmapper/GraphicImport.cxx |5 ++ writerfilter/source/ooxml/model.xml | 52 +- 2 files changed, 55 insertions(+), 2 deletions(-) New commits: commit f876c8a442977454a29377a703dc1cf630158d00 Author: Miklos Vajna Date: Tue Jan 28 10:34:2

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

2014-01-28 Thread Jacobo Aragunde Pérez
include/oox/drawingml/color.hxx | 11 include/oox/drawingml/lineproperties.hxx|9 include/oox/export/drawingml.hxx|1 oox/source/drawingml/color.cxx | 101 +++ oox/source/draw

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

2014-01-28 Thread Steve Yin
accessibility/source/standard/vclxaccessiblebox.cxx |1 + accessibility/source/standard/vclxaccessiblelist.cxx |1 + vcl/inc/vcl/vclevent.hxx |1 + vcl/source/control/combobox.cxx |2 +- vcl/source/control/lstbox.cxx

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

2014-01-28 Thread Miklos Vajna
sw/qa/extras/inc/swmodeltestbase.hxx | 72 +-- sw/qa/extras/rtfimport/rtfimport.cxx | 14 ++ 2 files changed, 82 insertions(+), 4 deletions(-) New commits: commit a9df0a63656b9aea2d8212760542b4a22a824422 Author: Miklos Vajna Date: Tue Jan 28 11:07:37 201

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

2014-01-28 Thread Chris Sherlock
include/vcl/svapp.hxx | 550 -- 1 file changed, 447 insertions(+), 103 deletions(-) New commits: commit a650d9e368b72c2490ff661a047cd6a11472158e Author: Chris Sherlock Date: Mon Jan 27 16:33:19 2014 +1100 Document Application class

[Bug 54157] LibreOffice 4.0 most annoying bugs

2014-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Foss changed: What|Removed |Added Depends on||56847 -- You are receiving this mail because: Yo

[Bug 65675] LibreOffice 4.2 most annoying bugs

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

Re: General question about vectors

2014-01-28 Thread Andrew Douglas Pitonyak
On 01/26/2014 07:35 PM, Chris Sherlock wrote: Libreoffice takes advantage of STL vectors throughout the codebase. So just a general question: under what circumstances is it better to use a for loop than an STL for_each loop? Are there specific advantages to for_each over a regular loop? I t

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

2014-01-28 Thread Andras Timar
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 136569c722c16d4dd25fda13827d45b8d49e5f6b Author: Andras Timar Date: Tue Jan 28 12:42:02 2014 +0100 Updated core Project: translations c6cc0f81fdcdcfb9ef6b6d8d3636900ebd755e8f diff --git a/trans

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

2014-01-28 Thread Steve Yin
accessibility/source/standard/vclxaccessiblebox.cxx |1 + accessibility/source/standard/vclxaccessiblelist.cxx |1 + include/vcl/vclevent.hxx |1 + vcl/source/control/combobox.cxx |2 +- vcl/source/control/lstbox.cxx

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - ae/97dcb5b8d2dead81b007c5c71daf608f0c7bc3

2014-01-28 Thread Caolán McNamara
ae/97dcb5b8d2dead81b007c5c71daf608f0c7bc3 |1 + 1 file changed, 1 insertion(+) New commits: commit 511e2c625d03f1f66bad82a6b7f1f71390f8fbfb Author: Caolán McNamara Date: Tue Jan 28 11:48:16 2014 + Notes added by 'git notes add' diff --git a/ae/97dcb5b8d2dead81b007c5c71daf608f0c7

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 --- Comment #72 from Dave Richards --- #73860 and #50855 seem possibly related : spacing between characters during font render. Nimbus Sans and Helvetica are similar fonts. -- You are receiving this mail because: You are on the CC list for the

[Libreoffice-commits] core.git: 2 commits - writerfilter/Library_writerfilter.mk writerfilter/source

2014-01-28 Thread Miklos Vajna
writerfilter/Library_writerfilter.mk |1 + writerfilter/source/dmapper/GraphicImport.cxx | 24 2 files changed, 25 insertions(+) New commits: commit 3dda94c22f83aa7133f5439d356f505c1831ec84 Author: Miklos Vajna Date: Tue Jan 28 14:28:08 2014 +0100 D

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

2014-01-28 Thread Eike Rathke
sc/source/ui/undo/undobase.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 801eabf43635fd125038b2de40a1bafe16c70bd9 Author: Eike Rathke Date: Tue Jan 28 14:56:21 2014 +0100 added ScBulkBroadcast to ScSimpleUndo::BroadcastChanges() ... to prevent repeated broad

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 3 commits - vcl/aqua

2014-01-28 Thread Herbert Dürr
vcl/aqua/source/gdi/ctfonts.cxx | 19 +++ 1 file changed, 19 insertions(+) New commits: commit a8cd1fab9a17df6179c31e1a73816f1bcd627a9b Author: Herbert Dürr Date: Tue Jan 28 13:31:31 2014 + #i124121# prevent oblique/italic emulation with ITALIC_DONTKNOW fonts diff

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

2014-01-28 Thread Michael Stahl
sw/source/filter/ww8/wrtww8.cxx | 10 -- sw/source/filter/ww8/ww8graf.cxx |4 sw/source/filter/ww8/ww8graf2.cxx |9 - sw/source/filter/ww8/ww8struc.hxx |4 4 files changed, 27 deletions(-) New commits: commit cd527aae72a0b2030d00151e2137b37165c65b96 Auth

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

2014-01-28 Thread Katarina Behrens
helpers/help_hid.lst | 19 - source/text/shared/01/0207.xhp | 76 ++--- 2 files changed, 38 insertions(+), 57 deletions(-) New commits: commit e763c498d00cb807019987ecb9c3f3d3297ce49b Author: Katarina Behrens Date: Tue Jan 28 15:16:

[Libreoffice-commits] core.git: helpcontent2

2014-01-28 Thread Katarina Behrens
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4d14a8d58b3c9f412595a76c7249d674df948c9d Author: Katarina Behrens Date: Tue Jan 28 15:16:44 2014 +0100 Updated core Project: help e763c498d00cb807019987ecb9c3f3d3297ce49b diff --git a/helpconte

[Libreoffice-commits] core.git: helpcontent2

2014-01-28 Thread Caolán McNamara
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 65fd78a12345a901d2459ee7298d1550b70b985a Author: Caolán McNamara Date: Tue Jan 28 13:25:37 2014 + Updated core Project: help 7ecb4fe031ebe53a09dc59144147259c1c5d0fcf diff --git a/helpconte

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

2014-01-28 Thread Caolán McNamara
source/text/shared/01/0207.xhp | 39 ++--- 1 file changed, 20 insertions(+), 19 deletions(-) New commits: commit 7ecb4fe031ebe53a09dc59144147259c1c5d0fcf Author: Caolán McNamara Date: Tue Jan 28 13:25:37 2014 + update help ids for calc paste spec

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - a4/40c753532e9ae1747ef3b3ed990d8b713913da

2014-01-28 Thread Caolán McNamara
a4/40c753532e9ae1747ef3b3ed990d8b713913da |1 + 1 file changed, 1 insertion(+) New commits: commit d4dd2fcac20cc3c11e4b5205f600404aefabaa24 Author: Caolán McNamara Date: Tue Jan 28 14:31:34 2014 + Notes added by 'git notes add' diff --git a/a4/40c753532e9ae1747ef3b3ed990d8b71391

[Libreoffice-commits] core.git: 5 commits - include/cppu include/salhelper include/typelib include/uno qadevOOo/runner

2014-01-28 Thread Stephan Bergmann
include/cppu/EnvGuards.hxx |2 +- include/salhelper/dynload.hxx|2 +- include/salhelper/timer.hxx | 16 include/typelib/typedescription.hxx |8 include/uno/environment.hxx |2 +-

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2a/589af317926bf7289f6738434df8160354663c

2014-01-28 Thread Caolán McNamara
2a/589af317926bf7289f6738434df8160354663c |1 + 1 file changed, 1 insertion(+) New commits: commit ca787cd9bae4d285921bc6da90bf2d0f34181bce Author: Caolán McNamara Date: Tue Jan 28 14:56:37 2014 + Notes added by 'git notes add' diff --git a/2a/589af317926bf7289f6738434df81603546

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 6e/08208380b1776ab8b84be5a3970770512bf9ef

2014-01-28 Thread Caolán McNamara
6e/08208380b1776ab8b84be5a3970770512bf9ef |1 + 1 file changed, 1 insertion(+) New commits: commit c993b8efee1f1b86f6ec109fbfd69502933659d7 Author: Caolán McNamara Date: Tue Jan 28 15:00:33 2014 + Notes added by 'git notes add' diff --git a/6e/08208380b1776ab8b84be5a3970770512bf

[Libreoffice-commits] translations.git: Branch 'distro/collabora/cp-4.1' - source/ca-valencia source/ca-XV source/kmr-Latn source/ku source/sh source/sr-Latn

2014-01-28 Thread Andras Timar
source/ca-XV/sw/source/ui/inc.po | 51 source/ca-valencia/sw/source/ui/inc.po | 51 source/kmr-Latn/sw/source/ui/inc.po| 51 source/ku/sw/source/ui/inc.po | 51

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.1' - 2 commits - distro-configs/CPLinux.conf l10ntools/source sw/AllLangResTarget_sw.mk sw/source

2014-01-28 Thread Andras Timar
distro-configs/CPLinux.conf |1 l10ntools/source/localize.cxx |2 - sw/AllLangResTarget_sw.mk |5 sw/source/ui/app/mn.src |2 - sw/source/ui/inc/misc.hrc | 27 -- sw/source/ui/inc/redline_tmpl.hrc | 39 ++

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

2014-01-28 Thread Andras Timar
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e1885f83d8a85e9b07e89c91c05e42efd260af69 Author: Andras Timar Date: Tue Jan 28 16:24:22 2014 +0100 Updated core Project: translations 5ddf76aa2b200f3d472fb5f97090ddd1812095a4 diff --git a/trans

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

2014-01-28 Thread Maxim Monastirsky
sc/source/ui/view/editsh.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 05f87e422b2f51ccf87bd0e7cba86e12a404199e Author: Maxim Monastirsky Date: Mon Jan 27 19:58:51 2014 +0200 fdo#74042 Don't attempt to copy more than a string has to offer Change

Re: General question about vectors

2014-01-28 Thread Stephan Bergmann
On 01/27/2014 06:34 AM, Andrew Douglas Pitonyak wrote: On 01/26/2014 07:35 PM, Chris Sherlock wrote: Libreoffice takes advantage of STL vectors throughout the codebase. So just a general question: under what circumstances is it better to use a for loop than an STL for_each loop? Are there speci

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

2014-01-28 Thread Herbert Dürr
dbaccess/source/core/api/TableDeco.cxx |1 + dbaccess/source/ui/dlg/sqlmessage.cxx |2 +- vcl/quartz/ctfonts.cxx |6 -- 3 files changed, 6 insertions(+), 3 deletions(-) New commits: commit 3e99ab21d389e12b5fca3ef6828a8cded49489ec Author: Herbert Dürr Date: Tue

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - a8/cd1fab9a17df6179c31e1a73816f1bcd627a9b

2014-01-28 Thread Caolán McNamara
a8/cd1fab9a17df6179c31e1a73816f1bcd627a9b |1 + 1 file changed, 1 insertion(+) New commits: commit 4c95cfbced15a559500468090712631c1494aab8 Author: Caolán McNamara Date: Tue Jan 28 15:19:57 2014 + Notes added by 'git notes add' diff --git a/a8/cd1fab9a17df6179c31e1a73816f1bcd627

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

2014-01-28 Thread Maxim Monastirsky
sc/source/ui/view/editsh.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7bd346b63be249e3ab2695a8f1e767baf0ba8861 Author: Maxim Monastirsky Date: Mon Jan 27 19:58:51 2014 +0200 fdo#74042 Don't attempt to copy more than a string has to offer Change

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

2014-01-28 Thread Miklos Vajna
sw/inc/fmtfsize.hxx |3 +++ sw/inc/unomid.h |1 + sw/inc/unoprnms.hxx |1 + sw/source/core/layout/atrfrm.cxx | 14 +- sw/source/core/layout/fly.cxx | 12 ++-- sw/source/core/unocore/unomap.cxx |2 ++ 6 files

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

2014-01-28 Thread Eike Rathke
sc/source/ui/view/editsh.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0b3c6203f87f72684ad018963674a10e1c6f7c36 Author: Eike Rathke Date: Tue Jan 28 16:59:22 2014 +0100 give MSVC a hint to not break the build, fdo#74042 related ... and be explic

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

2014-01-28 Thread Jacobo Aragunde Pérez
include/oox/drawingml/shape.hxx |2 + oox/source/drawingml/shape.cxx | 39 +-- oox/source/export/drawingml.cxx |8 +++--- sw/qa/extras/ooxmlexport/ooxmlexport.cxx |6 4 files changed, 34 insertions(+), 21 deletions(-) New

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

2014-01-28 Thread Eike Rathke
sc/source/ui/view/editsh.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit cac1123cb9d847da7a04384320f34fa03e3e21ff Author: Eike Rathke Date: Tue Jan 28 16:59:22 2014 +0100 give MSVC a hint to not break the build, fdo#74042 related ... and be explic

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

2014-01-28 Thread Caolán McNamara
svx/source/tbxctrls/tbunocontroller.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8138c07b984ba1654483b4dc3488820ca4deaaca Author: Caolán McNamara Date: Tue Jan 28 16:09:58 2014 + Resolves: fdo#73051 font size menubar widget too narrow regr

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

2014-01-28 Thread Stephan Bergmann
sw/source/filter/ww8/wrtww8.cxx |2 - sw/source/filter/ww8/ww8graf2.cxx |8 +++ sw/source/filter/ww8/ww8scan.cxx |8 +++ sw/source/filter/ww8/ww8struc.hxx | 39 +- 4 files changed, 35 insertions(+), 22 deletions(-) New commits: commit 4

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - dbaccess/source oox/source reportdesign/source sd/source sfx2/source sw/source unoxml/source writerfilter/source xmloff/source

2014-01-28 Thread Herbert Dürr
dbaccess/source/ui/misc/UITools.cxx | 22 +++--- dbaccess/source/ui/querydesign/JoinController.cxx |2 dbaccess/source/ui/querydesign/QueryTableView.cxx |2 dbaccess/source/ui/tabledesign/TEditControl.cxx |2 oox/sour

[Bug 36864] Calc cell format for Bytes

2014-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36864 --- Comment #21 from Ayantha Randika --- Thanks fro the advice. I'm really new here and don't have many experiences using this kind of forums :) thanks. -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug 64337] VIEWING: UX: Ctrl+F in LibreOffice Start Center opens an empty toolbar

2014-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64337 Jorendc changed: What|Removed |Added CC||libreoffice@lists.freedeskt

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - b8/9fd5b3f8f692cba007f377d7334e846a38705d

2014-01-28 Thread Caolán McNamara
b8/9fd5b3f8f692cba007f377d7334e846a38705d |1 + 1 file changed, 1 insertion(+) New commits: commit c35fe79a8230213b31ae0f8a1e570685615671a8 Author: Caolán McNamara Date: Tue Jan 28 16:28:14 2014 + Notes added by 'git notes add' diff --git a/b8/9fd5b3f8f692cba007f377d7334e846a387

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

2014-01-28 Thread Caolán McNamara
filter/source/graphicfilter/ipsd/ipsd.cxx |1 + svx/source/tbxctrls/tbunocontroller.cxx | 22 +- 2 files changed, 18 insertions(+), 5 deletions(-) New commits: commit 780eb9f704e7a61f43624a2c03b4f6a15647a1a1 Author: Caolán McNamara Date: Tue Jan 28 16:53:55 2014 +0

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

2014-01-28 Thread Caolán McNamara
vcl/source/filter/jpeg/JpegReader.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 622d57e9e33a63849f0a472c0cb3e94513f784c0 Author: Caolán McNamara Date: Mon Jan 27 15:05:33 2014 + Resolves: fdo#74051 support 8430x11700 jpegs Change-Id:

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

2014-01-28 Thread Caolán McNamara
vcl/source/filter/jpeg/JpegReader.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 5ced55668d729c49c154f9d2d81907f3d44e3593 Author: Caolán McNamara Date: Mon Jan 27 15:05:33 2014 + Resolves: fdo#74051 support 8430x11700 jpegs Change-Id:

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

2014-01-28 Thread Jan Holesovsky
vcl/source/window/window.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit ba9b0e9c1a48c612386be6e1acf6e39275ab30c6 Author: Jan Holesovsky Date: Tue Jan 28 17:06:40 2014 +0100 hidpi: Set the mnDPIScale during initialization too, of course. Change-Id: I71b4607d08

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

2014-01-28 Thread Caolán McNamara
cui/source/tabpages/backgrnd.cxx |7 +-- dbaccess/source/ui/tabledesign/TableUndo.hxx |1 - 2 files changed, 5 insertions(+), 3 deletions(-) New commits: commit d7a10b9c999fe3df7095f1f1ccc2acc185077927 Author: Caolán McNamara Date: Tue Jan 28 17:05:42 2014 + c

Font size dropdown regression

2014-01-28 Thread Keith Curtis
Hi; Sorry for causing bug: http://cgit.freedesktop.org/libreoffice/core/commit/?id=8138c07b984ba1654483b4dc3488820ca4deaaca https://bugs.freedesktop.org/show_bug.cgi?id=73051 I'm not exactly sure what is going on, but on my HiDPI machine with the 30 value I can fit 7 digits! Too many is better th

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

2014-01-28 Thread Kohei Yoshida
sc/inc/document.hxx|5 - sc/source/core/data/document10.cxx | 20 sc/source/ui/undo/undoblk.cxx |2 +- 3 files changed, 1 insertion(+), 26 deletions(-) New commits: commit 67cab8548356109d52317c797649ab31585db5ae Author: Kohei Yoshida Date:

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

2014-01-28 Thread Stephan Bergmann
toolkit/source/controls/unocontrolmodel.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 478ec0126ba8b2d89fadcc02b52bfb29c2edb9d8 Author: Stephan Bergmann Date: Tue Jan 28 18:30:23 2014 +0100 This has always only converted the condition of ?: to long

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

2014-01-28 Thread Herbert Dürr
editeng/inc/editeng/outlobj.hxx |8 +++- editeng/source/outliner/outlobj.cxx |4 2 files changed, 7 insertions(+), 5 deletions(-) New commits: commit 2738b2ea2df22759f32b687d08fd6868b425760e Author: Herbert Dürr Date: Tue Jan 28 16:24:44 2014 + #i123228# Paragrap

[Libreoffice-commits] core.git: Branch 'private/moggi/chart-opengl-rebase' - external/glew

2014-01-28 Thread Markus Mohrhard
external/glew/glew-fix-rc-error.patch.1 | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) New commits: commit be78e303f49dacef8018a819fa9cb1a39ba7b776 Author: Markus Mohrhard Date: Tue Jan 28 08:00:36 2014 +0100 fix glew windows build Change-Id: Ib73a

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

2014-01-28 Thread Matúš Kukan
codemaker/source/cppumaker/cpputype.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fb92c8d6a456bf99eff5b5786b3c9fe22d547615 Author: Matúš Kukan Date: Tue Jan 28 19:47:27 2014 +0100 copy&paste typo Change-Id: I528a6a747e88fe2a4b4abfd9372daddf4e8

Patch for wrong fontnames on bigendian systems

2014-01-28 Thread Matthieu Riolo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello everyone I just fixed a bug which only occurs on bigendian systems. The bug and the patch can be found on: https://issues.apache.org/ooo/show_bug.cgi?id=124134 Feel free to apply it to the LibreOffice code. Greetings Matthieu Riolo - -- A

Re: Patch for wrong fontnames on bigendian systems

2014-01-28 Thread Norbert Thiebaud
On Tue, Jan 28, 2014 at 8:26 AM, Matthieu Riolo wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello everyone > > I just fixed a bug which only occurs on bigendian systems. The bug and > the patch can be found on: > > https://issues.apache.org/ooo/show_bug.cgi?id=124134 > > Feel free

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

2014-01-28 Thread Matúš Kukan
framework/source/services/autorecovery.cxx | 113 ++--- 1 file changed, 56 insertions(+), 57 deletions(-) New commits: commit 945c08e35e1d1416e438bc000bee0f1191f1f694 Author: Matúš Kukan Date: Tue Jan 28 20:10:20 2014 +0100 using cppu::WeakComponentImplHelperBas

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

2014-01-28 Thread Michael Stahl
svx/source/tbxctrls/tbcontrl.cxx |7 +-- sw/source/core/fields/reffld.cxx | 30 +++--- 2 files changed, 24 insertions(+), 13 deletions(-) New commits: commit d9896aeeedb0ca03bec65df23e2fd96f30239619 Author: Michael Stahl Date: Tue Jan 28 20:45:20 2014 +0100

Re: Removing OpenOffice.org legacy format types from Save As

2014-01-28 Thread Thorsten Behrens
Kohei Yoshida wrote: > Now, I personally don't mind seeing them gone, and, if removing them is > problematic we can easily revive them later (though I personally doubt > anyone would miss them). Anyone passionately object to merging this > patch? > Nope. I think it's beneficial to rid ourselves o

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

2014-01-28 Thread Julien Nabet
editeng/source/editeng/eerdll.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9dbcb79782d6a5b80c21a0c093537d18425b826f Author: Julien Nabet Date: Tue Jan 28 22:05:50 2014 +0100 Following cp#125 Change-Id: I7d005fdd67e479852e9869332d3976b4a7095

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.1' - 2 commits - configure.ac scp2/source solenv/bin

2014-01-28 Thread Tor Lillqvist
configure.ac |1 + scp2/source/ooo/file_library_ooo.scp |2 ++ solenv/bin/macosx-codesign-app-bundle |1 - 3 files changed, 3 insertions(+), 1 deletion(-) New commits: commit 838ebc1da42026f53d0d755c8c19fe68a861 Author: Tor Lillqvist Date: Tue Jan 28 2

Re: Font size dropdown regression

2014-01-28 Thread Keith Curtis
Just a quick follow up. After sending that mail, I noticed Caolán made a better fix: http://cgit.freedesktop.org/libreoffice/core/commit/?id=780eb9f704e7a61f43624a2c03b4f6a15647a1a1 I've just now finished a build and can confirm it looks great. Thank you... -Keith On Tue, Jan 28, 2014 at 12:00 P

[Libreoffice-commits] core.git: Branch 'private/moggi/chart-opengl-rebase' - 2 commits - external/glew

2014-01-28 Thread Markus Mohrhard
external/glew/ExternalProject_glew.mk |2 +- external/glew/glew-fix-rc-error.patch.1 |3 --- 2 files changed, 1 insertion(+), 4 deletions(-) New commits: commit 1e43862a6a6070fed03bba860847bb829defa156 Author: Markus Mohrhard Date: Wed Jan 29 00:14:19 2014 +0100 we only need the

Re: Removing OpenOffice.org legacy format types from Save As

2014-01-28 Thread Kohei Yoshida
On Tue, 2014-01-28 at 21:38 +0100, Thorsten Behrens wrote: > Kohei Yoshida wrote: > > Now, I personally don't mind seeing them gone, and, if removing them is > > problematic we can easily revive them later (though I personally doubt > > anyone would miss them). Anyone passionately object to mergin

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

2014-01-28 Thread Bryan Quigley
filter/source/config/fragments/filters/StarOffice_XML__Base_.xcu |2 +- filter/source/config/fragments/filters/StarOffice_XML__Calc_.xcu |2 +- filter/source/config/fragments/filters/StarOffice_XML__Chart_.xcu

Re: North America Touching Basis

2014-01-28 Thread Robinson Tryon
[cc'ing US-marketing list] On Fri, Jan 24, 2014 at 7:07 AM, Joel Madero wrote: > Hi All! > > This is just touching basis with the North America team as it's been > awhile since we've all had time to talk. The chat has been a little > quiet lately, I'm sure everyone is busy but wanted to say hello

[Libreoffice-commits] core.git: 10 commits - editeng/source include/svx include/vcl sd/source sfx2/source svx/source sw/source writerfilter/source

2014-01-28 Thread Norbert Thiebaud
editeng/source/misc/hangulhanja.cxx | 59 +-- include/svx/nbdtmg.hxx | 11 +++-- include/vcl/layout.hxx |1 sd/source/ui/sidebar/MasterPagesSelector.cxx |1 sfx2/source/doc/docfilt.cxx |

LibreOffice Gerrit News for core on 2014-01-29

2014-01-28 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things ! + fdo#71763: F6 key moves focus on this trip: Menu -> Sidebar -> Thumbnail in https://gerrit.libreoffice.org/7486 from Zolnai Tamás about module build, include

Re: OpenGL on Linux

2014-01-28 Thread Markus Mohrhard
Hey Robinson, On Wed, Jan 29, 2014 at 6:57 AM, Robinson Tryon wrote: > On Sat, Jan 11, 2014 at 9:54 AM, Markus Mohrhard > wrote: > > > > Could some of you please send me the output of glxinfo to provide a > picture > > which OpenGL versions are available and more importantly which OpenGL > > ex

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

2014-01-28 Thread Markus Mohrhard
external/glew/ExternalProject_glew.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 993eff9f18ee22d2d70d23bc65e36bba3d4755e0 Author: Markus Mohrhard Date: Wed Jan 29 00:14:19 2014 +0100 we only need the glew libs Change-Id: Ibb67b7cbf9c41188f026826c

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

2014-01-28 Thread Markus Mohrhard
external/glew/glew-fix-rc-error.patch.1 |3 --- 1 file changed, 3 deletions(-) New commits: commit 92e4fba40106ee9941f584a8b554483fdeab Author: Markus Mohrhard Date: Wed Jan 29 00:11:28 2014 +0100 remove unnecessary lines in glew patch Change-Id: Ib5b12ab6502bbee92fd16f24