summaryrefslogtreecommitdiff
path: root/vcl/workben
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-01-12 15:07:10 +0100
committerCarsten Driesner <cd@openoffice.org>2011-01-12 15:07:10 +0100
commitb7f5f44df674c7e47a8c1597bf082a8292b14efd (patch)
treef0f0217f060ad2b9587f85c1dfecd427a164bc5d /vcl/workben
parent6e295e93909a5920b37e919537badfd6e10d0b94 (diff)
removetooltypes01: Exchange misleading type sal_uIntPtr with sal_uLong
Diffstat (limited to 'vcl/workben')
-rwxr-xr-xvcl/workben/outdevgrind.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/workben/outdevgrind.cxx b/vcl/workben/outdevgrind.cxx
index 2f388876a847..53dd111c7694 100755
--- a/vcl/workben/outdevgrind.cxx
+++ b/vcl/workben/outdevgrind.cxx
@@ -256,12 +256,12 @@ void setupMethodStubs( functor_vector_type& res )
aRect ));
/* void DrawRect( const Rectangle& rRect,
- sal_uIntPtr nHorzRount, sal_uIntPtr nVertRound );
+ sal_uLong nHorzRount, sal_uLong nVertRound );
*/
add(res,
"DrawRect(round corners)",
boost::bind(
- (void (OutputDevice::*)( const Rectangle&, sal_uIntPtr nHorzRount, sal_uIntPtr nVertRound ))(
+ (void (OutputDevice::*)( const Rectangle&, sal_uLong nHorzRount, sal_uLong nVertRound ))(
&OutputDevice::DrawRect),
_1,
aRect2,
@@ -764,7 +764,7 @@ void setupMethodStubs( functor_vector_type& res )
_1,
aPt1,aPt2,(sal_uInt16)WAVE_NORMAL ));
- /* void DrawGrid( const Rectangle& rRect, const Size& rDist, sal_uIntPtr nFlags ); */
+ /* void DrawGrid( const Rectangle& rRect, const Size& rDist, sal_uLong nFlags ); */
add(res,
"DrawGrid",
boost::bind(