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
d761d5e2
Kaydet (Commit)
d761d5e2
authored
Mar 29, 2014
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
error: no matching function for call to..
Change-Id: I4792f9deb162c5e7bde16e54a55f80a83eb90b70
üst
3e71c106
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
iosys.cxx
basic/source/runtime/iosys.cxx
+2
-2
itiff.cxx
filter/source/graphicfilter/itiff/itiff.cxx
+1
-1
No files found.
basic/source/runtime/iosys.cxx
Dosyayı görüntüle @
d761d5e2
...
...
@@ -359,14 +359,14 @@ OslStream::~OslStream()
sal_Size
OslStream
::
GetData
(
void
*
pData
,
sal_Size
nSize
)
{
sal_
Size
nBytesRead
=
nSize
;
sal_
uInt64
nBytesRead
=
nSize
;
maFile
.
read
(
pData
,
nBytesRead
,
nBytesRead
);
return
nBytesRead
;
}
sal_Size
OslStream
::
PutData
(
const
void
*
pData
,
sal_Size
nSize
)
{
sal_
Size
nBytesWritten
;
sal_
uInt64
nBytesWritten
;
maFile
.
write
(
pData
,
nSize
,
nBytesWritten
);
return
nBytesWritten
;
}
...
...
filter/source/graphicfilter/itiff/itiff.cxx
Dosyayı görüntüle @
d761d5e2
...
...
@@ -1110,7 +1110,7 @@ bool TIFFReader::HasAlphaChannel() const
sal_Bool
TIFFReader
::
ReadTIFF
(
SvStream
&
rTIFF
,
Graphic
&
rGraphic
)
{
sal_uInt16
i
,
nNumTags
,
nTagType
;
sal_u
Long
nMaxPos
;
sal_u
Int64
nMaxPos
;
sal_uLong
nPos
;
sal_uInt32
nFirstIfd
,
nDataLen
;
...
...
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