summaryrefslogtreecommitdiff
path: root/canvas/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-01 13:45:56 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-01 13:45:56 +0000
commit3f8a5073eb4a29efe6483666c13bd9c868cbead8 (patch)
tree2b67677730723841a3b3dcc2528314116378e25f /canvas/source
parent1eb9dd738af94b0a4fc5abca7fb03c6aa1874b68 (diff)
INTEGRATION: CWS cairofixes02 (1.2.20); FILE MERGED
2006/10/09 15:57:11 radekdoulik 1.2.20.1: Issue number: 69325 Submitted by: radekdoulik Reviewed by: radekdoulik 2006-10-09 Radek Doulik <rodo@novell.com> * patches/src680/apply: added fix from Caolan, move path coordinates only when doing stroke. Before they were moved for fills as well. It happened because of unclear method name, which was indicating just strokes, but was used for clips and fills as well. I changed the method names as well now.
Diffstat (limited to 'canvas/source')
-rw-r--r--canvas/source/cairo/cairo_canvashelper.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/canvas/source/cairo/cairo_canvashelper.hxx b/canvas/source/cairo/cairo_canvashelper.hxx
index 1e105d048b0a..612cb3c7b258 100644
--- a/canvas/source/cairo/cairo_canvashelper.hxx
+++ b/canvas/source/cairo/cairo_canvashelper.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cairo_canvashelper.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2006-02-28 10:34:57 $
+ * last change: $Author: vg $ $Date: 2006-11-01 14:45:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -283,7 +283,7 @@ namespace cairocanvas
LINE_COLOR, FILL_COLOR, TEXT_COLOR, IGNORE_COLOR
};
- void drawPolyPolygonPath( const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
+ void doPolyPolygonPath( const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
Operation aOperation,
const ::com::sun::star::uno::Sequence< ::com::sun::star::rendering::Texture >* pTextures=NULL,
::cairo::Cairo* pCairo=NULL ) const;
@@ -324,7 +324,7 @@ namespace cairocanvas
SurfaceProvider* mpSurfaceProvider;
};
- void drawPolyPolygonImplementation( ::basegfx::B2DPolyPolygon aPolyPolygon,
+ void doPolyPolygonImplementation( ::basegfx::B2DPolyPolygon aPolyPolygon,
Operation aOperation,
::cairo::Cairo* pCairo,
const ::com::sun::star::uno::Sequence< ::com::sun::star::rendering::Texture >* pTextures=NULL,