[Libreoffice-commits] core.git: filter/source
David Tardon
dtardon at redhat.com
Mon Jul 20 03:35:34 PDT 2015
filter/source/graphicfilter/itiff/ccidecom.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 68fed3540a70e6d9d71ee9a9512dd406dadb371f
Author: David Tardon <dtardon at redhat.com>
Date: Mon Jul 20 12:34:35 2015 +0200
translate from german
Change-Id: Ia3682f2d002e10c2984e99264d0ec98bc3477f1c
diff --git a/filter/source/graphicfilter/itiff/ccidecom.cxx b/filter/source/graphicfilter/itiff/ccidecom.cxx
index 025240c..89c4d24 100644
--- a/filter/source/graphicfilter/itiff/ccidecom.cxx
+++ b/filter/source/graphicfilter/itiff/ccidecom.cxx
@@ -890,7 +890,7 @@ sal_uInt16 CCIDecompressor::CountBits(const sal_uInt8 * pData, sal_uInt16 nDataS
sal_uInt16 nBitPos, sal_uInt8 nBlackOrWhite)
{
// here the number of bits belonging together is being counted
- // which all have the color nBlackOrWhite (0xff oder 0x00)
+ // which all have the color nBlackOrWhite (0xff or 0x00)
// from the position nBitPos on
sal_uInt16 nPos = nBitPos;
for (;;)
More information about the Libreoffice-commits
mailing list