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
446f9cf1
Kaydet (Commit)
446f9cf1
authored
Tem 12, 2018
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SvTreeListBox::DoubleClickHdl: SwContentTree more, tdf#115950 related
Change-Id: I86b5275484754b222698fb8c4540ff66bd6c962a
üst
46855d3a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
content.cxx
sw/source/uibase/utlui/content.cxx
+2
-1
No files found.
sw/source/uibase/utlui/content.cxx
Dosyayı görüntüle @
446f9cf1
...
...
@@ -1571,7 +1571,6 @@ IMPL_LINK_NOARG(SwContentTree, ContentDoubleClickHdl, SvTreeListBox*, bool)
if
(
lcl_IsContentType
(
pEntry
)
&&
!
pEntry
->
HasChildren
())
{
RequestingChildren
(
pEntry
);
return
true
;
// signal more to be done, i.e. expand children
}
else
if
(
!
lcl_IsContentType
(
pEntry
)
&&
(
State
::
HIDDEN
!=
m_eState
))
{
...
...
@@ -1586,7 +1585,9 @@ IMPL_LINK_NOARG(SwContentTree, ContentDoubleClickHdl, SvTreeListBox*, bool)
GotoContent
(
pCnt
);
if
(
pCnt
->
GetParent
()
->
GetType
()
==
ContentTypeId
::
FRAME
)
m_pActiveShell
->
EnterStdMode
();
return
false
;
// treelist processing finished
}
return
true
;
// signal more to be done, i.e. expand/collapse children
}
return
false
;
}
...
...
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