summaryrefslogtreecommitdiff
path: root/fpicker/source/office/PlacesListBox.hxx
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2015-10-01 19:31:17 +0200
committerCaolán McNamara <caolanm@redhat.com>2015-10-02 10:44:41 +0000
commit39a438dec58f0502a45cccbbc5257ae47e74df68 (patch)
tree9af4a4f78d1a191beb5222a50526cdb4c7e7bc11 /fpicker/source/office/PlacesListBox.hxx
parentae850353151cd6a79f7b4a012d0a411013c841a4 (diff)
tdf#57370 : Open place after pressing 'Enter'
Change-Id: Iabcf17b71b3fe06a25bb7b0e7f3aa65ad0663e69 Reviewed-on: https://gerrit.libreoffice.org/19085 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'fpicker/source/office/PlacesListBox.hxx')
-rw-r--r--fpicker/source/office/PlacesListBox.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/fpicker/source/office/PlacesListBox.hxx b/fpicker/source/office/PlacesListBox.hxx
index b5b6a6ed45bf..fba20feb55be 100644
--- a/fpicker/source/office/PlacesListBox.hxx
+++ b/fpicker/source/office/PlacesListBox.hxx
@@ -70,6 +70,8 @@ class PlacesListBox : public Control
VclPtr<PushButton> GetDeleteButton() const { return mpDelBtn; }
VclPtr<PlacesListBox_Impl> GetPlacesListBox() const { return mpImpl; }
+ virtual bool Notify( NotifyEvent& rNEvt ) SAL_OVERRIDE;
+
private:
Image getEntryIcon( PlacePtr pPlace );