Hi there,

building DEV300_m69 I get the following error in 
canvas/source/cairo/cairo_canvashelper.cxx

/mnt/build/openoffice/latest/canvas/source/cairo/cairo_canvashelper.cxx: 

In member function 'void cairocanvas::CanvasHelper::doPolyPolygonPath(
const 
com::sun::star::uno::Reference<com::sun::star::rendering::XPolyPolygon2D>&, 
cairocanvas::Operation, bool, const 
com::sun::star::uno::Sequence<com::sun::star::rendering::Texture>*, 
cairo::Cairo*) const':

/mnt/build/openoffice/latest/canvas/source/cairo/cairo_canvashelper.cxx:986: 
warning: declaration of 'a' shadows a previous local

/mnt/build/openoffice/latest/canvas/source/cairo/cairo_canvashelper.cxx:974: 
warning: shadowed declaration is here

/mnt/build/openoffice/latest/canvas/source/cairo/cairo_canvashelper.cxx:996: 
error: conversion from 'basegfx::B2DPolygon' to non-scalar type 
'basegfx::B2DPolyPolygon' requested

dmake:  Error code 1, while making 
'../../unxlngx6.pro/slo/cairo_canvashelper.obj'


besides the warning, the error is that the first parameter of 
doPolyPolygonImplementation() is of type ::basegfx::B2DPolyPolygon
http://svn.services.openoffice.org/opengrok/xref/DEV300_m69/canvas/source/cairo/cairo_canvashelper.cxx#848
but in void cairocanvas::CanvasHelper::doPolyPolygonPath() 
http://svn.services.openoffice.org/opengrok/xref/DEV300_m69/canvas/source/cairo/cairo_canvashelper.cxx#993
doPolyPolygonImplementation() is invoked with a  ::basegfx::B2DPolygon, aEdge 

To go ahead with the build I created a B2DPolyPolygon out of aEdge, and 
invoked doPolyPolygonImplementation() with it ( ::basegfx::B2DPolyPolygon has 
a constructor 
http://svn.services.openoffice.org/opengrok/xref/DEV300_m69/basegfx/inc/basegfx/polygon/b2dpolypolygon.hxx#62
 
for this)
but I know nothing about this code, so I have no idea if it will work... it 
just let me go on building...


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

Reply via email to