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
5f5768e0
Kaydet (Commit)
5f5768e0
authored
Tem 02, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#983661 Uncaught exception
Change-Id: Id0cecd2a6431e21c896210e255f37ba220a0941f
üst
1851e1e2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
manager.cxx
extensions/source/plugin/base/manager.cxx
+2
-1
impl.hxx
extensions/source/plugin/inc/plugin/impl.hxx
+2
-1
No files found.
extensions/source/plugin/base/manager.cxx
Dosyayı görüntüle @
5f5768e0
...
...
@@ -169,7 +169,8 @@ XPlugin_Impl* XPluginManager_Impl::getPluginImplementation( const Reference< ::c
return
NULL
;
}
Sequence
<
com
::
sun
::
star
::
plugin
::
PluginDescription
>
XPluginManager_Impl
::
getPluginDescriptions
()
throw
(
std
::
exception
)
Sequence
<
com
::
sun
::
star
::
plugin
::
PluginDescription
>
XPluginManager_Impl
::
getPluginDescriptions
()
throw
(
RuntimeException
,
std
::
exception
)
{
Sequence
<
com
::
sun
::
star
::
plugin
::
PluginDescription
>
aRet
;
...
...
extensions/source/plugin/inc/plugin/impl.hxx
Dosyayı görüntüle @
5f5768e0
...
...
@@ -305,7 +305,8 @@ public:
virtual
Sequence
<
com
::
sun
::
star
::
plugin
::
PluginDescription
>
SAL_CALL
impl_getPluginDescriptions
(
void
)
throw
();
// calls system specific impl_getPluginDescriptions
// checks whether plugins are disabled
virtual
Sequence
<
com
::
sun
::
star
::
plugin
::
PluginDescription
>
SAL_CALL
getPluginDescriptions
(
void
)
throw
(
std
::
exception
)
SAL_OVERRIDE
;
virtual
Sequence
<
com
::
sun
::
star
::
plugin
::
PluginDescription
>
SAL_CALL
getPluginDescriptions
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
Reference
<
com
::
sun
::
star
::
plugin
::
XPlugin
>
SAL_CALL
createPlugin
(
const
Reference
<
com
::
sun
::
star
::
plugin
::
XPluginContext
>
&
acontext
,
sal_Int16
mode
,
const
Sequence
<
OUString
>&
argn
,
const
Sequence
<
OUString
>&
argv
,
const
com
::
sun
::
star
::
plugin
::
PluginDescription
&
plugintype
)
throw
(
RuntimeException
,
::
com
::
sun
::
star
::
plugin
::
PluginException
,
std
::
exception
)
SAL_OVERRIDE
;
...
...
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