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
b0a7722e
Kaydet (Commit)
b0a7722e
authored
Şub 09, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1169848 Uncaught exception
Change-Id: I27903e8b6bbf28a33601d793719ac5bcd3309db0
üst
2234f541
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
modulemanager.cxx
framework/source/services/modulemanager.cxx
+10
-0
No files found.
framework/source/services/modulemanager.cxx
Dosyayı görüntüle @
b0a7722e
...
@@ -278,6 +278,8 @@ void SAL_CALL ModuleManager::replaceByName(const OUString& sName ,
...
@@ -278,6 +278,8 @@ void SAL_CALL ModuleManager::replaceByName(const OUString& sName ,
css
::
lang
::
WrappedTargetException
,
css
::
lang
::
WrappedTargetException
,
css
::
uno
::
RuntimeException
)
css
::
uno
::
RuntimeException
)
{
{
try
{
::
comphelper
::
SequenceAsHashMap
lProps
(
aValue
);
::
comphelper
::
SequenceAsHashMap
lProps
(
aValue
);
if
(
lProps
.
empty
()
)
if
(
lProps
.
empty
()
)
{
{
...
@@ -327,6 +329,14 @@ void SAL_CALL ModuleManager::replaceByName(const OUString& sName ,
...
@@ -327,6 +329,14 @@ void SAL_CALL ModuleManager::replaceByName(const OUString& sName ,
}
}
::
comphelper
::
ConfigurationHelper
::
flush
(
xCfg
);
::
comphelper
::
ConfigurationHelper
::
flush
(
xCfg
);
}
catch
(
const
css
::
beans
::
IllegalTypeException
&
e
)
{
css
::
uno
::
Any
a
(
e
);
throw
css
::
lang
::
WrappedTargetException
(
OUString
(
"ModuleManager::replaceByName: IllegalType exception"
),
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
(
*
this
),
a
);
}
}
}
css
::
uno
::
Any
SAL_CALL
ModuleManager
::
getByName
(
const
OUString
&
sName
)
css
::
uno
::
Any
SAL_CALL
ModuleManager
::
getByName
(
const
OUString
&
sName
)
...
...
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