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
9feffdbe
Kaydet (Commit)
9feffdbe
authored
Kas 21, 2015
tarafından
Christian Lohmaier
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
android: underline and strikethrough commands were swapped
Change-Id: Id7157ea5fadd684dceec52f69ec9279c4107b5f1
üst
24271e34
Show 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 @
9feffdbe
...
@@ -85,10 +85,10 @@ public class FormattingController implements View.OnClickListener {
...
@@ -85,10 +85,10 @@ public class FormattingController implements View.OnClickListener {
buttonId
=
R
.
id
.
button_italic
;
buttonId
=
R
.
id
.
button_italic
;
break
;
break
;
case
Document
.
UNDERLINE
:
case
Document
.
UNDERLINE
:
buttonId
=
R
.
id
.
button_
strikethrough
;
buttonId
=
R
.
id
.
button_
underlined
;
break
;
break
;
case
Document
.
STRIKEOUT
:
case
Document
.
STRIKEOUT
:
buttonId
=
R
.
id
.
button_
underlined
;
buttonId
=
R
.
id
.
button_
strikethrough
;
break
;
break
;
case
Document
.
ALIGN_LEFT
:
case
Document
.
ALIGN_LEFT
:
buttonId
=
R
.
id
.
button_align_left
;
buttonId
=
R
.
id
.
button_align_left
;
...
...
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