diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2014-05-05 22:00:09 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2014-05-05 22:22:39 +0300 |
commit | 1a2a961c1e7cdef648c28e211433e8de6e8a831b (patch) | |
tree | 02d443df58c21354baaf1657f329f480273023c4 /include/sfx2/recentdocsview.hxx | |
parent | 25195658ab405cfc288950e15529e97ceb72575d (diff) |
startcenter: react on mouse down instead
There is a good reason for that: File lists of
some file pickers handle double click event on
mouse down. So if a start center thumbnail is
exactly behind the file on which the user double-
clicked, it will receive the mouse up event, and
will also open.
Change-Id: I9fc9ceff0874d0486d5b568c9b35143c8d8aabf8
Diffstat (limited to 'include/sfx2/recentdocsview.hxx')
-rw-r--r-- | include/sfx2/recentdocsview.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/recentdocsview.hxx b/include/sfx2/recentdocsview.hxx index c1ba062a7fee..0ebf30ed4145 100644 --- a/include/sfx2/recentdocsview.hxx +++ b/include/sfx2/recentdocsview.hxx @@ -63,8 +63,6 @@ public: protected: virtual void MouseButtonDown( const MouseEvent& rMEvt ) SAL_OVERRIDE; - virtual void MouseButtonUp( const MouseEvent& rMEvt ) SAL_OVERRIDE; - virtual void OnItemDblClicked(ThumbnailViewItem *pItem) SAL_OVERRIDE; virtual void Paint( const Rectangle& rRect ) SAL_OVERRIDE; |