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
ec8fc9c7
Kaydet (Commit)
ec8fc9c7
authored
Şub 13, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#737835 Uncaught exception
Change-Id: If5452880070876a4dfc2526b08928fb219a60529
üst
f5b29591
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
unoobj.cxx
sd/source/ui/unoidl/unoobj.cxx
+2
-1
unoobj.hxx
sd/source/ui/unoidl/unoobj.hxx
+2
-1
No files found.
sd/source/ui/unoidl/unoobj.cxx
Dosyayı görüntüle @
ec8fc9c7
...
@@ -892,7 +892,8 @@ uno::Sequence< OUString > SAL_CALL SdXShape::getSupportedServiceNames() throw(::
...
@@ -892,7 +892,8 @@ uno::Sequence< OUString > SAL_CALL SdXShape::getSupportedServiceNames() throw(::
/** checks if this is a presentation object
/** checks if this is a presentation object
*/
*/
sal_Bool
SdXShape
::
IsPresObj
()
const
throw
()
sal_Bool
SdXShape
::
IsPresObj
()
const
throw
(
std
::
exception
)
{
{
SdrObject
*
pObj
=
mpShape
->
GetSdrObject
();
SdrObject
*
pObj
=
mpShape
->
GetSdrObject
();
if
(
pObj
)
if
(
pObj
)
...
...
sd/source/ui/unoidl/unoobj.hxx
Dosyayı görüntüle @
ec8fc9c7
...
@@ -53,7 +53,8 @@ private:
...
@@ -53,7 +53,8 @@ private:
// Intern
// Intern
SdAnimationInfo
*
GetAnimationInfo
(
sal_Bool
bCreate
=
sal_False
)
const
SdAnimationInfo
*
GetAnimationInfo
(
sal_Bool
bCreate
=
sal_False
)
const
throw
(
std
::
exception
);
throw
(
std
::
exception
);
sal_Bool
IsPresObj
()
const
throw
();
sal_Bool
IsPresObj
()
const
throw
(
std
::
exception
);
void
SetPresObj
(
sal_Bool
bPresObj
)
throw
();
void
SetPresObj
(
sal_Bool
bPresObj
)
throw
();
bool
IsEmptyPresObj
()
const
throw
();
bool
IsEmptyPresObj
()
const
throw
();
...
...
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