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
2c70139d
Kaydet (Commit)
2c70139d
authored
May 08, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
...or rather, like this
Change-Id: I87b547b76f6e214730757bec375b1d7b3d5d8f41
üst
8f903369
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Reader.cxx
connectivity/source/drivers/jdbc/Reader.cxx
+1
-1
No files found.
connectivity/source/drivers/jdbc/Reader.cxx
Dosyayı görüntüle @
2c70139d
...
@@ -90,7 +90,7 @@ sal_Int32 SAL_CALL java_io_Reader::available( ) throw(::com::sun::star::io::Not
...
@@ -90,7 +90,7 @@ sal_Int32 SAL_CALL java_io_Reader::available( ) throw(::com::sun::star::io::Not
out
=
t
.
pEnv
->
CallBooleanMethod
(
object
,
mID
);
out
=
t
.
pEnv
->
CallBooleanMethod
(
object
,
mID
);
ThrowRuntimeException
(
t
.
pEnv
,
*
this
);
ThrowRuntimeException
(
t
.
pEnv
,
*
this
);
}
//t.pEnv
}
//t.pEnv
return
(
m_buf
!=
boost
::
none
&&
out
)
?
1
:
0
;
// no way to tell *how much* is ready
return
(
m_buf
!=
boost
::
none
?
1
:
0
)
+
(
out
?
1
:
0
)
;
// no way to tell *how much* is ready
}
}
void
SAL_CALL
java_io_Reader
::
closeInput
(
)
throw
(
::
com
::
sun
::
star
::
io
::
NotConnectedException
,
::
com
::
sun
::
star
::
io
::
IOException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
void
SAL_CALL
java_io_Reader
::
closeInput
(
)
throw
(
::
com
::
sun
::
star
::
io
::
NotConnectedException
,
::
com
::
sun
::
star
::
io
::
IOException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
...
...
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