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
f7799477
Kaydet (Commit)
f7799477
authored
Eki 21, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cid#1327138 UrF: Unread field
Change-Id: I3454f75c9662c76203dd7a2a5e74827bf6d9baf8
üst
971069f4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
_XRadioButton.java
qadevOOo/tests/java/ifc/awt/_XRadioButton.java
+0
-4
No files found.
qadevOOo/tests/java/ifc/awt/_XRadioButton.java
Dosyayı görüntüle @
f7799477
...
@@ -46,8 +46,6 @@ public class _XRadioButton extends MultiMethodTest {
...
@@ -46,8 +46,6 @@ public class _XRadioButton extends MultiMethodTest {
* Listener implementation which sets flags on appropriate method calls
* Listener implementation which sets flags on appropriate method calls
*/
*/
protected
static
class
TestItemListener
implements
com
.
sun
.
star
.
awt
.
XItemListener
{
protected
static
class
TestItemListener
implements
com
.
sun
.
star
.
awt
.
XItemListener
{
public
boolean
disposingCalled
=
false
;
public
boolean
itemStateChangedCalled
=
false
;
private
final
java
.
io
.
PrintWriter
log
;
private
final
java
.
io
.
PrintWriter
log
;
public
TestItemListener
(
java
.
io
.
PrintWriter
log
)
{
public
TestItemListener
(
java
.
io
.
PrintWriter
log
)
{
...
@@ -55,12 +53,10 @@ public class _XRadioButton extends MultiMethodTest {
...
@@ -55,12 +53,10 @@ public class _XRadioButton 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."
)
;
}
}
public
void
itemStateChanged
(
com
.
sun
.
star
.
awt
.
ItemEvent
e
)
{
public
void
itemStateChanged
(
com
.
sun
.
star
.
awt
.
ItemEvent
e
)
{
itemStateChangedCalled
=
true
;
log
.
println
(
" itemStateChanged was called."
)
;
log
.
println
(
" itemStateChanged 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