diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-03-16 11:58:11 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-03-16 11:58:11 +0000 |
commit | 408cc49fed112878a1ae0a9beed70ff844149896 (patch) | |
tree | ed4b6a9c4f5044ceac4ad64bd30327f4b6ced9ad /vcl/win | |
parent | 13b126f89a46767c03287ba01fa7d2c6b28b688a (diff) |
INTEGRATION: CWS sixtyfour02 (1.18.130); FILE MERGED
2006/02/22 10:06:32 cmc 1.18.130.1: #i62389# make Polygon drawing signatures consistent with those of psprint
Diffstat (limited to 'vcl/win')
-rw-r--r-- | vcl/win/inc/salgdi.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/win/inc/salgdi.h b/vcl/win/inc/salgdi.h index 355d195e238b..e1b4f1afca5a 100644 --- a/vcl/win/inc/salgdi.h +++ b/vcl/win/inc/salgdi.h @@ -4,9 +4,9 @@ * * $RCSfile: salgdi.h,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: kz $ $Date: 2005-11-02 13:35:33 $ + * last change: $Author: vg $ $Date: 2006-03-16 12:58:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -183,10 +183,10 @@ protected: virtual void drawRect( long nX, long nY, long nWidth, long nHeight ); virtual void drawPolyLine( ULONG nPoints, const SalPoint* pPtAry ); virtual void drawPolygon( ULONG nPoints, const SalPoint* pPtAry ); - virtual void drawPolyPolygon( ULONG nPoly, const ULONG* pPoints, PCONSTSALPOINT* pPtAry ); + virtual void drawPolyPolygon( sal_uInt32 nPoly, const sal_uInt32* pPoints, PCONSTSALPOINT* pPtAry ); virtual sal_Bool drawPolyLineBezier( ULONG nPoints, const SalPoint* pPtAry, const BYTE* pFlgAry ); virtual sal_Bool drawPolygonBezier( ULONG nPoints, const SalPoint* pPtAry, const BYTE* pFlgAry ); - virtual sal_Bool drawPolyPolygonBezier( ULONG nPoly, const ULONG* pPoints, const SalPoint* const* pPtAry, const BYTE* const* pFlgAry ); + virtual sal_Bool drawPolyPolygonBezier( sal_uInt32 nPoly, const sal_uInt32* pPoints, const SalPoint* const* pPtAry, const BYTE* const* pFlgAry ); // CopyArea --> No RasterOp, but ClipRegion virtual void copyArea( long nDestX, long nDestY, long nSrcX, long nSrcY, long nSrcWidth, |