summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-10-05 12:21:42 +0000
committerKurt Zenker <kz@openoffice.org>2005-10-05 12:21:42 +0000
commit963b4d464cac4e5fa8c48d5ae16f8487fbecf7e4 (patch)
treedd28b55a8db6e15d7a2f26434eec9cd02b4be629 /svtools
parent2641cd31b6af02beb9e47335b02da6397a446cbc (diff)
INTEGRATION: CWS dxarray (1.8.4); FILE MERGED
2005/09/19 11:41:26 kendy 1.8.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/wmfwr.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svtools/source/filter.vcl/wmf/wmfwr.hxx b/svtools/source/filter.vcl/wmf/wmfwr.hxx
index f42abb526d64..aabc15dced70 100644
--- a/svtools/source/filter.vcl/wmf/wmfwr.hxx
+++ b/svtools/source/filter.vcl/wmf/wmfwr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: wmfwr.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:47:44 $
+ * last change: $Author: kz $ $Date: 2005-10-05 13:21:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -162,11 +162,11 @@ private:
void WMFRecord_DeleteObject(USHORT nObjectHandle);
void WMFRecord_Ellipse(const Rectangle & rRect);
void WMFRecord_Escape( sal_uInt32 nEsc, sal_uInt32 nLen, const sal_Int8* pData );
- sal_Bool WMFRecord_Escape_Unicode( const Point& rPoint, const String& rStr, const long * pDXAry );
- void WMFRecord_ExtTextOut(const Point & rPoint, const String & rString, const long * pDXAry);
+ sal_Bool WMFRecord_Escape_Unicode( const Point& rPoint, const String& rStr, const sal_Int32 * pDXAry );
+ void WMFRecord_ExtTextOut(const Point & rPoint, const String & rString, const sal_Int32 * pDXAry);
void TrueExtTextOut(const Point & rPoint, const String & rString,
- const ByteString & rByteString, const long * pDXAry);
+ const ByteString & rByteString, const sal_Int32 * pDXAry);
void TrueTextOut(const Point & rPoint, const ByteString& rString);
void WMFRecord_LineTo(const Point & rPoint);
void WMFRecord_MoveTo(const Point & rPoint);