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
125c845f
Kaydet (Commit)
125c845f
authored
Mar 16, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
attempt to address reported loplugin:vclwidgets warning
Change-Id: I6ccefa2d5d1c57cf9f1c4041d14c92d03ded1333
üst
f958db47
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
menu.hxx
include/vcl/menu.hxx
+1
-1
menu.cxx
vcl/source/window/menu.cxx
+3
-3
No files found.
include/vcl/menu.hxx
Dosyayı görüntüle @
125c845f
...
...
@@ -413,7 +413,7 @@ class VCL_DLLPUBLIC MenuBar : public Menu
bool
mbFloatBtnVisible
:
1
;
bool
mbHideBtnVisible
:
1
;
bool
mbDisplayable
:
1
;
SystemWindow
*
mp
AssociatedSystemWindow
;
VclPtr
<
SystemWindow
>
mx
AssociatedSystemWindow
;
friend
class
Application
;
friend
class
Menu
;
...
...
vcl/source/window/menu.cxx
Dosyayı görüntüle @
125c845f
...
...
@@ -2494,9 +2494,9 @@ MenuBar::MenuBar(SystemWindow* pAssociatedSystemWindow)
mbFloatBtnVisible
(
false
),
mbHideBtnVisible
(
false
),
mbDisplayable
(
true
),
m
p
AssociatedSystemWindow
(
pAssociatedSystemWindow
)
m
x
AssociatedSystemWindow
(
pAssociatedSystemWindow
)
{
mpSalMenu
=
ImplGetSVData
()
->
mpDefInst
->
CreateMenu
(
true
,
this
,
m
pAssociatedSystemWindow
);
mpSalMenu
=
ImplGetSVData
()
->
mpDefInst
->
CreateMenu
(
true
,
this
,
m
xAssociatedSystemWindow
.
get
()
);
}
MenuBar
::
MenuBar
(
const
MenuBar
&
rMenu
)
...
...
@@ -2506,7 +2506,7 @@ MenuBar::MenuBar( const MenuBar& rMenu )
mbHideBtnVisible
(
false
),
mbDisplayable
(
true
)
{
mpSalMenu
=
ImplGetSVData
()
->
mpDefInst
->
CreateMenu
(
true
,
this
,
m
pAssociatedSystemWindow
);
mpSalMenu
=
ImplGetSVData
()
->
mpDefInst
->
CreateMenu
(
true
,
this
,
m
xAssociatedSystemWindow
.
get
()
);
*
this
=
rMenu
;
}
...
...
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