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
ea98e70e
Kaydet (Commit)
ea98e70e
authored
Haz 19, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#983931 Uncaught exception
Change-Id: I9fef42b9a6540a549d6a28928b982671f07f9fe6
üst
d1763406
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
unogalitem.cxx
svx/source/unogallery/unogalitem.cxx
+3
-4
unogalitem.hxx
svx/source/unogallery/unogalitem.hxx
+1
-1
No files found.
svx/source/unogallery/unogalitem.cxx
Dosyayı görüntüle @
ea98e70e
...
@@ -250,13 +250,12 @@ sal_Int8 SAL_CALL GalleryItem::getType()
...
@@ -250,13 +250,12 @@ sal_Int8 SAL_CALL GalleryItem::getType()
return
pRet
;
return
pRet
;
}
}
void
GalleryItem
::
_setPropertyValues
(
const
comphelper
::
PropertyMapEntry
**
ppEntries
,
const
uno
::
Any
*
pValues
)
void
GalleryItem
::
_setPropertyValues
(
const
comphelper
::
PropertyMapEntry
**
ppEntries
,
const
uno
::
Any
*
pValues
)
throw
(
beans
::
UnknownPropertyException
,
throw
(
beans
::
UnknownPropertyException
,
beans
::
PropertyVetoException
,
beans
::
PropertyVetoException
,
lang
::
IllegalArgumentException
,
lang
::
IllegalArgumentException
,
lang
::
WrappedTargetException
)
lang
::
WrappedTargetException
,
uno
::
RuntimeException
)
{
{
const
SolarMutexGuard
aGuard
;
const
SolarMutexGuard
aGuard
;
...
...
svx/source/unogallery/unogalitem.hxx
Dosyayı görüntüle @
ea98e70e
...
@@ -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
)
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
)
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