diff options
Diffstat (limited to 'fpicker/source/office/QueryFolderName.hxx')
-rw-r--r-- | fpicker/source/office/QueryFolderName.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/QueryFolderName.hxx b/fpicker/source/office/QueryFolderName.hxx index 0783b2a86778..4b197f84dbee 100644 --- a/fpicker/source/office/QueryFolderName.hxx +++ b/fpicker/source/office/QueryFolderName.hxx @@ -33,7 +33,7 @@ private: VclPtr<OKButton> m_pOKBtn; DECL_LINK_TYPED( OKHdl, Button*, void ); - DECL_LINK( NameHdl, void * ); + DECL_LINK_TYPED( NameHdl, Edit&, void ); public: QueryFolderNameDialog(vcl::Window* _pParent, const OUString& rTitle, |