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
ef6e8915
Kaydet (Commit)
ef6e8915
authored
Haz 05, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#705178 Missing break in switch, assuming its intentional
Change-Id: I3f0b7796b4ea28c55255327ccf5b2d523ecca053
üst
699c1717
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
formula.cxx
hwpfilter/source/formula.cxx
+2
-0
No files found.
hwpfilter/source/formula.cxx
Dosyayı görüntüle @
ef6e8915
...
@@ -180,8 +180,10 @@ void Formula::makeExpr(Node *res)
...
@@ -180,8 +180,10 @@ void Formula::makeExpr(Node *res)
break
;
break
;
case
ID_BLOCK
:
case
ID_BLOCK
:
makeBlock
(
tmp
);
makeBlock
(
tmp
);
//fall-through
case
ID_BEGIN
:
case
ID_BEGIN
:
makeBegin
(
tmp
);
makeBegin
(
tmp
);
//fall-through
case
ID_END
:
case
ID_END
:
makeEnd
(
tmp
);
makeEnd
(
tmp
);
break
;
break
;
...
...
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