summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-16 12:20:56 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-06 09:12:32 -0500
commit60e7d9777caa09d495d851c18392b16a19a77a1a (patch)
treeb60afe008f67537c6c43a68fd805bbbcbc06f382 /vcl
parentcd82088992f2a953dcf2813ac578406f10be2928 (diff)
Fix typos
Change-Id: Icfb885b72d51edc886851cf503c56fa12b8f559f Reviewed-on: https://gerrit.libreoffice.org/16309 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit 814af9f1e59d1a76473b2c72cae4ba8afe1c52d4)
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/outdev/transparent.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/outdev/transparent.cxx b/vcl/source/outdev/transparent.cxx
index 213bf8d6aa26..5d71838acde6 100644
--- a/vcl/source/outdev/transparent.cxx
+++ b/vcl/source/outdev/transparent.cxx
@@ -707,7 +707,7 @@ void OutputDevice::DrawTransparent( const GDIMetaFile& rMtf, const Point& rPos,
{
// #i102109#
// For MetaFile replay (see task) it may now be necessary to take
- // into account that the content is AntiAlialised and needs to be masked
+ // into account that the content is AntiAlialiased and needs to be masked
// like that. Instead of masking, i will use a copy-modify-paste cycle
// here (as i already use in the VclPrimiziveRenderer with successs)
xVDev->SetAntialiasing(GetAntialiasing());