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.
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.