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
6920de0e
Kaydet (Commit)
6920de0e
authored
Eki 26, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1374268 Uncaught exception
Change-Id: Ife6e9897c12a9754afd5f4754c7de41eef7f00eb
üst
80cd32f7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
statement.cxx
dbaccess/source/core/api/statement.cxx
+1
-1
statement.hxx
dbaccess/source/core/inc/statement.hxx
+3
-1
No files found.
dbaccess/source/core/api/statement.cxx
Dosyayı görüntüle @
6920de0e
...
@@ -198,7 +198,7 @@ Reference< XPropertySetInfo > OStatementBase::getPropertySetInfo() throw (Runtim
...
@@ -198,7 +198,7 @@ Reference< XPropertySetInfo > OStatementBase::getPropertySetInfo() throw (Runtim
return
*
getArrayHelper
();
return
*
getArrayHelper
();
}
}
sal_Bool
OStatementBase
::
convertFastPropertyValue
(
Any
&
rConvertedValue
,
Any
&
rOldValue
,
sal_Int32
nHandle
,
const
Any
&
rValue
)
throw
(
IllegalArgumentException
)
sal_Bool
OStatementBase
::
convertFastPropertyValue
(
Any
&
rConvertedValue
,
Any
&
rOldValue
,
sal_Int32
nHandle
,
const
Any
&
rValue
)
throw
(
IllegalArgumentException
,
RuntimeException
,
std
::
exception
)
{
{
bool
bModified
(
false
);
bool
bModified
(
false
);
switch
(
nHandle
)
switch
(
nHandle
)
...
...
dbaccess/source/core/inc/statement.hxx
Dosyayı görüntüle @
6920de0e
...
@@ -91,7 +91,9 @@ public:
...
@@ -91,7 +91,9 @@ public:
css
::
uno
::
Any
&
rOldValue
,
css
::
uno
::
Any
&
rOldValue
,
sal_Int32
nHandle
,
sal_Int32
nHandle
,
const
css
::
uno
::
Any
&
rValue
)
const
css
::
uno
::
Any
&
rValue
)
throw
(
css
::
lang
::
IllegalArgumentException
)
override
;
throw
(
css
::
lang
::
IllegalArgumentException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
override
;
virtual
void
SAL_CALL
setFastPropertyValue_NoBroadcast
(
virtual
void
SAL_CALL
setFastPropertyValue_NoBroadcast
(
sal_Int32
nHandle
,
sal_Int32
nHandle
,
const
css
::
uno
::
Any
&
rValue
const
css
::
uno
::
Any
&
rValue
...
...
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