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
af142a08
Kaydet (Commit)
af142a08
authored
May 28, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#703943 Unchecked return value
Change-Id: Ief79d090988c2178980724c7a7835f01457a8019
üst
bbb598ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
app.cxx
desktop/source/app/app.cxx
+4
-6
No files found.
desktop/source/app/app.cxx
Dosyayı görüntüle @
af142a08
...
...
@@ -2157,11 +2157,10 @@ void Desktop::PreloadConfigurationData()
}
// preload user interface element factories
Sequence
<
Sequence
<
css
::
beans
::
PropertyValue
>
>
aSeqSeqPropValue
;
Reference
<
XUIElementFactoryManager
>
xUIElementFactory
=
theUIElementFactoryManager
::
get
(
xContext
);
try
{
aSeqSeqPropValue
=
xUIElementFactory
->
getRegisteredFactories
();
xUIElementFactory
->
getRegisteredFactories
();
}
catch
(
const
::
com
::
sun
::
star
::
uno
::
Exception
&
)
{
...
...
@@ -2174,7 +2173,7 @@ void Desktop::PreloadConfigurationData()
css
::
frame
::
thePopupMenuControllerFactory
::
get
(
xContext
);
try
{
xPopupMenuControllerFactory
->
hasController
(
(
void
)
xPopupMenuControllerFactory
->
hasController
(
OUString
(
".uno:CharFontName"
),
OUString
()
);
}
...
...
@@ -2183,7 +2182,6 @@ void Desktop::PreloadConfigurationData()
}
// preload filter configuration
Sequence
<
OUString
>
aSeq
;
xNameAccess
=
Reference
<
XNameAccess
>
(
xContext
->
getServiceManager
()
->
createInstanceWithContext
(
"com.sun.star.document.FilterFactory"
,
xContext
),
UNO_QUERY
);
...
...
@@ -2191,7 +2189,7 @@ void Desktop::PreloadConfigurationData()
{
try
{
aSeq
=
xNameAccess
->
getElementNames
();
xNameAccess
->
getElementNames
();
}
catch
(
const
::
com
::
sun
::
star
::
uno
::
Exception
&
)
{
...
...
@@ -2206,7 +2204,7 @@ void Desktop::PreloadConfigurationData()
{
try
{
aSeq
=
xNameAccess
->
getElementNames
();
xNameAccess
->
getElementNames
();
}
catch
(
const
::
com
::
sun
::
star
::
uno
::
Exception
&
)
{
...
...
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