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
a201f0cc
Kaydet (Commit)
a201f0cc
authored
Kas 11, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1338603 Uncaught exception
Change-Id: I8aa233446f1bc8cc94332830d7b1813f1674202b
üst
8557a8a7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
EConnection.cxx
connectivity/source/drivers/flat/EConnection.cxx
+1
-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 @
a201f0cc
...
@@ -60,7 +60,7 @@ IMPLEMENT_SERVICE_INFO(OFlatConnection, "com.sun.star.sdbc.drivers.flat.Connecti
...
@@ -60,7 +60,7 @@ IMPLEMENT_SERVICE_INFO(OFlatConnection, "com.sun.star.sdbc.drivers.flat.Connecti
void
OFlatConnection
::
construct
(
const
OUString
&
url
,
const
Sequence
<
PropertyValue
>&
info
)
void
OFlatConnection
::
construct
(
const
OUString
&
url
,
const
Sequence
<
PropertyValue
>&
info
)
throw
(
css
::
sdbc
::
SQLException
,
css
::
uno
::
RuntimeException
)
throw
(
css
::
sdbc
::
SQLException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
osl_atomic_increment
(
&
m_refCount
);
osl_atomic_increment
(
&
m_refCount
);
...
...
connectivity/source/inc/flat/EConnection.hxx
Dosyayı görüntüle @
a201f0cc
...
@@ -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
(
css
::
sdbc
::
SQLException
,
css
::
uno
::
RuntimeException
)
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
::
RuntimeException
,
std
::
exception
)
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