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
379b9874
Kaydet (Commit)
379b9874
authored
Şub 23, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#707113 Uncaught exception
Change-Id: I612503ef40682820821dbf61dd12afbc62e4eb39
üst
7db1dbaa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
slideshow.hxx
sd/source/ui/inc/slideshow.hxx
+3
-1
slideshow.cxx
sd/source/ui/slideshow/slideshow.cxx
+2
-1
No files found.
sd/source/ui/inc/slideshow.hxx
Dosyayı görüntüle @
379b9874
...
@@ -136,7 +136,9 @@ public:
...
@@ -136,7 +136,9 @@ public:
virtual
void
SAL_CALL
rehearseTimings
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
rehearseTimings
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
// XPresentation2
// XPresentation2
virtual
void
SAL_CALL
startWithArguments
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>&
Arguments
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
startWithArguments
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>&
Arguments
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
::
sal_Bool
SAL_CALL
isRunning
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
::
sal_Bool
SAL_CALL
isRunning
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
presentation
::
XSlideShowController
>
SAL_CALL
getController
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
presentation
::
XSlideShowController
>
SAL_CALL
getController
(
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
...
sd/source/ui/slideshow/slideshow.cxx
Dosyayı görüntüle @
379b9874
...
@@ -834,7 +834,8 @@ void SAL_CALL SlideShow::rehearseTimings() throw(RuntimeException)
...
@@ -834,7 +834,8 @@ void SAL_CALL SlideShow::rehearseTimings() throw(RuntimeException)
// XPresentation2
// XPresentation2
void
SAL_CALL
SlideShow
::
startWithArguments
(
const
Sequence
<
PropertyValue
>&
rArguments
)
throw
(
RuntimeException
)
void
SAL_CALL
SlideShow
::
startWithArguments
(
const
Sequence
<
PropertyValue
>&
rArguments
)
throw
(
RuntimeException
,
std
::
exception
)
{
{
SolarMutexGuard
aGuard
;
SolarMutexGuard
aGuard
;
ThrowIfDisposed
();
ThrowIfDisposed
();
...
...
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