Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
f01a975c
Kaydet (Commit)
f01a975c
authored
Mar 01, 2017
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
defer this for a while
This reverts commit
99c361be
.
üst
ea860ba9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
ccidecom.cxx
filter/source/graphicfilter/itiff/ccidecom.cxx
+1
-4
No files found.
filter/source/graphicfilter/itiff/ccidecom.cxx
Dosyayı görüntüle @
f01a975c
...
...
@@ -627,9 +627,7 @@ void CCIDecompressor::StartDecompression( SvStream & rIStream )
bool
CCIDecompressor
::
DecompressScanline
(
sal_uInt8
*
pTarget
,
sal_uLong
nTargetBits
,
bool
bLastLine
)
{
//Read[1|2]DScanlineData take a sal_uInt16, so its either limit here or expand there
if
(
nTargetBits
>
SAL_MAX_UINT16
)
return
false
;
bool
b2D
;
if
(
nEOLCount
>=
5
)
// RTC (Return To Controller)
return
true
;
...
...
@@ -684,7 +682,6 @@ bool CCIDecompressor::DecompressScanline( sal_uInt8 * pTarget, sal_uLong nTarget
if
(
nOptions
&
CCI_OPTION_BYTEALIGNROW
)
nInputBitsBufSize
&=
0xfff8
;
bool
b2D
;
// is it a 2D row?
if
(
nOptions
&
CCI_OPTION_2D
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment