summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/outdev.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/outdev/outdev.cxx')
-rw-r--r--vcl/source/outdev/outdev.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/outdev/outdev.cxx b/vcl/source/outdev/outdev.cxx
index 787da984bd7c..c4be8b67f630 100644
--- a/vcl/source/outdev/outdev.cxx
+++ b/vcl/source/outdev/outdev.cxx
@@ -366,7 +366,7 @@ sal_uInt16 OutputDevice::GetBitCount() const
return 0;
}
- return (sal_uInt16)mpGraphics->GetBitCount();
+ return mpGraphics->GetBitCount();
}
void OutputDevice::SetOutOffXPixel(long nOutOffX)