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
f9d13d6e
Kaydet (Commit)
f9d13d6e
authored
Şub 11, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1130400 Missing break in switch
Change-Id: I4f70ffd8fad4034409c8826e7924f5900ff81232
üst
7508574a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
htmlform.cxx
sw/source/filter/html/htmlform.cxx
+5
-0
No files found.
sw/source/filter/html/htmlform.cxx
Dosyayı görüntüle @
f9d13d6e
...
...
@@ -1546,6 +1546,7 @@ void SwHTMLParser::InsertInput()
case
HTML_O_SDONFOCUS
:
eScriptType2
=
STARBASIC
;
//fallthrough
case
HTML_O_ONFOCUS
:
nEvent
=
HTML_ET_ONGETFOCUS
;
bSetEvent
=
sal_True
;
...
...
@@ -1553,6 +1554,7 @@ void SwHTMLParser::InsertInput()
case
HTML_O_SDONBLUR
:
// eigtl. nur EDIT
eScriptType2
=
STARBASIC
;
//fallthrough
case
HTML_O_ONBLUR
:
nEvent
=
HTML_ET_ONLOSEFOCUS
;
bSetEvent
=
sal_True
;
...
...
@@ -1560,6 +1562,7 @@ void SwHTMLParser::InsertInput()
case
HTML_O_SDONCLICK
:
eScriptType2
=
STARBASIC
;
//fallthrough
case
HTML_O_ONCLICK
:
nEvent
=
HTML_ET_ONCLICK
;
bSetEvent
=
sal_True
;
...
...
@@ -1567,6 +1570,7 @@ void SwHTMLParser::InsertInput()
case
HTML_O_SDONCHANGE
:
// eigtl. nur EDIT
eScriptType2
=
STARBASIC
;
//fallthrough
case
HTML_O_ONCHANGE
:
nEvent
=
HTML_ET_ONCHANGE
;
bSetEvent
=
sal_True
;
...
...
@@ -1574,6 +1578,7 @@ void SwHTMLParser::InsertInput()
case
HTML_O_SDONSELECT
:
// eigtl. nur EDIT
eScriptType2
=
STARBASIC
;
//fallthrough
case
HTML_O_ONSELECT
:
nEvent
=
HTML_ET_ONSELECT
;
bSetEvent
=
sal_True
;
...
...
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