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
6f5589d5
Kaydet (Commit)
6f5589d5
authored
Kas 21, 2015
tarafından
Christian Lohmaier
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
android: another part where underline and strikethrough commands were swapped
Change-Id: I8fdde4b46e3e315a5b6a35cabc4495ebf69db057
üst
e6ca4cf5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
FormattingController.java
...source/src/java/org/libreoffice/FormattingController.java
+2
-2
No files found.
android/source/src/java/org/libreoffice/FormattingController.java
Dosyayı görüntüle @
6f5589d5
...
...
@@ -51,10 +51,10 @@ public class FormattingController implements View.OnClickListener {
LOKitShell
.
sendEvent
(
new
LOEvent
(
LOEvent
.
UNO_COMMAND
,
".uno:Italic"
));
break
;
case
R
.
id
.
button_strikethrough
:
LOKitShell
.
sendEvent
(
new
LOEvent
(
LOEvent
.
UNO_COMMAND
,
".uno:
Underline
"
));
LOKitShell
.
sendEvent
(
new
LOEvent
(
LOEvent
.
UNO_COMMAND
,
".uno:
Strikeout
"
));
break
;
case
R
.
id
.
button_underlined
:
LOKitShell
.
sendEvent
(
new
LOEvent
(
LOEvent
.
UNO_COMMAND
,
".uno:
Strikeout
"
));
LOKitShell
.
sendEvent
(
new
LOEvent
(
LOEvent
.
UNO_COMMAND
,
".uno:
Underline
"
));
break
;
case
R
.
id
.
button_align_left
:
LOKitShell
.
sendEvent
(
new
LOEvent
(
LOEvent
.
UNO_COMMAND
,
".uno:LeftPara"
));
...
...
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