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
20d8a347
Kaydet (Commit)
20d8a347
authored
Agu 16, 2014
tarafından
Tomaž Vajngerl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
No need to write '
Change-Id: I0562defc6fc60ee83bc73b901caf46b1283a9df9
üst
e97997f1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
mtfxmldump.cxx
test/source/mtfxmldump.cxx
+3
-4
No files found.
test/source/mtfxmldump.cxx
Dosyayı görüntüle @
20d8a347
...
@@ -25,15 +25,14 @@ const size_t constMaxActionType = 513;
...
@@ -25,15 +25,14 @@ const size_t constMaxActionType = 513;
int
lclWriteCallback
(
void
*
pContext
,
const
char
*
sBuffer
,
int
nLen
)
int
lclWriteCallback
(
void
*
pContext
,
const
char
*
sBuffer
,
int
nLen
)
{
{
SvStream
*
pStream
=
static_cast
<
SvStream
*>
(
pContext
);
SvStream
*
pStream
=
static_cast
<
SvStream
*>
(
pContext
);
pStream
->
Write
(
sBuffer
,
nLen
);
return
(
int
)
pStream
->
Write
(
sBuffer
,
nLen
);
return
nLen
;
}
}
int
lclCloseCallback
(
void
*
pContext
)
int
lclCloseCallback
(
void
*
pContext
)
{
{
SvStream
*
pStream
=
static_cast
<
SvStream
*>
(
pContext
);
SvStream
*
pStream
=
static_cast
<
SvStream
*>
(
pContext
);
pStream
->
WriteChar
(
'\0'
);
pStream
->
Flush
(
);
return
0
;
return
0
;
// 0 or -1 in case of error
}
}
OUString
flagToString
(
sal_uInt16
nFlag
)
OUString
flagToString
(
sal_uInt16
nFlag
)
...
...
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