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
32ffdd36
Kaydet (Commit)
32ffdd36
authored
Eyl 05, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#706495 Uncaught exception
Change-Id: I36a48a72e9ce305c62d9a82c8d1fbfc2ad403068
üst
962f01c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
+12
-5
dp_informationprovider.cxx
desktop/source/deployment/manager/dp_informationprovider.cxx
+12
-5
No files found.
desktop/source/deployment/manager/dp_informationprovider.cxx
Dosyayı görüntüle @
32ffdd36
...
...
@@ -149,14 +149,21 @@ PackageInformationProvider::getPackageLocation( const OUString& _sExtensionId )
}
if
(
!
aLocationURL
.
isEmpty
()
)
{
::
ucbhelper
::
Content
aContent
(
aLocationURL
,
NULL
,
mxContext
);
aLocationURL
=
aContent
.
getURL
();
try
{
::
ucbhelper
::
Content
aContent
(
aLocationURL
,
NULL
,
mxContext
);
aLocationURL
=
aContent
.
getURL
();
}
catch
(
const
css
::
ucb
::
ContentCreationException
&
e
)
{
SAL_WARN
(
"desktop.deployment"
,
"ignoring ContentCreationException
\"
"
<<
e
.
Message
<<
"
\"
"
);
}
}
return
aLocationURL
;
}
uno
::
Sequence
<
uno
::
Sequence
<
OUString
>
>
SAL_CALL
PackageInformationProvider
::
isUpdateAvailable
(
const
OUString
&
_sExtensionId
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
...
...
@@ -221,7 +228,7 @@ PackageInformationProvider::isUpdateAvailable( const OUString& _sExtensionId )
extensions
=
extMgr
->
getExtensionsWithSameIdentifier
(
dp_misc
::
getIdentifier
(
info
.
extension
),
info
.
extension
->
getName
(),
uno
::
Reference
<
css_ucb
::
XCommandEnvironment
>
());
}
catch
(
lang
::
IllegalArgumentException
&
e
)
{
}
catch
(
const
lang
::
IllegalArgumentException
&
e
)
{
SAL_WARN
(
"desktop.deployment"
,
"ignoring IllegalArgumentException
\"
"
<<
e
.
Message
<<
"
\"
"
);
...
...
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