[Libreoffice] Broken Compile in oox/source/drawingml
Caolán McNamara
caolanm at redhat.com
Thu Nov 11 01:37:51 PST 2010
On Wed, 2010-11-10 at 22:14 -0800, Joseph Powers wrote:
> I just did a new pull and build and came up with the following error:
> /Users/jpowers27/build/clone/filters/oox/source/drawingml/textparagraphproperties.cxx:432:
I don't get this one, does it make a difference to change the "0" on
line 432 to "static_cast<sal_Int32>(0)" and/or does it make a difference
to change it to
if ( noParaLeftMargin )
{
sal_Int32 nZero(0);
aPropSet.SetProperty(...., nZero);
}
instead ?
> /Users/jpowers27/build/clone/impress/sd/source/ui/view/drviewsj.cxx: In member function 'void sd::DrawViewShell::GetMenuStateSel(SfxItemSet&)':
> /Users/jpowers27/build/clone/impress/sd/source/ui/view/drviewsj.cxx:293: warning: unused variable 'bSet'
> /Users/jpowers27/build/clone/impress/sd/source/ui/view/drviewsj.cxx:295: error: 'bSet' was not declared in this scope
Just fixed this one ^^^
C.
More information about the LibreOffice
mailing list