From d8e04a91062b4ec66a86c84269da5b80d1134a80 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 30 May 2008 08:57:00 +0000 Subject: [PATCH] INTEGRATION: CWS aquabmpfix01 (1.6.8); FILE MERGED 2008/05/14 13:41:01 hdu 1.6.8.1: #100000# fix cairocanvas compilation --- canvas/source/cairo/cairo_canvashelper.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/canvas/source/cairo/cairo_canvashelper.hxx b/canvas/source/cairo/cairo_canvashelper.hxx index b148a718f645..4f422816493f 100644 --- a/canvas/source/cairo/cairo_canvashelper.hxx +++ b/canvas/source/cairo/cairo_canvashelper.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: cairo_canvashelper.hxx,v $ - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -36,6 +36,7 @@ #include #include +#include #include @@ -326,7 +327,8 @@ namespace cairocanvas Operation aOperation, ::cairo::Cairo* pCairo, const ::com::sun::star::uno::Sequence< ::com::sun::star::rendering::Texture >* pTextures=NULL, - SpriteCanvas* pDevice=NULL ); + SpriteCanvas* pDevice=NULL, + ::com::sun::star::rendering::FillRule eFillrule=::com::sun::star::rendering::FillRule_EVEN_ODD ); void doOperation( Operation aOperation, ::cairo::Cairo* pCairo, sal_uInt32 nPolygonIndex=0,