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
1f86fdb4
Kaydet (Commit)
1f86fdb4
authored
Haz 27, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1308484 Uncaught exception
Change-Id: I2c39d20f1abbfd5c2145d64871699c7e34023d99
üst
91e897ba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
unogalitem.cxx
svx/source/unogallery/unogalitem.cxx
+2
-1
unogalitem.hxx
svx/source/unogallery/unogalitem.hxx
+1
-1
No files found.
svx/source/unogallery/unogalitem.cxx
Dosyayı görüntüle @
1f86fdb4
...
@@ -256,7 +256,8 @@ void GalleryItem::_setPropertyValues( const comphelper::PropertyMapEntry** ppEnt
...
@@ -256,7 +256,8 @@ void GalleryItem::_setPropertyValues( const comphelper::PropertyMapEntry** ppEnt
beans
::
PropertyVetoException
,
beans
::
PropertyVetoException
,
lang
::
IllegalArgumentException
,
lang
::
IllegalArgumentException
,
lang
::
WrappedTargetException
,
lang
::
WrappedTargetException
,
uno
::
RuntimeException
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
const
SolarMutexGuard
aGuard
;
const
SolarMutexGuard
aGuard
;
...
...
svx/source/unogallery/unogalitem.hxx
Dosyayı görüntüle @
1f86fdb4
...
@@ -76,7 +76,7 @@ protected:
...
@@ -76,7 +76,7 @@ protected:
virtual
::
sal_Int8
SAL_CALL
getType
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
::
sal_Int8
SAL_CALL
getType
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
// PropertySetHelper
// PropertySetHelper
virtual
void
_setPropertyValues
(
const
comphelper
::
PropertyMapEntry
**
ppEntries
,
const
::
com
::
sun
::
star
::
uno
::
Any
*
pValues
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
css
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
virtual
void
_setPropertyValues
(
const
comphelper
::
PropertyMapEntry
**
ppEntries
,
const
::
com
::
sun
::
star
::
uno
::
Any
*
pValues
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
::
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
_getPropertyValues
(
const
comphelper
::
PropertyMapEntry
**
ppEntries
,
::
com
::
sun
::
star
::
uno
::
Any
*
pValue
)
virtual
void
_getPropertyValues
(
const
comphelper
::
PropertyMapEntry
**
ppEntries
,
::
com
::
sun
::
star
::
uno
::
Any
*
pValue
)
throw
(
css
::
beans
::
UnknownPropertyException
,
throw
(
css
::
beans
::
UnknownPropertyException
,
css
::
lang
::
WrappedTargetException
,
css
::
lang
::
WrappedTargetException
,
...
...
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