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
ddfb875b
Kaydet (Commit)
ddfb875b
authored
Eki 02, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1242768 Unused value
Change-Id: Ida66a4a4d00caa49e993938f86e357e4351a60c5
üst
8559539c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
layoutmanager.cxx
framework/source/layoutmanager/layoutmanager.cxx
+1
-2
No files found.
framework/source/layoutmanager/layoutmanager.cxx
Dosyayı görüntüle @
ddfb875b
...
@@ -752,7 +752,6 @@ void LayoutManager::implts_updateUIElementsVisibleState( bool bSetVisible )
...
@@ -752,7 +752,6 @@ void LayoutManager::implts_updateUIElementsVisibleState( bool bSetVisible )
MenuBarManager
*
pInplaceMenuBar
(
m_pInplaceMenuBar
);
MenuBarManager
*
pInplaceMenuBar
(
m_pInplaceMenuBar
);
aWriteLock
.
clear
();
aWriteLock
.
clear
();
bool
bMustDoLayout
(
false
);
if
((
xMenuBar
.
is
()
||
xInplaceMenuBar
.
is
()
)
&&
xContainerWindow
.
is
()
)
if
((
xMenuBar
.
is
()
||
xInplaceMenuBar
.
is
()
)
&&
xContainerWindow
.
is
()
)
{
{
SolarMutexGuard
aGuard
;
SolarMutexGuard
aGuard
;
...
@@ -773,10 +772,10 @@ void LayoutManager::implts_updateUIElementsVisibleState( bool bSetVisible )
...
@@ -773,10 +772,10 @@ void LayoutManager::implts_updateUIElementsVisibleState( bool bSetVisible )
pSysWindow
->
SetMenuBar
(
pMenuBar
,
m_xFrame
);
pSysWindow
->
SetMenuBar
(
pMenuBar
,
m_xFrame
);
else
else
pSysWindow
->
SetMenuBar
(
0
);
pSysWindow
->
SetMenuBar
(
0
);
bMustDoLayout
=
true
;
}
}
}
}
bool
bMustDoLayout
;
// Hide/show the statusbar according to bSetVisible
// Hide/show the statusbar according to bSetVisible
if
(
bSetVisible
)
if
(
bSetVisible
)
bMustDoLayout
=
!
implts_showStatusBar
();
bMustDoLayout
=
!
implts_showStatusBar
();
...
...
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