Hello,
I propose the patch attached to correct the bug.
I had put the backtrace of the error in the tracker.
It compiles ok and it doesn't crash. It seems to respect the order of the
fields we can see (cf the attached file of the tracker)
I fixed the comparison operator too cause when you click
Hi all,
At the LibreOffice conference last week, I attempted to compile
LibreOffice using the Clang compiler. Some might have seen my brief
lightning talk about this on the conference Friday. During the last few
minutes of the conference the build completed successfully (which is why
I didn
Hi Michael
Em 21-10-2011 17:51, Michael Meeks escreveu:
Hi Olivier,
On Fri, 2011-10-21 at 17:15 -0200, Olivier Hallot wrote:
If you had more time, cleaning up the whole enumeration to be VCL_
prefixed would be nice too,
Here is the patch to clean further, as requested.
Kind regards
--
Oli
Similar to the previous patch.
regards,
-kris.
>From 14cf1044aa2d9fe0ed7fdcba44ecada4aec88d80 Mon Sep 17 00:00:00 2001
From: Kristian Rietveld
Date: Sat, 22 Oct 2011 10:17:59 +0200
Subject: [PATCH 8/8] Eliminate ambiguous conversion to cppu::OWeakObject
---
svx/source/form/fmdmod.cxx |2
This fixes the following error:
/source/libo/libo/reportdesign/source/core/sdr/ReportDrawPage.cxx:96:24:
error: ambiguous conversion from derived class 'SvxShapeControl' to base
class 'cppu::OWeakObject':
class SvxShapeControl -> class SvxShapeText -> class SvxShape ->
SvxShape_UnoImplHelper
This "fixes" the following error:
/source/libo/libo/toolkit/source/awt/vclxsplitter.cxx:114:32: error:
ambiguous conversion from derived class 'layoutimpl::VCLXSplitter' to
base class 'cppu::OWeakObject':
class layoutimpl::VCLXSplitter -> class VCLXWindow ->
VCLXWindow_Base ->
class VCLXDe
This fixes the following warnings:
/source/libo/libo/lingucomponent/source/spellcheck/macosxspell/macspellimp.cxx:176:39:
error: reference to type 'const value_type' (aka 'objc_object *const')
could not bind to an rvalue of type 'id'
postspdict.push_back( [ aLocales objectAtInde
This fixes an issue where const NSString* is assigned to a non-const
NSString* field in FlavorMap. The NSString cannot be const when passed
to an objective-C method expecting a non-const value (the NSStrings from
flavor map are passed to such methods elsewhere in the code). Also, if
you want
This fixes the following warning:
/source/libo/libo/fpicker/source/aqua/ControlHelper.cxx:244:39: error:
cannot initialize a parameter of type 'NSString *' with an lvalue of type
'const NSString *'
I did not see another solution so quickly than removing const. Also, if
you want to modify the act
If not done, Clang will not find the operator overload.
regards,
-kris.
>From 2d196fcff780bdd992d181f823b409ec9c76a034 Mon Sep 17 00:00:00 2001
From: Kristian Rietveld
Date: Sat, 22 Oct 2011 09:39:12 +0200
Subject: [PATCH 2/8] Put neq-operator for awt::Size in correct namespace
---
.../char
This is one for the C++ experts.
My understanding of the issue is that when the EV_TokenId typedef is
expanded, the resulting E_TokenId part is ambiguous. Therefore, fully
specifying the E_TokenId fixes the problem.
The kind of warning that is fixed by this patch is:
/source/libo/libo/autod
I commited (48cdc0318b348c51742339b243dc05546148b335) and pushed on Master
the patch by adding a comment too.
I put the fdo bug to "resolved".
I let you see about 3.4 since it needs review.
Julien.
--
View this message in context:
http://nabble.documentfoundation.org/REVIEW-patch-for-fdo38286
年中夏季最后特价秒杀
经典热卖款,LV路易威登-长款大容量带拉链钱包。
顶级奢华,低价享受!
3款风格,男女通用。送礼自用都体面过人!
秒杀抢购请进...
libreoffice@lists.freedesktop.org
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/m
13 matches
Mail list logo