summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bitmap.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-09-24 22:54:11 +0200
committerTamás Zolnai <tamas.zolnai@collabora.com>2017-09-25 12:20:56 +0200
commite44c188a7353cc183fac8ece0cbf3611d842835e (patch)
tree94491ea5c79bfb8b7845ecb57738e9735e5b0e54 /vcl/source/gdi/bitmap.cxx
parente1b9b8c91afdb9cb47d3c463a6a28ed4e23f63aa (diff)
Fix typos
Change-Id: I879a52820d78d9151ef64dd21612379f617f66e2 Reviewed-on: https://gerrit.libreoffice.org/42726 Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'vcl/source/gdi/bitmap.cxx')
-rw-r--r--vcl/source/gdi/bitmap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/bitmap.cxx b/vcl/source/gdi/bitmap.cxx
index 94646dc286a1..bce74703689c 100644
--- a/vcl/source/gdi/bitmap.cxx
+++ b/vcl/source/gdi/bitmap.cxx
@@ -1119,7 +1119,7 @@ Bitmap Bitmap::CreateMask( const Color& rTransColor, sal_uLong nTol ) const
if (!nTol && pReadAcc && (pReadAcc->GetScanlineFormat() == ScanlineFormat::N1BitLsbPal || pReadAcc->GetScanlineFormat() == ScanlineFormat::N1BitMsbPal)
&& pReadAcc->GetBestMatchingColor(Color(COL_WHITE)) == pReadAcc->GetBestMatchingColor(rTransColor))
{
- //if we're a 1 bit pixel already, and the transcolor matches the color that would replace it already already, then just return a copy
+ //if we're a 1 bit pixel already, and the transcolor matches the color that would replace it already, then just return a copy
return *this;
}