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
6a151630
Kaydet (Commit)
6a151630
authored
Haz 29, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1308601 Uncaught exception
Change-Id: I231a5b94ded2c936edf84ff7dc59332e628150cd
üst
cdc94a0e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Driver.cxx
connectivity/source/drivers/firebird/Driver.cxx
+1
-1
Driver.hxx
connectivity/source/drivers/firebird/Driver.hxx
+1
-1
No files found.
connectivity/source/drivers/firebird/Driver.cxx
Dosyayı görüntüle @
6a151630
...
@@ -49,7 +49,7 @@ namespace connectivity
...
@@ -49,7 +49,7 @@ namespace connectivity
namespace
firebird
namespace
firebird
{
{
Reference
<
XInterface
>
SAL_CALL
FirebirdDriver_CreateInstance
(
Reference
<
XInterface
>
SAL_CALL
FirebirdDriver_CreateInstance
(
const
Reference
<
XMultiServiceFactory
>&
_rxFactory
)
throw
(
Exception
)
const
Reference
<
XMultiServiceFactory
>&
_rxFactory
)
throw
(
Exception
,
std
::
exception
)
{
{
SAL_INFO
(
"connectivity.firebird"
,
"FirebirdDriver_CreateInstance()"
);
SAL_INFO
(
"connectivity.firebird"
,
"FirebirdDriver_CreateInstance()"
);
return
*
(
new
FirebirdDriver
(
comphelper
::
getComponentContext
(
_rxFactory
)));
return
*
(
new
FirebirdDriver
(
comphelper
::
getComponentContext
(
_rxFactory
)));
...
...
connectivity/source/drivers/firebird/Driver.hxx
Dosyayı görüntüle @
6a151630
...
@@ -38,7 +38,7 @@ namespace connectivity
...
@@ -38,7 +38,7 @@ namespace connectivity
// 3: Is IB6 -- minimum required for delimited identifiers.
// 3: Is IB6 -- minimum required for delimited identifiers.
static
const
int
FIREBIRD_SQL_DIALECT
=
3
;
static
const
int
FIREBIRD_SQL_DIALECT
=
3
;
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XInterface
>
SAL_CALL
FirebirdDriver_CreateInstance
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>&
_rxFactory
)
throw
(
::
com
::
sun
::
star
::
uno
::
Exception
);
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XInterface
>
SAL_CALL
FirebirdDriver_CreateInstance
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>&
_rxFactory
)
throw
(
::
com
::
sun
::
star
::
uno
::
Exception
,
std
::
exception
);
typedef
::
cppu
::
WeakComponentImplHelper3
<
::
com
::
sun
::
star
::
sdbc
::
XDriver
,
typedef
::
cppu
::
WeakComponentImplHelper3
<
::
com
::
sun
::
star
::
sdbc
::
XDriver
,
::
com
::
sun
::
star
::
sdbcx
::
XDataDefinitionSupplier
,
::
com
::
sun
::
star
::
sdbcx
::
XDataDefinitionSupplier
,
...
...
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