summaryrefslogtreecommitdiff
path: root/vcl/unx/inc/pspgraphics.h
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-16 11:56:49 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-16 11:56:49 +0000
commit46a5734a0b281d61a08a2b60b96bbdbf7cc33269 (patch)
treedd0af77d02405f8b1defea8e1127fca6f0fe59c2 /vcl/unx/inc/pspgraphics.h
parent3464dd3070f0f9525e7912d09a8255430adab725 (diff)
INTEGRATION: CWS sixtyfour02 (1.9.132); FILE MERGED
2006/02/22 10:06:29 cmc 1.9.132.1: #i62389# make Polygon drawing signatures consistent with those of psprint
Diffstat (limited to 'vcl/unx/inc/pspgraphics.h')
-rw-r--r--vcl/unx/inc/pspgraphics.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/vcl/unx/inc/pspgraphics.h b/vcl/unx/inc/pspgraphics.h
index fd4bbd502af1..cab1a02e9340 100644
--- a/vcl/unx/inc/pspgraphics.h
+++ b/vcl/unx/inc/pspgraphics.h
@@ -4,9 +4,9 @@
*
* $RCSfile: pspgraphics.h,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: kz $ $Date: 2005-11-02 13:32:52 $
+ * last change: $Author: vg $ $Date: 2006-03-16 12:56:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -151,8 +151,8 @@ public:
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,
+ virtual void drawPolyPolygon( sal_uInt32 nPoly,
+ const sal_uInt32* pPoints,
PCONSTSALPOINT* pPtAry );
virtual sal_Bool drawPolyLineBezier( ULONG nPoints,
const SalPoint* pPtAry,
@@ -160,8 +160,8 @@ public:
virtual sal_Bool drawPolygonBezier( ULONG nPoints,
const SalPoint* pPtAry,
const BYTE* pFlgAry );
- virtual sal_Bool drawPolyPolygonBezier( ULONG nPoly,
- const ULONG* pPoints,
+ virtual sal_Bool drawPolyPolygonBezier( sal_uInt32 nPoly,
+ const sal_uInt32* pPoints,
const SalPoint* const* pPtAry,
const BYTE* const* pFlgAry );
virtual void copyArea( long nDestX,