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
e0dd0e82
Kaydet (Commit)
e0dd0e82
authored
Nis 03, 2013
tarafından
Terrence Enger
Kaydeden (comit)
Caolán McNamara
Nis 03, 2013
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Resolves: fdo#61688 SIGABRT with debug build in sortIntoBestTabTraversalOrder
Change-Id: I28b125405eda3362d0c71a1e1052ef4d3afbcf34
üst
7470c93a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
builder.cxx
vcl/source/window/builder.cxx
+2
-0
No files found.
vcl/source/window/builder.cxx
Dosyayı görüntüle @
e0dd0e82
...
@@ -1389,6 +1389,8 @@ void VclBuilder::handleTabChild(Window *pParent, xmlreader::XmlReader &reader)
...
@@ -1389,6 +1389,8 @@ void VclBuilder::handleTabChild(Window *pParent, xmlreader::XmlReader &reader)
//we sort these into a best-tab-order sequence
//we sort these into a best-tab-order sequence
bool
VclBuilder
::
sortIntoBestTabTraversalOrder
::
operator
()(
const
Window
*
pA
,
const
Window
*
pB
)
const
bool
VclBuilder
::
sortIntoBestTabTraversalOrder
::
operator
()(
const
Window
*
pA
,
const
Window
*
pB
)
const
{
{
if
(
pA
==
pB
)
return
false
;
//sort child order within parent list by grid position
//sort child order within parent list by grid position
sal_Int32
nTopA
=
pA
->
get_grid_top_attach
();
sal_Int32
nTopA
=
pA
->
get_grid_top_attach
();
sal_Int32
nTopB
=
pB
->
get_grid_top_attach
();
sal_Int32
nTopB
=
pB
->
get_grid_top_attach
();
...
...
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