diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> | 2010-08-13 11:25:17 +0200 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> | 2010-08-13 11:25:17 +0200 |
commit | 1fa6112a2d062612201c765ed3eb6e2faaba8faf (patch) | |
tree | 0a2f164487338b7143b448ca8ca84d56f533c757 /vcl | |
parent | 9e5b02a0c1e802a6afdca2d79e77a0aa00e98ba7 (diff) |
ooo33gsl05: fix a typo
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/vcl/gdimtf.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/vcl/gdimtf.hxx b/vcl/inc/vcl/gdimtf.hxx index c168443741fc..636fc4a979f3 100644 --- a/vcl/inc/vcl/gdimtf.hxx +++ b/vcl/inc/vcl/gdimtf.hxx @@ -159,7 +159,7 @@ public: BOOL Mirror( ULONG nMirrorFlags ); void Move( long nX, long nY ); // additional Move method getting specifics how to handle MapMode( MAP_PIXEL ) - void Move( long nX, long nY, long nDPIX, long nDPIX ); + void Move( long nX, long nY, long nDPIX, long nDPIY ); void Scale( double fScaleX, double fScaleY ); void Scale( const Fraction& rScaleX, const Fraction& rScaleY ); void Rotate( long nAngle10 ); |