summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-06-19 17:53:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-06-20 09:05:06 +0100
commit9924925d2c815294d677411acfca8725611d0ca0 (patch)
treef4e26d744ab644125dc8f33d0e142b3c6c44a0af /sc
parent2606915f0f480af30367a5d0f67adbf930c2c6b9 (diff)
ScFilterListBox::LoseFocus doesn't seem to have a purpose...
after the strange code was removed by... commit c3a5012c5a9699040698505d3e34672382c026b8 Author: Caolán McNamara <caolanm@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
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/view/gridwin.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index c3afda7403c2..5e46be7fa1cb 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;