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
3d046b75
Kaydet (Commit)
3d046b75
authored
May 28, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#706235 Uncaught exception
Change-Id: I06321ca2b686207a1d9bd698461aedf84daf31e1
üst
9986fe77
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
sbunoobj.cxx
basic/source/classes/sbunoobj.cxx
+3
-2
No files found.
basic/source/classes/sbunoobj.cxx
Dosyayı görüntüle @
3d046b75
...
...
@@ -4339,7 +4339,7 @@ public:
// XInvocation
virtual
Reference
<
XIntrospectionAccess
>
SAL_CALL
getIntrospection
()
throw
(
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
setValue
(
const
OUString
&
rProperty
,
const
Any
&
rValue
)
throw
(
UnknownPropertyException
,
std
::
exception
)
SAL_OVERRIDE
;
throw
(
UnknownPropertyException
,
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
Any
SAL_CALL
getValue
(
const
OUString
&
rProperty
)
throw
(
UnknownPropertyException
,
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
sal_Bool
SAL_CALL
hasMethod
(
const
OUString
&
rName
)
throw
(
std
::
exception
)
SAL_OVERRIDE
;
...
...
@@ -4371,7 +4371,8 @@ Reference< XIntrospectionAccess > SAL_CALL ModuleInvocationProxy::getIntrospecti
return
Reference
<
XIntrospectionAccess
>
();
}
void
SAL_CALL
ModuleInvocationProxy
::
setValue
(
const
OUString
&
rProperty
,
const
Any
&
rValue
)
throw
(
UnknownPropertyException
,
std
::
exception
)
void
SAL_CALL
ModuleInvocationProxy
::
setValue
(
const
OUString
&
rProperty
,
const
Any
&
rValue
)
throw
(
UnknownPropertyException
,
RuntimeException
,
std
::
exception
)
{
if
(
!
m_bProxyIsClassModuleObject
)
throw
UnknownPropertyException
();
...
...
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