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
7c586c41
Kaydet (Commit)
7c586c41
authored
Şub 11, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#704224 Logically dead code
Change-Id: Ic113260ff969f3bb670cb8ecaf5d6068dea5dbdd
üst
d63170c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
oo3extensionmigration.cxx
desktop/source/migration/services/oo3extensionmigration.cxx
+0
-10
No files found.
desktop/source/migration/services/oo3extensionmigration.cxx
Dosyayı görüntüle @
7c586c41
...
@@ -442,7 +442,6 @@ void TmpRepositoryCommandEnv::handle(
...
@@ -442,7 +442,6 @@ void TmpRepositoryCommandEnv::handle(
OSL_ASSERT
(
xRequest
->
getRequest
().
getValueTypeClass
()
==
uno
::
TypeClass_EXCEPTION
);
OSL_ASSERT
(
xRequest
->
getRequest
().
getValueTypeClass
()
==
uno
::
TypeClass_EXCEPTION
);
bool
approve
=
true
;
bool
approve
=
true
;
bool
abort
=
false
;
// select:
// select:
uno
::
Sequence
<
Reference
<
task
::
XInteractionContinuation
>
>
conts
(
uno
::
Sequence
<
Reference
<
task
::
XInteractionContinuation
>
>
conts
(
...
@@ -461,15 +460,6 @@ void TmpRepositoryCommandEnv::handle(
...
@@ -461,15 +460,6 @@ void TmpRepositoryCommandEnv::handle(
approve
=
false
;
approve
=
false
;
}
}
}
}
else
if
(
abort
)
{
uno
::
Reference
<
task
::
XInteractionAbort
>
xInteractionAbort
(
pConts
[
pos
],
uno
::
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