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
7e5ade13
Kaydet (Commit)
7e5ade13
authored
May 25, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
because pCW->bCreate is always set to true, the conditional isn't useful
Change-Id: Icba66b3832cdf8dbd916604f08cb1d5f9bb81873
üst
c9ed6e83
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
13 deletions
+10
-13
workwin.cxx
sfx2/source/appl/workwin.cxx
+10
-13
No files found.
sfx2/source/appl/workwin.cxx
Dosyayı görüntüle @
7e5ade13
...
...
@@ -1897,20 +1897,17 @@ void SfxWorkWindow::ToggleChildWindow_Impl(sal_uInt16 nId, bool bSetFocus)
else
{
pCW
->
bCreate
=
true
;
if
(
pC
W
->
bCreate
)
if
(
pC
hild
)
{
if
(
pChild
)
{
ShowChildWindow_Impl
(
nId
,
true
,
bSetFocus
);
}
else
{
// create actual Window
CreateChildWin_Impl
(
pCW
,
bSetFocus
);
if
(
!
pCW
->
pWin
)
// no success
pCW
->
bCreate
=
false
;
}
ShowChildWindow_Impl
(
nId
,
true
,
bSetFocus
);
}
else
{
// create actual Window
CreateChildWin_Impl
(
pCW
,
bSetFocus
);
if
(
!
pCW
->
pWin
)
// no success
pCW
->
bCreate
=
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