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
e5e051b2
Kaydet (Commit)
e5e051b2
authored
Nis 24, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: overriding virtual function declaration not marked 'override'
Change-Id: I1a7172cb9b2663b84874b3c3f277fb3b3786c7a4
üst
192eaec6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
menu.cxx
vcl/source/window/menu.cxx
+3
-3
No files found.
vcl/source/window/menu.cxx
Dosyayı görüntüle @
e5e051b2
...
@@ -505,11 +505,11 @@ private:
...
@@ -505,11 +505,11 @@ private:
DECL_LINK
(
AutoScroll
,
void
*
);
DECL_LINK
(
AutoScroll
,
void
*
);
DECL_LINK
(
ShowHideListener
,
VclWindowEvent
*
);
DECL_LINK
(
ShowHideListener
,
VclWindowEvent
*
);
v
oid
StateChanged
(
StateChangedType
nType
)
SAL_OVERRIDE
;
v
irtual
void
StateChanged
(
StateChangedType
nType
)
SAL_OVERRIDE
;
v
oid
DataChanged
(
const
DataChangedEvent
&
rDCEvt
)
SAL_OVERRIDE
;
v
irtual
void
DataChanged
(
const
DataChangedEvent
&
rDCEvt
)
SAL_OVERRIDE
;
protected
:
protected
:
Region
ImplCalcClipRegion
(
bool
bIncludeLogo
=
true
)
const
;
Region
ImplCalcClipRegion
(
bool
bIncludeLogo
=
true
)
const
;
v
oid
ImplInitClipRegion
()
;
v
irtual
void
ImplInitClipRegion
()
SAL_OVERRIDE
;
void
ImplDrawScroller
(
bool
bUp
);
void
ImplDrawScroller
(
bool
bUp
);
using
Window
::
ImplScroll
;
using
Window
::
ImplScroll
;
void
ImplScroll
(
const
Point
&
rMousePos
);
void
ImplScroll
(
const
Point
&
rMousePos
);
...
...
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