summaryrefslogtreecommitdiff
path: root/fpicker/source/office/PlacesListBox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/PlacesListBox.hxx')
-rw-r--r--fpicker/source/office/PlacesListBox.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/office/PlacesListBox.hxx b/fpicker/source/office/PlacesListBox.hxx
index 5ea96efa3ce2..d4c10de5601e 100644
--- a/fpicker/source/office/PlacesListBox.hxx
+++ b/fpicker/source/office/PlacesListBox.hxx
@@ -76,8 +76,8 @@ class PlacesListBox : public Control
Image getEntryIcon( const PlacePtr& pPlace );
- DECL_LINK_TYPED( Selection, SvTreeListBox*, void );
- DECL_LINK_TYPED( DoubleClick, SvTreeListBox*, bool );
+ DECL_LINK( Selection, SvTreeListBox*, void );
+ DECL_LINK( DoubleClick, SvTreeListBox*, bool );
};
#endif