[Libreoffice-commits] core.git: sc/source
Caolán McNamara
caolanm at redhat.com
Mon Jun 20 08:06:28 UTC 2016
sc/source/ui/view/gridwin.cxx | 6 ------
1 file changed, 6 deletions(-)
New commits:
commit 9924925d2c815294d677411acfca8725611d0ca0
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sun Jun 19 17:53:15 2016 +0100
ScFilterListBox::LoseFocus doesn't seem to have a purpose...
after the strange code was removed by...
commit c3a5012c5a9699040698505d3e34672382c026b8
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sun Jun 19 17:42:56 2016 +0100
Related: tdf#99310 data validity cell range dropdown empty under windows
Change-Id: Icf6acdb2e5fff90aff45704f17f7918c877e166e
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index c3afda7..5e46be7 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -219,7 +219,6 @@ private:
ScFilterBoxMode eMode;
protected:
- virtual void LoseFocus() override;
void SelectHdl();
public:
@@ -282,11 +281,6 @@ void ScFilterListBox::EndInit()
bInit = false;
}
-void ScFilterListBox::LoseFocus()
-{
- vcl::Window::LoseFocus();
-}
-
bool ScFilterListBox::PreNotify( NotifyEvent& rNEvt )
{
bool bDone = false;
More information about the Libreoffice-commits
mailing list