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
537deaea
Kaydet (Commit)
537deaea
authored
Şub 13, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#737836 Uncaught exception
Change-Id: I533cccc1dab5e8d722209c37f0c05331d5c206a8
üst
ec8fc9c7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
unopage.cxx
sd/source/ui/unoidl/unopage.cxx
+3
-1
unopage.hxx
sd/source/ui/unoidl/unopage.hxx
+3
-1
No files found.
sd/source/ui/unoidl/unopage.cxx
Dosyayı görüntüle @
537deaea
...
@@ -2448,7 +2448,9 @@ void SAL_CALL SdDrawPage::add( const Reference< drawing::XShape >& xShape ) thro
...
@@ -2448,7 +2448,9 @@ void SAL_CALL SdDrawPage::add( const Reference< drawing::XShape >& xShape ) thro
SdGenericDrawPage
::
add
(
xShape
);
SdGenericDrawPage
::
add
(
xShape
);
}
}
void
SAL_CALL
SdDrawPage
::
remove
(
const
Reference
<
drawing
::
XShape
>&
xShape
)
throw
(
uno
::
RuntimeException
)
void
SAL_CALL
SdDrawPage
::
remove
(
const
Reference
<
drawing
::
XShape
>&
xShape
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
{
::
SolarMutexGuard
aGuard
;
::
SolarMutexGuard
aGuard
;
...
...
sd/source/ui/unoidl/unopage.hxx
Dosyayı görüntüle @
537deaea
...
@@ -211,7 +211,9 @@ public:
...
@@ -211,7 +211,9 @@ public:
// XShapes
// XShapes
virtual
void
SAL_CALL
add
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
drawing
::
XShape
>&
xShape
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
add
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
drawing
::
XShape
>&
xShape
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
remove
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
drawing
::
XShape
>&
xShape
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
remove
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
drawing
::
XShape
>&
xShape
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
};
};
/***********************************************************************
/***********************************************************************
...
...
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