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
383dbc04
Kaydet (Commit)
383dbc04
authored
Mar 20, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#705160 Missing break in switch
Change-Id: I7be86ec16743dd8342cd82c9fcd089cb36d668ce
üst
bb7d4a00
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
swfwriter1.cxx
filter/source/flash/swfwriter1.cxx
+2
-1
No files found.
filter/source/flash/swfwriter1.cxx
Dosyayı görüntüle @
383dbc04
...
@@ -1803,7 +1803,7 @@ void Writer::Impl_writeActions( const GDIMetaFile& rMtf )
...
@@ -1803,7 +1803,7 @@ void Writer::Impl_writeActions( const GDIMetaFile& rMtf )
const
MetaISectRectClipRegionAction
*
pA
=
(
const
MetaISectRectClipRegionAction
*
)
pAction
;
const
MetaISectRectClipRegionAction
*
pA
=
(
const
MetaISectRectClipRegionAction
*
)
pAction
;
clipRect
=
pA
->
GetRect
();
clipRect
=
pA
->
GetRect
();
}
}
//fall-through
//
fall-through
case
(
META_CLIPREGION_ACTION
):
case
(
META_CLIPREGION_ACTION
):
case
(
META_ISECTREGIONCLIPREGION_ACTION
):
case
(
META_ISECTREGIONCLIPREGION_ACTION
):
case
(
META_MOVECLIPREGION_ACTION
):
case
(
META_MOVECLIPREGION_ACTION
):
...
@@ -1816,6 +1816,7 @@ void Writer::Impl_writeActions( const GDIMetaFile& rMtf )
...
@@ -1816,6 +1816,7 @@ void Writer::Impl_writeActions( const GDIMetaFile& rMtf )
{
{
bMap
++
;
bMap
++
;
}
}
// fall-through
case
(
META_REFPOINT_ACTION
):
case
(
META_REFPOINT_ACTION
):
case
(
META_LINECOLOR_ACTION
):
case
(
META_LINECOLOR_ACTION
):
case
(
META_FILLCOLOR_ACTION
):
case
(
META_FILLCOLOR_ACTION
):
...
...
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