Re: Master failed to compile on framework module

2012-08-28 Thread julien2412
I runned make clean make this morning and here are the details. [ build LNK ] Library/libxstor.so /home/julien/compile-libreoffice/libo/framework/source/lomenubar/FrameHelper.cxx: In member function ‘void FrameHelper::dispatchCommand(rtl::OUString)’:

Re: Master failed to compile on framework module

2012-08-28 Thread Noel Grandin
Looks like fallout from my recent UNO patches. Until it's fixed, add a line like using com::sun::star::frame::DispatchHelper; near line 100. On 2012-08-28 08:18, julien2412 wrote: I runned make clean make this morning and here are the details. [ build LNK ] Library/libxstor.so

Bug 53673 - [LABELS][MAILMERGE] Labels broken with mailmerge - help requested

2012-08-28 Thread Winfried Donkers
Hi all, Libreoffice 3.6 introduced bug 53673, a problem when working with documents generated by the label wizard. The layout of the frames gets broken when saving (or opening?) these documents. It is possible that the cause of this is in the label wizard (e.g. incorrect placement of frames),

[Libreoffice-commits] .: ios/qa

2012-08-28 Thread Libreoffice Gerrit user
ios/qa/sc/Makefile | 14 +- ios/qa/sc/filters-test.m | 14 -- 2 files changed, 21 insertions(+), 7 deletions(-) New commits: commit 9148c703235527d863978e1e947cce060cf49ef9 Author: Tor Lillqvist t...@iki.fi Date: Mon Aug 27 19:39:59 2012 +0300 Incomplete

[Libreoffice-commits] .: sal/qa toolkit/inc unusedcode.easy

2012-08-28 Thread Libreoffice Gerrit user
sal/qa/rtl/uuid/rtl_Uuid.cxx| 12 toolkit/inc/toolkit/awt/vclxprinter.hxx |3 ++- unusedcode.easy |3 +-- 3 files changed, 3 insertions(+), 15 deletions(-) New commits: commit 78fe6b835840049434170003a8dcf14535fd7bf2 Author: Caolán

[Libreoffice-commits] .: sw/source

2012-08-28 Thread Libreoffice Gerrit user
sw/source/core/edit/edundo.cxx |7 +++ 1 file changed, 7 insertions(+) New commits: commit fb63bdd04119698a2c8e40f946cd222d3114cb7f Author: Cédric Bosdonnat cedric.bosdon...@free.fr Date: Tue Aug 28 10:07:21 2012 +0200 fdo#36681: fixed view window after redoing a frame delete

Re: make_installer 'touching' files in solver ?

2012-08-28 Thread David Tardon
Hi, On Mon, Aug 27, 2012 at 08:53:16AM +0200, Stephan Bergmann wrote: On 08/25/2012 10:42 AM, Matúš Kukan wrote: I was doing --enable-epm build (it was probably mistake) and had problems with 'make check' something seems to be 'touching' version libraries in solver. (libuno_sal.so.3

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sc/source

2012-08-28 Thread Libreoffice Gerrit user
sc/source/core/tool/address.cxx | 95 +++- 1 file changed, 65 insertions(+), 30 deletions(-) New commits: commit 2a6ada4a4dab3edb0896ac5665623c0d4727baf7 Author: Eike Rathke er...@redhat.com Date: Tue Aug 28 00:04:20 2012 +0200 resolved fdo#51926

Re:[PUSHED] [REVIEW 3-6] resolved fdo#51926 handle .xlsm link to external sheet with space

2012-08-28 Thread Noel Power
On 27/08/12 23:28, Eike Rathke wrote: Hi, We may want this in 3-6 http://cgit.freedesktop.org/libreoffice/core/commit/?id=85e40d787e9aacadfd8599791c83d09eb04e46d5 fixes https://bugs.freedesktop.org/show_bug.cgi?id=51926 Formula references to external documents' sheets with names containing

Re: [PUSHED][REVIEW-3-6] fix for fdo#53839, don't crash for invalid repaint range in cond format code

2012-08-28 Thread Noel Power
On 28/08/12 02:36, Markus Mohrhard wrote: Hey, This patch is absolutely safe and will prevent the crash for now. For master I will need to think about a clean concept that also removes the performance problems with the current approach. agreed, patch is safe Noel

[PATCH] Modifying comments to meet doxygen standards

2012-08-28 Thread Gerrit
From abdulmajeed ahmed aalabdulraz...@kacst.edu.sa: abdulmajeed ahmed has uploaded a new change for review. Change subject: Modifying comments to meet doxygen standards .. Modifying comments to meet doxygen standards

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sc/source

2012-08-28 Thread Libreoffice Gerrit user
sc/source/core/data/conditio.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9f14fa5f5f6c6edd596a0bfaa9a24facb5c6d83f Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Tue Aug 28 02:59:39 2012 +0200 don't crash for invalid repaint ranges in cond

[Libreoffice-commits] .: framework/source

2012-08-28 Thread Libreoffice Gerrit user
framework/source/lomenubar/FrameHelper.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 043d6b6442c1f60838f9502a1e198a1e6a57a123 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Aug 28 10:46:42 2012 +0200 Missing using com::sun::star::frame::DispatchHelper

--enable-lomenubar (was: Master failed to compile on framework module)

2012-08-28 Thread Stephan Bergmann
On 08/28/2012 08:18 AM, julien2412 wrote: I runned make clean make this morning and here are the details. [ build LNK ] Library/libxstor.so /home/julien/compile-libreoffice/libo/framework/source/lomenubar/FrameHelper.cxx: In member function ‘void FrameHelper::dispatchCommand(rtl::OUString)’:

Re: [PATCH (partial)] Writer autocompletion feature

2012-08-28 Thread Jan Holesovsky
Hi Tomaž, Tomaž Vajngerl píše v Po 27. 08. 2012 v 10:42 +0200: [...snipped lots of good stuff...] I will remove all the usage of old sorted vector for autocompletion in the near future, but other things will need to wait. Beautiful, thanks so much for all that! :-) All the best, Kendy

Re: localize spreadsheet style template names runtime

2012-08-28 Thread Jan Holesovsky
Hi UX guys, Any input on this, please? :-) Should we add it to menu somewhere? [Summary: One can apply themes/templates for sheets in Calc, but the functionality is buried under a button that is not even visible by default.] Thank you, Kendy Olivier Hallot píše v Ne 26. 08. 2012 v 07:05

Re: using syslog instead of console for messages

2012-08-28 Thread Stephan Bergmann
On 08/27/2012 08:04 PM, Riccardo Magliocchetti wrote: So here's a quick patch, not even compile tested because i have few questions to resolve before considering it ready for review: - what about errors? it looks like SAL does not have a level for errors. I'd like to have the errors in

Re: localize spreadsheet style template names runtime

2012-08-28 Thread Andras Timar
Hi Olivier, 2012/8/26 Olivier Hallot olivier.hal...@documentfoundation.org: (and, while we are there, shouldn't we use open fonts?) Yes, we should. If I remember correctly you did it for other templates, so feel free to fix these, too. Also, the internal name of xos.ots (Be) could be changed.

[Libreoffice-commits] .: sc/source

2012-08-28 Thread Libreoffice Gerrit user
sc/source/ui/view/cliputil.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d27a7b8c5b96eb328918cc67b9b5562b8870f2ac Author: Noel Power noel.po...@suse.com Date: Mon Aug 27 18:02:18 2012 +0100 allow paste paste special for unmatching dest (single) range

Re: [PUSHED-3-6] fdo#53399 Word count is inconsistent and wrong with non-brea...

2012-08-28 Thread Caolán McNamara
On Wed, 2012-08-22 at 17:25 +0100, Michael Meeks wrote: It'd be great to have: http://cgit.freedesktop.org/libreoffice/core/commit/?id=3ba107606682b5e675127483a514f0e6580ecfd1 reviewed and cherry-picked by someone - Caolan ? Looks sane to me, and its got a regression test,

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sw/qa sw/source

2012-08-28 Thread Libreoffice Gerrit user
sw/qa/core/swdoc-test.cxx | 10 -- sw/source/core/txtnode/txtedt.cxx | 13 +++-- 2 files changed, 11 insertions(+), 12 deletions(-) New commits: commit 48d1979dc3fb4618e04f37e5090c66ddf2fdad3a Author: Muhammad Haggag mhag...@gmail.com Date: Wed Aug 22 16:46:23 2012

Re: --enable-lomenubar (was: Master failed to compile on framework module)

2012-08-28 Thread Bjoern Michaelsen
On Tue, Aug 28, 2012 at 10:52:21AM +0200, Stephan Bergmann wrote: However, I'm unable to configure --enable-lomenubar on Fedora 17. configure.in checks for dbusmenu-gtk, but Fedora only has dbusmenu-qt. Any known solution for this? Pleas dont bother too much with that --enable-lomenubar code

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Bug 6 depends on bug 53399, which changed state. Bug 53399 Summary: Word count inconsistent and wrong with non-breaking space https://bugs.freedesktop.org/show_bug.cgi?id=53399 What|Old Value |New Value

[REVIEW-3-6] fix for fdo#46250

2012-08-28 Thread Noel Power
This patch makes lessens the strictness when determining when paste special-paste can be applied, please consider http://cgit.freedesktop.org/libreoffice/core/commit/?id=d27a7b8c5b96eb328918cc67b9b5562b8870f2ac for cherry-picking to 3.6. Kohei, my initial gung-ho-ness for additionally

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 36681, which changed state. Bug 36681 Summary: EDITING: after insert/removal of a picture (or alike) view scrolls to begin/end of document https://bugs.freedesktop.org/show_bug.cgi?id=36681 What|Old

Re: HardHacks

2012-08-28 Thread Cedric Bosdonnat
Hi Rainer, On Sat, 2012-08-25 at 08:31 +0200, Rainer Bielefeld wrote: 36681 All Writer - EDITING: after insert/removal of a picture (or alike) view scrolls to begin/end of document https://bugs.freedesktop.org/show_bug.cgi?id=36681 Fixed. -- Cedric

[Libreoffice-commits] .: i18npool/source

2012-08-28 Thread Libreoffice Gerrit user
i18npool/source/breakiterator/data/README |3 +++ 1 file changed, 3 insertions(+) New commits: commit 5d1d4c940ad47ec3dacdf40d82b40836c99e02c3 Author: Caolán McNamara caol...@redhat.com Date: Tue Aug 28 10:48:57 2012 +0100 document what the three FOO_word things are for

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

2012-08-28 Thread Libreoffice Gerrit user
sw/qa/extras/rtfimport/data/fdo52052.rtf | 23 +++ sw/qa/extras/rtfimport/rtfimport.cxx |9 sw/qa/extras/swmodeltestbase.hxx | 15 +-- writerfilter/source/rtftok/rtfdocumentimpl.cxx | 51 ++---

Re: localize spreadsheet style template names runtime

2012-08-28 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Kendy, All Thanks for raising the issue. May be as one of the buttons in the Styles and Formatting window. There are spots available in the window for Calc. But I think it should be visible in the templates selection as well. There are some cell

[Libreoffice-commits] .: 2 commits - cui/source i18npool/source sc/source svl/inc svl/source

2012-08-28 Thread Libreoffice Gerrit user
cui/source/tabpages/numfmt.cxx|9 + i18npool/source/localedata/data/en_GB.xml |6 ++ i18npool/source/localedata/data/en_US.xml |6 ++ sc/source/core/tool/cellform.cxx |6 +++--- sc/source/ui/view/output2.cxx |6 +++---

[PATCH] Change in core[libreoffice-3-6]: fdo#52052 fix RTF import of page breaks on landscape pages

2012-08-28 Thread Gerrit
From Miklos Vajna vmik...@suse.cz: Miklos Vajna has uploaded a new change for review. Change subject: fdo#52052 fix RTF import of page breaks on landscape pages .. fdo#52052 fix RTF import of page breaks on landscape pages The

Re: PATCH (tweaking the fill in character support in Calc Number Format Strings)

2012-08-28 Thread Noel Power
On 27/08/12 15:29, Johann Messner wrote: Now, I am wound up to a high pitch ... I am looking forward to a binary LO release in the future featuring the fill in character Cell format specifier ;-))) thanks once again for your nice patches, you can see them

[Libreoffice-commits] .: writerfilter/source

2012-08-28 Thread Libreoffice Gerrit user
writerfilter/source/rtftok/rtfdocumentimpl.cxx | 16 - writerfilter/source/rtftok/rtfdocumentimpl.hxx |4 --- writerfilter/source/rtftok/rtftokenizer.cxx| 30 +++-- writerfilter/source/rtftok/rtftokenizer.hxx|8 ++ 4 files changed, 36

[Bug 35673] LibreOffice 3.4 most annoying bugs

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Roman Eisele b...@eikota.de changed: What|Removed |Added Status|RESOLVED|CLOSED CC|

[Libreoffice-commits] .: i18npool/source

2012-08-28 Thread Libreoffice Gerrit user
i18npool/source/localedata/data/hr_HR.xml |1 + 1 file changed, 1 insertion(+) New commits: commit c2b40d6fa57e0176d52ec4ac0565de352064c661 Author: Eike Rathke er...@redhat.com Date: Tue Aug 28 13:35:53 2012 +0200 fdo#52240 added D.M date acceptance pattern to [hr-HR]

[Libreoffice-commits] .: vcl/unx

2012-08-28 Thread Libreoffice Gerrit user
vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx | 17 + vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx | 14 ++ 2 files changed, 27 insertions(+), 4 deletions(-) New commits: commit 58d757fd295d48bcd2eef51c2f41f5014c1cda21 Author: Ivan Timofeev timofeev@gmail.com

[Libreoffice-commits] .: wizards/com wizards/source

2012-08-28 Thread Libreoffice Gerrit user
wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.java |9 wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.java| 52 ++ wizards/com/sun/star/wizards/fax/FaxWizardDialogResources.java | 16

[PATCH] Change in core[libreoffice-3-6]: fdo#52240 added D.M date acceptance pattern to [hr-HR]

2012-08-28 Thread Gerrit
From Eike Rathke er...@redhat.com: Eike Rathke has uploaded a new change for review. Change subject: fdo#52240 added D.M date acceptance pattern to [hr-HR] .. fdo#52240 added D.M date acceptance pattern to [hr-HR] Change-Id:

[Libreoffice-commits] .: 2 commits - i18npool/qa i18npool/source package/source

2012-08-28 Thread Libreoffice Gerrit user
i18npool/qa/cppunit/test_breakiterator.cxx | 40 i18npool/source/breakiterator/data/README |8 - package/source/zipapi/XUnbufferedStream.cxx |4 ++ 3 files changed, 45 insertions(+), 7 deletions(-) New commits: commit

[Bug 54157] LibreOffice 3.7 most annoying bugs

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added CC|

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Petr Mladek pmla...@suse.cz changed: What|Removed |Added Depends on||48828 --- Comment #359

[PATCH] Change Calc templates fonts

2012-08-28 Thread Gerrit
From Olivier Hallot olivier.hal...@alta.org.br: Olivier Hallot has uploaded a new change for review. Change subject: Change Calc templates fonts .. Change Calc templates fonts Replace non free fonts from Calc templates with

Re: localize spreadsheet style template names runtime

2012-08-28 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Andras Em 28-08-2012 06:08, Andras Timar escreveu: Hi Olivier, 2012/8/26 Olivier Hallot olivier.hal...@documentfoundation.org: (and, while we are there, shouldn't we use open fonts?) Yes, we should. If I remember correctly you did it for

[Libreoffice-commits] .: extras/source

2012-08-28 Thread Libreoffice Gerrit user
extras/source/templates/wizard/styles/black_white.ots |binary extras/source/templates/wizard/styles/blackberry.ots |binary extras/source/templates/wizard/styles/default.ots |binary extras/source/templates/wizard/styles/diner.ots|binary

[PUSHED] Change Calc templates fonts

2012-08-28 Thread Gerrit
From Andras Timar ati...@suse.com: Andras Timar has submitted this change and it was merged. Change subject: Change Calc templates fonts .. Change Calc templates fonts Replace non free fonts from Calc templates with open,

[Libreoffice-commits] .: 4 commits - sc/source

2012-08-28 Thread Libreoffice Gerrit user
sc/source/core/data/conditio.cxx |2 - sc/source/filter/xml/XMLStylesImportHelper.cxx | 33 - sc/source/filter/xml/xmlcelli.cxx | 30 +++--- 3 files changed, 16 insertions(+), 49 deletions(-) New commits: commit

[PATCH] Basic IDE: namespace basctl

2012-08-28 Thread Gerrit
From János Uray uray.ja...@gmail.com: János Uray has uploaded a new change for review. Change subject: Basic IDE: namespace basctl .. Basic IDE: namespace basctl Now all names in basctl are in namespace 'basctl'. There were

[PATCH] Cleanup in Tools Options User Data

2012-08-28 Thread Gerrit
From János Uray uray.ja...@gmail.com: János Uray has uploaded a new change for review. Change subject: Cleanup in Tools Options User Data .. Cleanup in Tools Options User Data Change-Id:

Re: [PUSHED] java cleanup patches

2012-08-28 Thread Stephan Bergmann
On 08/27/2012 01:43 PM, Noel Grandin wrote: These patches remove various bits of dead code, and perform some mild cleanup. The change to jurt/com/sun/star/lib/uno/environments/remote/Job.java in 0006 was unsound. The rest looked good. Stephan ___

Re: Higher‐resolution OpenDocument icons for Mac OS X

2012-08-28 Thread Stefan Knorr (Astron)
Hi Nicholas, I am taking the liberty to add the design list into CC here... Astron. On 27 August 2012 16:58, Nicholas Shanks nicksha...@nickshanks.com wrote: Since I am unable to compile LO, I figured I would work on the artwork a bit. I noticed that the Windows .ico files included a 256px

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Bug 6 depends on bug 53839, which changed state. Bug 53839 Summary: CRASH when insert row in particular document https://bugs.freedesktop.org/show_bug.cgi?id=53839 What|Old Value |New Value

Re: [PUSHED] java cleanup patches

2012-08-28 Thread Noel Grandin
On 2012-08-28 16:16, Stephan Bergmann wrote: On 08/27/2012 01:43 PM, Noel Grandin wrote: These patches remove various bits of dead code, and perform some mild cleanup. The change to jurt/com/sun/star/lib/uno/environments/remote/Job.java in 0006 was unsound. The rest looked good.

[Bug 54157] LibreOffice 3.7 most annoying bugs

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Depends on||53872

[Libreoffice-commits] .: 2 commits - accessibility/inc accessibility/source dbaccess/source framework/source svtools/inc svtools/source svx/source

2012-08-28 Thread Libreoffice Gerrit user
accessibility/inc/accessibility/extended/AccessibleBrowseBoxCheckBoxCell.hxx | 4 - accessibility/source/extended/AccessibleBrowseBoxCheckBoxCell.cxx| 2 accessibility/source/helper/acc_factory.cxx | 5 -

[PATCH] fdo#50089 UI accelerators for Table design and Slide transit...

2012-08-28 Thread Gerrit
From Samuel Mehrbrodt s.mehrbr...@gmail.com: Samuel Mehrbrodt has uploaded a new change for review. Change subject: fdo#50089 UI accelerators for Table design and Slide transition .. fdo#50089 UI accelerators for Table design

Re: [REVIEW-3-6][REVIEW-3-5] fix for fdo#49255 FORMATTING: row height not preserved after FILESAVE and reopen

2012-08-28 Thread Noel Power
I never did attach the patch in question :-/ cherry-pickers welcome Noel On 24/08/12 11:24, Noel Power wrote: please excuse my old school use of the mail-list, Looking at http://wiki.documentfoundation.org/Development/gerrit/SubmitPatch Only the last line is special and will push all

[Libreoffice-commits] .: 2 commits - sc/source

2012-08-28 Thread Libreoffice Gerrit user
sc/source/core/data/column3.cxx |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit 7a8040665f40fbcb4fa58c036aa066f061abd9ba Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Tue Aug 28 18:47:37 2012 +0200 prevent double delete of broadcaster,

[REVIEW-3-6] fix for fdo#54074, fdo#53364 and maybe for fdo#49520, don't delete broadcasters in formula cells twice

2012-08-28 Thread Markus Mohrhard
Hey, [1] fixes a serious bug in calc that happens in a formula cell with a broadcaster that has listeners is deleted. The problem is that the Broadcaster is deleted twice. Once as part of the ScFormulaCell and once as part of the ScNoteCell that is used as replacement for the ScFormulaCell. We

[Libreoffice-commits] .: sc/source

2012-08-28 Thread Libreoffice Gerrit user
sc/source/filter/excel/xecontent.cxx | 27 +-- sc/source/filter/inc/xecontent.hxx |1 + 2 files changed, 26 insertions(+), 2 deletions(-) New commits: commit efc7e271384b161dcfbea0f97a3e3efc41823f16 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date:

Re: --enable-lomenubar (was: Master failed to compile on framework module)

2012-08-28 Thread julien2412
Thank you Stephan for the fix, it works now. Julien -- View this message in context: http://nabble.documentfoundation.org/Master-failed-to-compile-on-framework-module-tp4003926p4004086.html Sent from the Dev mailing list archive at Nabble.com. ___

[PATCH] fdo#39468: Translated German comments in sc/source/core/tool

2012-08-28 Thread Gerrit
From gerhard öttl lo...@ogersoft.at: gerhard öttl has uploaded a new change for review. Change subject: fdo#39468: Translated German comments in sc/source/core/tool .. fdo#39468: Translated German comments in

Re: --enable-lomenubar (was: Master failed to compile on framework module)

2012-08-28 Thread julien2412
Bjoern, do you mean lomenubar part could be removed completely on master from now or is it a little early to think about it? -- View this message in context: http://nabble.documentfoundation.org/Master-failed-to-compile-on-framework-module-tp4003926p4004094.html Sent from the Dev mailing list

make check fails on master with --enable-ext-numbertext

2012-08-28 Thread julien2412
Hello, On pc Debian x86-64 with master sources updated today, I runned make check. I had this: : SUCCESS: Source for services.rdb: /home/julien/compile-libreoffice/libo/solver/unxlngx6/xml/services.rdb : : ERROR: Removing file numbertext.oxt from file list. : : : Removing directory

[Libreoffice-commits] .: basic/inc basic/source

2012-08-28 Thread Libreoffice Gerrit user
basic/inc/basic/basmgr.hxx |4 ++-- basic/source/basmgr/basmgr.cxx | 12 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) New commits: commit 9e2f8b9ec2d7418145cf514431e248e55e732cdb Author: Takeshi Abe t...@fixedpoint.jp Date: Tue Aug 28 13:52:19 2012 +0900 Fix

[PUSHED] Fix typo ImpLoadLibary

2012-08-28 Thread Gerrit
From Kohei Yoshida kohei.yosh...@gmail.com: Kohei Yoshida has submitted this change and it was merged. Change subject: Fix typo ImpLoadLibary .. Fix typo ImpLoadLibary Change-Id: I773678437aae6577f22078e97bcac1377c4307d8 ---

[Libreoffice-commits] .: configure.in

2012-08-28 Thread Libreoffice Gerrit user
configure.in |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 571a7cba185788bcf9e91599da8e16fb050681df Author: Stephan Bergmann sberg...@redhat.com Date: Tue Aug 28 21:53:36 2012 +0200 Stray 2 Change-Id: I6647f46e7fbe13a9359ea8211c73996290d90b48 diff

Re: make check fails on master with --enable-ext-numbertext

2012-08-28 Thread julien2412
By adding some traces, I found that error line is from this part of solenv/bin/modules/installer/scriptitems.pm: 1246 if ( ! $installer::globals::languagepack !$installer::globals::helppack) 1247 { 1248 $infoline = ERROR: Removing file $filename

Re: --enable-lomenubar (was: Master failed to compile on framework module)

2012-08-28 Thread Bjoern Michaelsen
On Tue, Aug 28, 2012 at 12:43:02PM -0700, julien2412 wrote: Bjoern, do you mean lomenubar part could be removed completely on master from now or is it a little early to think about it? A little early. Best, Bjoern ___ LibreOffice mailing list

[Libreoffice-commits] .: android/sdremote officecfg/registry sd/source

2012-08-28 Thread Libreoffice Gerrit user
android/sdremote/src/org/libreoffice/impressremote/communication/CommunicationService.java |3 android/sdremote/src/org/libreoffice/impressremote/communication/NetworkClient.java | 40 +- officecfg/registry/schema/org/openoffice/Office/Impress.xcs

License statement

2012-08-28 Thread Jack Leigh
Dear all, All of my contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Thanks, Jack ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sc/source

2012-08-28 Thread Libreoffice Gerrit user
sc/source/ui/view/cliputil.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7da3738ab903a180b5038ee92ad40869fdbff950 Author: Noel Power noel.po...@suse.com Date: Mon Aug 27 18:02:18 2012 +0100 fdo#46250: Allow paste paste special for unmatching dest

Re: [REVIEW-3-6] fix for fdo#46250

2012-08-28 Thread Kohei Yoshida
Hi Noel, On 08/28/2012 05:23 AM, Noel Power wrote: This patch makes lessens the strictness when determining when paste special-paste can be applied, please consider http://cgit.freedesktop.org/libreoffice/core/commit/?id=d27a7b8c5b96eb328918cc67b9b5562b8870f2ac Pushed to 3-6 with my sign-off

Re: [REVIEW-3-6][PUSHED 3-6] fix for fdo#46250

2012-08-28 Thread Kohei Yoshida
PUSHED ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice-qa] HardHacks

2012-08-28 Thread Cedric Bosdonnat
Hi Rainer, On Sat, 2012-08-25 at 08:31 +0200, Rainer Bielefeld wrote: 36681 All Writer - EDITING: after insert/removal of a picture (or alike) view scrolls to begin/end of document https://bugs.freedesktop.org/show_bug.cgi?id=36681 Fixed. -- Cedric

Re: [Libreoffice-qa] NEEDINFO Status

2012-08-28 Thread Joel Madero
After thinking about it I agree. The message should probably be done on closing the bug as INVALID or adding a new status of PLEASETEST (I am not hugely in favor of this, we already have too many status' IMO). But for more experienced triagers there's no harm in letting the user know on marking it

[Libreoffice-bugs] [Bug 49261] Problems with changing color of text in the List Box

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49261 Jochen d...@jochenschiffers.de changed: What|Removed |Added Status|NEEDINFO|NEW

[Libreoffice-bugs] [Bug 36858] Oracle Report Builder date calculation error

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36858 Jochen d...@jochenschiffers.de changed: What|Removed |Added Status|NEW |NEEDINFO -- Configure

[Libreoffice-bugs] [Bug 54015] ld(1) requires -z origin when -rpath contains $ORIGIN

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54015 --- Comment #4 from Jung-uk Kim j...@freebsd.org 2012-08-28 06:27:51 UTC --- To confirm, I did the following before start building: find . -type f -print0 | \ xargs -0 sed -i '' -e 's#-Wl,-rpath,#-Wl,-z,origin,-rpath,#g' Now objdump -p uno or

[Libreoffice-bugs] [Bug 49261] Problems with changing color of text in the List Box

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49261 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|NEW

[Libreoffice-bugs] [Bug 49261] Problems with changing color of text in the List Box

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49261 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|NEEDINFO

[Libreoffice-bugs] [Bug 54144] New: PRINTING: Printer Language defaults to PDF, special printer settings are ignored

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54144 Bug #: 54144 Summary: PRINTING: Printer Language defaults to PDF, special printer settings are ignored Classification: Unclassified Product: LibreOffice Version: 3.4.5 release

[Libreoffice-bugs] [Bug 33838] FORMATTING, FILEOPEN: Default bullet point not showing correctly (.lwp import)

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33838 sasha.libreoff...@gmail.com changed: What|Removed |Added Version|3.6.0.4 release |3.3.0 release --- Comment

[Libreoffice-bugs] [Bug 46410] EDITING: Alphabetical index with concordance file

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46410 --- Comment #14 from sasha.libreoff...@gmail.com 2012-08-28 06:52:32 UTC --- when can we expect a fix for it? I hope that in this year. But I am afraid that even in next year this bug will not fixed. -- Configure bugmail:

[Libreoffice-bugs] [Bug 49261] Problems with changing color of text in the List Box

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49261 --- Comment #5 from Jochen d...@jochenschiffers.de 2012-08-28 07:13:53 UTC --- Hi Mateusz, how do you see exist a problem with your report. Your report does not correspond to the triage concpt. That's why I was asking (comment 1). I changed

[Libreoffice-bugs] [Bug 49261] Problems with changing color of text in the List Box

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49261 Jochen d...@jochenschiffers.de changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO Ever

[Libreoffice-bugs] [Bug 54023] CRASH on launch when loading local libiconv.2.dylib (liblangtag.0.dylib requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0)

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54023 --- Comment #17 from Roman Eisele b...@eikota.de 2012-08-28 07:16:57 UTC --- @ Alex Thurgood: Thank you for all the details! - So the current master builds work, if libiconv.2.dylib is installed at /usr/local/lib/ and is of version 8.0.0 or

[Libreoffice-bugs] [Bug 47511] PDF: Writer: exporting a document as pdf file will crash Writer.

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47511 Roman Eisele b...@eikota.de changed: What|Removed |Added Version|3.6.0.4 release |3.5.1 release --- Comment

[Libreoffice-bugs] [Bug 50423] EDITING: Reference fields to other files doesn't work

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50423 Hashem Masoud wraithl...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 47567] FORMATTING - animation bug

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47567 Roman Eisele b...@eikota.de changed: What|Removed |Added Status|NEEDINFO|NEW

[Libreoffice-bugs] [Bug 54055] FILESAVE: Open .XLS with links to external files. while editing or saving to .ODS LO crashes

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54055 --- Comment #3 from Hashem Masoud wraithl...@gmail.com 2012-08-28 07:51:42 UTC --- (In reply to comment #1) Created attachment 66108 [details] XLS file with external reference crashes while saving to ods on Windows 7. Libroffice 3.6.0 and

[Libreoffice-bugs] [Bug 54145] New: Plantage de LibreOffice

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54145 Bug #: 54145 Summary: Plantage de LibreOffice Classification: Unclassified Product: LibreOffice Version: 3.6.0.0.beta1 Platform: Other OS/Version: All Status:

[Libreoffice-bugs] [Bug 53901] No way to specify default document directories for each or any component

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53901 Jean-Baptiste Faure jbf.fa...@orange.fr changed: What|Removed |Added Status|NEEDINFO|UNCONFIRMED

[Libreoffice-bugs] [Bug 50423] EDITING: Reference fields to other files doesn't work

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50423 Hashem Masoud wraithl...@gmail.com changed: What|Removed |Added Status Whiteboard|BSA |BSA (target:3.6.0.4)

[Libreoffice-bugs] [Bug 53073] Make quickstarter available for Linux non-distro builds

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53073 Petr Mladek pmla...@suse.cz changed: What|Removed |Added CC||fridrich.st...@bluewin.ch,

[Libreoffice-bugs] [Bug 47567] FORMATTING - animation bug

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47567 --- Comment #5 from Roman Eisele b...@eikota.de 2012-08-28 07:59:17 UTC --- Created attachment 66202 -- https://bugs.freedesktop.org/attachment.cgi?id=66202 Screenshot - how it looks in LibO 3.6.1.2 To make clear what the problem is, a

[Libreoffice-bugs] [Bug 47567] FORMATTING - animation bug

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47567 --- Comment #6 from Roman Eisele b...@eikota.de 2012-08-28 08:00:35 UTC --- Created attachment 66203 -- https://bugs.freedesktop.org/attachment.cgi?id=66203 Screenshot - how it looks in LibO 3.5.6.2 Next screenshot: the sample presentation in

[Libreoffice-bugs] [Bug 47567] FORMATTING - animation bug

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47567 --- Comment #7 from Roman Eisele b...@eikota.de 2012-08-28 08:02:01 UTC --- Created attachment 66204 -- https://bugs.freedesktop.org/attachment.cgi?id=66204 Screenshot - how it looks in LibO 3.4.0 and 3.4.6 Next screenshot - in LibreOffice

[Libreoffice-bugs] [Bug 47567] FORMATTING - animation bug

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47567 --- Comment #8 from Roman Eisele b...@eikota.de 2012-08-28 08:03:14 UTC --- Created attachment 66205 -- https://bugs.freedesktop.org/attachment.cgi?id=66205 Bug 47567 - how it looks in LibO 3.3.0 Last screenshot -- how the animation looks in

[Libreoffice-bugs] [Bug 51733] Update icons for high-resolution HiDPI / Retina display

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51733 Roman Eisele b...@eikota.de changed: What|Removed |Added Severity|normal |enhancement

[Libreoffice-bugs] [Bug 54015] ld(1) requires -z origin when -rpath contains $ORIGIN

2012-08-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54015 --- Comment #5 from Stephan Bergmann sberg...@redhat.com 2012-08-28 08:17:23 UTC --- (In reply to comment #3) FreeBSD ld must have -zorigin with -rpath. Otherwise, $ORIGIN is not translated and it is literal. So the true fix for LO will be

  1   2   3   >