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
081837db
Kaydet (Commit)
081837db
authored
Ock 25, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#440995 Logically dead code
Change-Id: I8494cef9c63895c0d7b0a2377961da2df8f34606
üst
cb10f332
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
scrbar.cxx
vcl/source/control/scrbar.cxx
+1
-2
No files found.
vcl/source/control/scrbar.cxx
Dosyayı görüntüle @
081837db
...
@@ -1305,7 +1305,6 @@ Rectangle* ScrollBar::ImplFindPartRect( const Point& rPt )
...
@@ -1305,7 +1305,6 @@ Rectangle* ScrollBar::ImplFindPartRect( const Point& rPt )
bool
ScrollBar
::
PreNotify
(
NotifyEvent
&
rNEvt
)
bool
ScrollBar
::
PreNotify
(
NotifyEvent
&
rNEvt
)
{
{
bool
nDone
=
false
;
const
MouseEvent
*
pMouseEvt
=
NULL
;
const
MouseEvent
*
pMouseEvt
=
NULL
;
if
(
(
rNEvt
.
GetType
()
==
EVENT_MOUSEMOVE
)
&&
(
pMouseEvt
=
rNEvt
.
GetMouseEvent
())
!=
NULL
)
if
(
(
rNEvt
.
GetType
()
==
EVENT_MOUSEMOVE
)
&&
(
pMouseEvt
=
rNEvt
.
GetMouseEvent
())
!=
NULL
)
...
@@ -1343,7 +1342,7 @@ bool ScrollBar::PreNotify( NotifyEvent& rNEvt )
...
@@ -1343,7 +1342,7 @@ bool ScrollBar::PreNotify( NotifyEvent& rNEvt )
}
}
}
}
return
nDone
||
Control
::
PreNotify
(
rNEvt
);
return
Control
::
PreNotify
(
rNEvt
);
}
}
...
...
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