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
6d45e2a4
Kaydet (Commit)
6d45e2a4
authored
Tem 01, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1224302 Uncaught exception
Change-Id: I622a7c41c9083f2deec21dc8c37572f978874127
üst
5ace3f3b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
FStatement.cxx
connectivity/source/drivers/file/FStatement.cxx
+2
-3
FStatement.hxx
connectivity/source/inc/file/FStatement.hxx
+1
-1
No files found.
connectivity/source/drivers/file/FStatement.cxx
Dosyayı görüntüle @
6d45e2a4
...
...
@@ -176,8 +176,7 @@ void SAL_CALL OStatement_Base::cancel( ) throw(RuntimeException, std::exception
{
}
void
SAL_CALL
OStatement_Base
::
close
(
)
throw
(
SQLException
,
RuntimeException
,
std
::
exception
)
void
SAL_CALL
OStatement_Base
::
close
()
throw
(
SQLException
,
RuntimeException
,
std
::
exception
)
{
{
::
osl
::
MutexGuard
aGuard
(
m_aMutex
);
...
...
@@ -186,7 +185,7 @@ void SAL_CALL OStatement_Base::close( ) throw(SQLException, RuntimeException, s
dispose
();
}
void
OStatement_Base
::
closeResultSet
()
throw
(
SQLE
xception
)
void
OStatement_Base
::
closeResultSet
()
throw
(
SQLException
,
RuntimeException
,
std
::
e
xception
)
{
SAL_INFO
(
"connectivity.drivers"
,
"file Ocke.Janssen@sun.com OStatement_Base::clearMyResultSet "
);
::
osl
::
MutexGuard
aGuard
(
m_aMutex
);
...
...
connectivity/source/inc/file/FStatement.hxx
Dosyayı görüntüle @
6d45e2a4
...
...
@@ -113,7 +113,7 @@ namespace connectivity
// create the analyzer
virtual
OSQLAnalyzer
*
createAnalyzer
();
void
closeResultSet
()
throw
(
::
com
::
sun
::
star
::
sdbc
::
SQLE
xception
);
void
closeResultSet
()
throw
(
css
::
sdbc
::
SQLException
,
css
::
uno
::
RuntimeException
,
std
::
e
xception
);
sal_Int32
getPrecision
(
sal_Int32
sqlType
);
void
disposeResultSet
();
...
...
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