summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/text.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/outdev/text.cxx')
-rw-r--r--vcl/source/outdev/text.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/outdev/text.cxx b/vcl/source/outdev/text.cxx
index 94e46d00224a..658a7a157b53 100644
--- a/vcl/source/outdev/text.cxx
+++ b/vcl/source/outdev/text.cxx
@@ -244,8 +244,8 @@ bool OutputDevice::ImplDrawRotateText( SalLayout& rSalLayout )
long nOldOffY = mnOutOffY;
bool bOldMap = mbMap;
- mnOutOffX = 0L;
- mnOutOffY = 0L;
+ mnOutOffX = 0;
+ mnOutOffY = 0;
mpMetaFile = nullptr;
EnableMapMode( false );