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
aca217b5
Kaydet (Commit)
aca217b5
authored
May 24, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#983801 Uncaught exception
Change-Id: Ib47f77fbd5ab03a04d40e95fa8338af238531a3b
üst
94cf2594
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
unoobj.cxx
sd/source/ui/unoidl/unoobj.cxx
+1
-1
unoobj.hxx
sd/source/ui/unoidl/unoobj.hxx
+1
-1
No files found.
sd/source/ui/unoidl/unoobj.cxx
Dosyayı görüntüle @
aca217b5
...
@@ -983,7 +983,7 @@ OUString SdXShape::GetPlaceholderText() const
...
@@ -983,7 +983,7 @@ OUString SdXShape::GetPlaceholderText() const
/** sets/reset the empty status of a presentation object
/** sets/reset the empty status of a presentation object
*/
*/
void
SdXShape
::
SetEmptyPresObj
(
bool
bEmpty
)
void
SdXShape
::
SetEmptyPresObj
(
bool
bEmpty
)
throw
(
std
::
exception
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
// only possible if this actually *is* a presentation object
// only possible if this actually *is* a presentation object
if
(
!
IsPresObj
()
)
if
(
!
IsPresObj
()
)
...
...
sd/source/ui/unoidl/unoobj.hxx
Dosyayı görüntüle @
aca217b5
...
@@ -59,7 +59,7 @@ private:
...
@@ -59,7 +59,7 @@ private:
bool
IsEmptyPresObj
()
const
throw
();
bool
IsEmptyPresObj
()
const
throw
();
void
SetEmptyPresObj
(
bool
bEmpty
)
void
SetEmptyPresObj
(
bool
bEmpty
)
throw
(
std
::
exception
);
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
);
bool
IsMasterDepend
()
const
throw
();
bool
IsMasterDepend
()
const
throw
();
void
SetMasterDepend
(
bool
bDepend
)
throw
();
void
SetMasterDepend
(
bool
bDepend
)
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