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
d2ed493a
Kaydet (Commit)
d2ed493a
authored
Eki 16, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: Unreferenced function definition
Change-Id: Ibc28879d303fc768014df89df8022e1fd13634dd
üst
3e2bd1e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
iodetect.cxx
sw/source/filter/basflt/iodetect.cxx
+0
-14
No files found.
sw/source/filter/basflt/iodetect.cxx
Dosyayı görüntüle @
d2ed493a
...
@@ -184,20 +184,6 @@ bool SwIoSystem::IsValidStgFilter(SotStorage& rStg, const SfxFilter& rFilter)
...
@@ -184,20 +184,6 @@ bool SwIoSystem::IsValidStgFilter(SotStorage& rStg, const SfxFilter& rFilter)
return
bRet
;
return
bRet
;
}
}
void
TerminateBuffer
(
sal_Char
*
pBuffer
,
sal_uLong
nBytesRead
,
sal_uLong
nBufferLen
)
{
OSL_ENSURE
(
nBytesRead
<=
nBufferLen
-
2
,
"what you read must be less than the max + null termination"
);
OSL_ENSURE
(
!
(
nBufferLen
&
0x00000001
),
"nMaxReadBuf must be an even number"
);
if
(
nBytesRead
<=
nBufferLen
-
2
)
{
pBuffer
[
nBytesRead
]
=
'\0'
;
pBuffer
[
nBytesRead
+
1
]
=
'\0'
;
if
(
nBytesRead
&
0x00000001
)
pBuffer
[
nBytesRead
+
2
]
=
'\0'
;
}
}
// Check the type of the stream (file) by searching for corresponding set of bytes.
// Check the type of the stream (file) by searching for corresponding set of bytes.
// If no known type is found, return ASCII for now!
// If no known type is found, return ASCII for now!
// Returns the internal FilterName.
// Returns the internal FilterName.
...
...
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