summaryrefslogtreecommitdiff
path: root/fpicker/source/office/PlaceEditDialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/PlaceEditDialog.hxx')
-rw-r--r--fpicker/source/office/PlaceEditDialog.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/fpicker/source/office/PlaceEditDialog.hxx b/fpicker/source/office/PlaceEditDialog.hxx
index fd38f13b0d8e..b74eb617300f 100644
--- a/fpicker/source/office/PlaceEditDialog.hxx
+++ b/fpicker/source/office/PlaceEditDialog.hxx
@@ -71,7 +71,8 @@ private :
FixedText m_aFTCmisBinding;
Edit m_aEDCmisBinding;
FixedText m_aFTCmisRepository;
- Edit m_aEDCmisRepository;
+ ListBox m_aLBCmisRepository;
+ ImageButton m_aBTCmisRepoRefresh;
FixedText m_aFTUsername;
Edit m_aEDUsername;
@@ -106,10 +107,11 @@ private:
void InitDetails( );
- DECL_LINK ( OKHdl, Button * );
- DECL_LINK ( DelHdl, Button * );
- DECL_LINK ( EditHdl, void * );
+ DECL_LINK ( OKHdl, Button * );
+ DECL_LINK ( DelHdl, Button * );
+ DECL_LINK ( EditHdl, void * );
DECL_LINK ( SelectTypeHdl, void * );
+ DECL_LINK ( EditUsernameHdl, void * );
};