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
60bb689c
Kaydet (Commit)
60bb689c
authored
Şub 20, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
StarOffice 5.1 was released in 1999, fixing this now
Change-Id: I0b6bf947f7d309820334ed1ac6eae5a29b5c69fb
üst
f1462843
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
menubtn.hxx
include/vcl/menubtn.hxx
+1
-1
menubtn.cxx
vcl/source/control/menubtn.cxx
+0
-6
No files found.
include/vcl/menubtn.hxx
Dosyayı görüntüle @
60bb689c
...
...
@@ -66,7 +66,7 @@ public:
void
ExecuteMenu
();
void
SetMenuMode
(
sal_uInt16
nMode
);
void
SetMenuMode
(
sal_uInt16
nMode
)
{
mnMenuMode
=
nMode
;
}
void
SetPopupMenu
(
PopupMenu
*
pNewMenu
);
PopupMenu
*
GetPopupMenu
()
const
{
return
mpMenu
;
}
...
...
vcl/source/control/menubtn.cxx
Dosyayı görüntüle @
60bb689c
...
...
@@ -160,12 +160,6 @@ void MenuButton::Select()
maSelectHdl
.
Call
(
this
);
}
void
MenuButton
::
SetMenuMode
(
sal_uInt16
nMode
)
{
// FIXME: It's better to not inline this for 5.1; in 6.0 we can make it inline, however
mnMenuMode
=
nMode
;
}
void
MenuButton
::
SetPopupMenu
(
PopupMenu
*
pNewMenu
)
{
if
(
pNewMenu
==
mpMenu
)
...
...
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