summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-10-05 12:21:04 +0000
committerKurt Zenker <kz@openoffice.org>2005-10-05 12:21:04 +0000
commit043076c0bdd80095e53f13f8bb9029295149d7ff (patch)
tree2f427306fc803120fbb2b447726c25f8b1e97d28 /svtools
parent9a4c5027da26ff672ca795c34d6a5ce545824b14 (diff)
INTEGRATION: CWS dxarray (1.3.4); FILE MERGED
2005/09/19 11:41:26 kendy 1.3.4.1: #i54697# "long *pDXArray" -> "sal_Int32 *pDXArray" patches extracted from ooo64bit02 to conform the declaration in VCL.
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/filter.vcl/wmf/emfwr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/filter.vcl/wmf/emfwr.hxx b/svtools/source/filter.vcl/wmf/emfwr.hxx
index c4d8a1ac1262..1b6382bc30f3 100644
--- a/svtools/source/filter.vcl/wmf/emfwr.hxx
+++ b/svtools/source/filter.vcl/wmf/emfwr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: emfwr.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:45:20 $
+ * last change: $Author: kz $ $Date: 2005-10-05 13:21:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -89,7 +89,7 @@ private:
void ImplWritePolygonRecord( const Polygon& rPoly, BOOL bClose );
void ImplWritePolyPolygonRecord( const PolyPolygon& rPolyPoly );
void ImplWriteBmpRecord( const Bitmap& rBmp, const Point& rPt, const Size& rSz, UINT32 nROP );
- void ImplWriteTextRecord( const Point& rPos, const String rText, const long* pDXArray, UINT32 nWidth );
+ void ImplWriteTextRecord( const Point& rPos, const String rText, const sal_Int32* pDXArray, sal_uInt32 nWidth );
void ImplWrite( const GDIMetaFile& rMtf );