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
5a2d9fff
Kaydet (Commit)
5a2d9fff
authored
Nis 17, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#706314 Uncaught exception
Change-Id: Ib723848550c910f94db2b1c5bc16e5f886e03bed
üst
fdd71699
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
EConnection.cxx
connectivity/source/drivers/flat/EConnection.cxx
+2
-1
EConnection.hxx
connectivity/source/inc/flat/EConnection.hxx
+1
-1
No files found.
connectivity/source/drivers/flat/EConnection.cxx
Dosyayı görüntüle @
5a2d9fff
...
@@ -59,7 +59,8 @@ OFlatConnection::~OFlatConnection()
...
@@ -59,7 +59,8 @@ OFlatConnection::~OFlatConnection()
IMPLEMENT_SERVICE_INFO
(
OFlatConnection
,
"com.sun.star.sdbc.drivers.flat.Connection"
,
"com.sun.star.sdbc.Connection"
)
IMPLEMENT_SERVICE_INFO
(
OFlatConnection
,
"com.sun.star.sdbc.drivers.flat.Connection"
,
"com.sun.star.sdbc.Connection"
)
void
OFlatConnection
::
construct
(
const
OUString
&
url
,
const
Sequence
<
PropertyValue
>&
info
)
throw
(
SQLException
)
void
OFlatConnection
::
construct
(
const
OUString
&
url
,
const
Sequence
<
PropertyValue
>&
info
)
throw
(
css
::
sdbc
::
SQLException
,
css
::
uno
::
RuntimeException
)
{
{
osl_atomic_increment
(
&
m_refCount
);
osl_atomic_increment
(
&
m_refCount
);
...
...
connectivity/source/inc/flat/EConnection.hxx
Dosyayı görüntüle @
5a2d9fff
...
@@ -40,7 +40,7 @@ namespace connectivity
...
@@ -40,7 +40,7 @@ namespace connectivity
OFlatConnection
(
ODriver
*
_pDriver
);
OFlatConnection
(
ODriver
*
_pDriver
);
virtual
~
OFlatConnection
();
virtual
~
OFlatConnection
();
virtual
void
construct
(
const
OUString
&
_rUrl
,
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>&
_rInfo
)
throw
(
::
com
::
sun
::
star
::
sdbc
::
SQL
Exception
)
SAL_OVERRIDE
;
virtual
void
construct
(
const
OUString
&
_rUrl
,
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>&
_rInfo
)
throw
(
css
::
sdbc
::
SQLException
,
css
::
uno
::
Runtime
Exception
)
SAL_OVERRIDE
;
// own methods
// own methods
inline
bool
isHeaderLine
()
const
{
return
m_bHeaderLine
;
}
inline
bool
isHeaderLine
()
const
{
return
m_bHeaderLine
;
}
...
...
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