Kaydet (Commit) 68fed354 authored tarafından David Tardon's avatar David Tardon

translate from german

Change-Id: Ia3682f2d002e10c2984e99264d0ec98bc3477f1c
üst 6964f67d
...@@ -890,7 +890,7 @@ sal_uInt16 CCIDecompressor::CountBits(const sal_uInt8 * pData, sal_uInt16 nDataS ...@@ -890,7 +890,7 @@ sal_uInt16 CCIDecompressor::CountBits(const sal_uInt8 * pData, sal_uInt16 nDataS
sal_uInt16 nBitPos, sal_uInt8 nBlackOrWhite) sal_uInt16 nBitPos, sal_uInt8 nBlackOrWhite)
{ {
// here the number of bits belonging together is being counted // 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 // from the position nBitPos on
sal_uInt16 nPos = nBitPos; sal_uInt16 nPos = nBitPos;
for (;;) for (;;)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment