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
ad467c13
Kaydet (Commit)
ad467c13
authored
Eyl 07, 2012
tarafından
Noel Grandin
Kaydeden (comit)
Michael Stahl
Eyl 10, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Java cleanup, remove dead code
Change-Id: Ic937a028a35c19adca9c42f6c59243a807ce3457
üst
43cd64dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
20 deletions
+0
-20
OnewayExecutor.java
...ersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java
+0
-20
No files found.
odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java
Dosyayı görüntüle @
ad467c13
...
@@ -34,8 +34,6 @@
...
@@ -34,8 +34,6 @@
import
java.util.Vector
;
import
java.util.Vector
;
import
com.sun.star.frame.FrameActionEvent
;
// __________ Implementation __________
// __________ Implementation __________
/**
/**
...
@@ -147,24 +145,6 @@ class OnewayExecutor extends Thread
...
@@ -147,24 +145,6 @@ class OnewayExecutor extends Thread
// _______________________________
// _______________________________
public
static
void
codeStatusChanged
(
boolean
bEncode
,
Vector
[]
lParams
,
com
.
sun
.
star
.
frame
.
FeatureStateEvent
[]
aStatus
)
{
if
(
bEncode
)
{
lParams
[
0
]
=
new
Vector
<
Object
>(
1
);
lParams
[
0
].
add
(
(
Object
)
aStatus
[
0
]
);
}
else
{
aStatus
[
0
]
=
(
com
.
sun
.
star
.
frame
.
FeatureStateEvent
)
(
lParams
[
0
].
elementAt
(
0
));
}
}
// _______________________________
public
static
void
codeAddOrRemoveStatusListener
(
public
static
void
codeAddOrRemoveStatusListener
(
boolean
bEncode
,
Vector
[]
lParams
,
boolean
bEncode
,
Vector
[]
lParams
,
com
.
sun
.
star
.
frame
.
XStatusListener
[]
xListener
,
com
.
sun
.
star
.
frame
.
XStatusListener
[]
xListener
,
...
...
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