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
6e417ffe
Kaydet (Commit)
6e417ffe
authored
Eki 17, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1247630 Uncaught exception
Change-Id: Ic15d712a26bdb6565b78efc4e9cab1bb09fd1cf4
üst
ef057fc5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
imagemanagerimpl.cxx
framework/source/uiconfiguration/imagemanagerimpl.cxx
+3
-2
imagemanagerimpl.hxx
framework/source/uiconfiguration/imagemanagerimpl.hxx
+1
-1
No files found.
framework/source/uiconfiguration/imagemanagerimpl.cxx
Dosyayı görüntüle @
6e417ffe
...
@@ -1102,8 +1102,9 @@ throw ( ::com::sun::star::container::ElementExistException,
...
@@ -1102,8 +1102,9 @@ throw ( ::com::sun::star::container::ElementExistException,
// XUIConfigurationPersistence
// XUIConfigurationPersistence
void
ImageManagerImpl
::
reload
()
void
ImageManagerImpl
::
reload
()
throw
(
::
com
::
sun
::
star
::
uno
::
Exception
,
throw
(
css
::
uno
::
Exception
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
SolarMutexClearableGuard
aGuard
;
SolarMutexClearableGuard
aGuard
;
...
...
framework/source/uiconfiguration/imagemanagerimpl.hxx
Dosyayı görüntüle @
6e417ffe
...
@@ -123,7 +123,7 @@ namespace framework
...
@@ -123,7 +123,7 @@ namespace framework
void
removeConfigurationListener
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
ui
::
XUIConfigurationListener
>&
Listener
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
void
removeConfigurationListener
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
ui
::
XUIConfigurationListener
>&
Listener
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
// XUIConfigurationPersistence
// XUIConfigurationPersistence
void
reload
()
throw
(
::
com
::
sun
::
star
::
uno
::
Exception
,
::
com
::
sun
::
star
::
uno
::
RuntimeE
xception
);
void
reload
()
throw
(
css
::
uno
::
Exception
,
css
::
uno
::
RuntimeException
,
std
::
e
xception
);
void
store
()
void
store
()
throw
(
::
com
::
sun
::
star
::
uno
::
Exception
,
throw
(
::
com
::
sun
::
star
::
uno
::
Exception
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
...
...
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