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.

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to