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
3801e506
Kaydet (Commit)
3801e506
authored
Nis 29, 2015
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Protect against event emission during dispose.
Change-Id: I8c97fdb637a8ea4d50bef5815ef3716a4be03688
üst
d4a12421
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
redlndlg.cxx
sw/source/uibase/misc/redlndlg.cxx
+3
-0
tabctrl.cxx
vcl/source/control/tabctrl.cxx
+1
-1
No files found.
sw/source/uibase/misc/redlndlg.cxx
Dosyayı görüntüle @
3801e506
...
...
@@ -254,6 +254,9 @@ void SwRedlineAcceptDlg::InitAuthors()
{
SwWrtShell
*
pSh
=
::
GetActiveView
()
->
GetWrtShellPtr
();
if
(
!
aTabPagesCTRL
)
return
;
SvxTPFilter
*
pFilterPage
=
aTabPagesCTRL
->
GetFilterPage
();
std
::
vector
<
OUString
>
aStrings
;
...
...
vcl/source/control/tabctrl.cxx
Dosyayı görüntüle @
3801e506
...
...
@@ -1357,7 +1357,7 @@ void TabControl::GetFocus()
void
TabControl
::
LoseFocus
()
{
if
(
!
mpTabCtrlData
->
mpListBox
)
if
(
mpTabCtrlData
&&
!
mpTabCtrlData
->
mpListBox
)
HideFocus
();
Control
::
LoseFocus
();
}
...
...
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