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
9fb4cf25
Kaydet (Commit)
9fb4cf25
authored
Tem 02, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#983663 Uncaught exception
Change-Id: Iecfbb9b7cd1cb8507028cbaf7e39a1e401f74dbe
üst
5f5768e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
xplugin.cxx
extensions/source/plugin/base/xplugin.cxx
+2
-1
impl.hxx
extensions/source/plugin/inc/plugin/impl.hxx
+2
-1
No files found.
extensions/source/plugin/base/xplugin.cxx
Dosyayı görüntüle @
9fb4cf25
...
...
@@ -835,7 +835,8 @@ void XPlugin_Impl::disposing( const com::sun::star::lang::EventObject& /*rSource
{
}
void
XPlugin_Impl
::
propertyChange
(
const
com
::
sun
::
star
::
beans
::
PropertyChangeEvent
&
rEvent
)
throw
(
std
::
exception
)
void
XPlugin_Impl
::
propertyChange
(
const
com
::
sun
::
star
::
beans
::
PropertyChangeEvent
&
rEvent
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
Guard
<
Mutex
>
aGuard
(
m_aMutex
);
...
...
extensions/source/plugin/inc/plugin/impl.hxx
Dosyayı görüntüle @
9fb4cf25
...
...
@@ -262,7 +262,8 @@ public:
// com::sun::star::beans::XPropertyChangeListener
virtual
void
SAL_CALL
disposing
(
const
com
::
sun
::
star
::
lang
::
EventObject
&
rSource
)
throw
(
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
propertyChange
(
const
com
::
sun
::
star
::
beans
::
PropertyChangeEvent
&
rEvent
)
throw
(
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
propertyChange
(
const
com
::
sun
::
star
::
beans
::
PropertyChangeEvent
&
rEvent
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
};
class
PluginManager
...
...
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