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
026f38ac
Kaydet (Commit)
026f38ac
authored
Kas 03, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1327152 UrF: Unread field
Change-Id: I8a5418907570a53c2aaf88fc20458559b5bbf40e
üst
104a7281
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
_XNotifyingDispatch.java
qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java
+0
-2
No files found.
qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java
Dosyayı görüntüle @
026f38ac
...
@@ -55,7 +55,6 @@ public class _XNotifyingDispatch extends MultiMethodTest {
...
@@ -55,7 +55,6 @@ public class _XNotifyingDispatch extends MultiMethodTest {
*/
*/
protected
static
class
TestNotificationListener
implements
protected
static
class
TestNotificationListener
implements
com
.
sun
.
star
.
frame
.
XDispatchResultListener
{
com
.
sun
.
star
.
frame
.
XDispatchResultListener
{
public
boolean
disposingCalled
=
false
;
public
boolean
finishedDispatch
=
false
;
public
boolean
finishedDispatch
=
false
;
private
final
java
.
io
.
PrintWriter
log
;
private
final
java
.
io
.
PrintWriter
log
;
...
@@ -64,7 +63,6 @@ public class _XNotifyingDispatch extends MultiMethodTest {
...
@@ -64,7 +63,6 @@ public class _XNotifyingDispatch extends MultiMethodTest {
}
}
public
void
disposing
(
com
.
sun
.
star
.
lang
.
EventObject
e
)
{
public
void
disposing
(
com
.
sun
.
star
.
lang
.
EventObject
e
)
{
disposingCalled
=
true
;
log
.
println
(
" disposing was called."
)
;
log
.
println
(
" disposing was called."
)
;
}
}
...
...
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