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
d63170c4
Kaydet (Commit)
d63170c4
authored
Şub 11, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#704223 Logically dead code
Change-Id: I4d5380f7c60ff10d1e1c2560e1e1288eb79cd056
üst
c6ea43e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
11 deletions
+1
-11
dp_gui_updateinstalldialog.cxx
desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx
+1
-11
No files found.
desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx
Dosyayı görüntüle @
d63170c4
...
...
@@ -661,7 +661,6 @@ void UpdateCommandEnv::handle(
css
::
deployment
::
VersionException
verExc
;
bool
approve
=
false
;
bool
abort
=
false
;
if
(
request
>>=
verExc
)
{
//We must catch the version exception during the update,
...
...
@@ -672,7 +671,7 @@ void UpdateCommandEnv::handle(
approve
=
true
;
}
if
(
approve
==
false
&&
abort
==
false
)
if
(
approve
==
false
)
{
//forward to interaction handler for main dialog.
handleInteractionRequest
(
m_xContext
,
xRequest
);
...
...
@@ -696,15 +695,6 @@ void UpdateCommandEnv::handle(
approve
=
false
;
}
}
else
if
(
abort
)
{
cssu
::
Reference
<
css
::
task
::
XInteractionAbort
>
xInteractionAbort
(
pConts
[
pos
],
cssu
::
UNO_QUERY
);
if
(
xInteractionAbort
.
is
())
{
xInteractionAbort
->
select
();
// don't query again for ongoing continuations:
abort
=
false
;
}
}
}
}
}
...
...
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