diff options
Diffstat (limited to 'vcl/source/outdev/outdev.cxx')
-rw-r--r-- | vcl/source/outdev/outdev.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/outdev/outdev.cxx b/vcl/source/outdev/outdev.cxx index 9fab8b434e20..5100c631f3ab 100644 --- a/vcl/source/outdev/outdev.cxx +++ b/vcl/source/outdev/outdev.cxx @@ -438,7 +438,7 @@ bool OutputDevice::supportsOperation( OutDevSupportType eType ) const } void OutputDevice::ImplRotatePos( long nOriginX, long nOriginY, long& rX, long& rY, - int nOrientation ) + short nOrientation ) const { if ( (nOrientation >= 0) && !(nOrientation % 900) ) { |