summaryrefslogtreecommitdiff
path: root/fpicker/source/office/QueryFolderName.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/QueryFolderName.hxx')
-rw-r--r--fpicker/source/office/QueryFolderName.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/QueryFolderName.hxx b/fpicker/source/office/QueryFolderName.hxx
index cf864aff88ef..d448f354b3a1 100644
--- a/fpicker/source/office/QueryFolderName.hxx
+++ b/fpicker/source/office/QueryFolderName.hxx
@@ -32,7 +32,7 @@ private:
VclPtr<VclFrame> m_pNameLine;
VclPtr<OKButton> m_pOKBtn;
- DECL_LINK( OKHdl, void * );
+ DECL_LINK_TYPED( OKHdl, Button*, void );
DECL_LINK( NameHdl, void * );
public: