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
706893eb
Kaydet (Commit)
706893eb
authored
Mar 21, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#736078 Missing break in switch
Change-Id: I9b47828d3aea4d84788958f56056c1b62a806b36
üst
adcb33d7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
layout.cxx
vcl/source/window/layout.cxx
+1
-0
No files found.
vcl/source/window/layout.cxx
Dosyayı görüntüle @
706893eb
...
@@ -602,6 +602,7 @@ void VclButtonBox::setAllocation(const Size &rAllocation)
...
@@ -602,6 +602,7 @@ void VclButtonBox::setAllocation(const Size &rAllocation)
break
;
break
;
default
:
default
:
SAL_WARN
(
"vcl.layout"
,
"todo unimplemented layout style"
);
SAL_WARN
(
"vcl.layout"
,
"todo unimplemented layout style"
);
//fall-through
case
VCL_BUTTONBOX_DEFAULT_STYLE
:
case
VCL_BUTTONBOX_DEFAULT_STYLE
:
case
VCL_BUTTONBOX_END
:
case
VCL_BUTTONBOX_END
:
if
(
!
aReq
.
m_aMainGroupDimensions
.
empty
())
if
(
!
aReq
.
m_aMainGroupDimensions
.
empty
())
...
...
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