summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-12-17 21:00:50 +0100
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-12-18 09:30:15 +0100
commit58fdb89bc384019e4eaf181a956fe4ca7ed5dd07 (patch)
treef92ee421115c4634668df26d660bfaf0348252da /svtools/inc
parente468ca20c8e25df8a15c38aa3eb9c289f89f27f7 (diff)
File picker: add Path field for CMIS like other protocols
Change-Id: I9745831da13646d351858f221b1367374ebf737f
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/svtools/ServerDetailsControls.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/inc/svtools/ServerDetailsControls.hxx b/svtools/inc/svtools/ServerDetailsControls.hxx
index c6ab63f36637..1dfc05110b1e 100644
--- a/svtools/inc/svtools/ServerDetailsControls.hxx
+++ b/svtools/inc/svtools/ServerDetailsControls.hxx
@@ -143,6 +143,7 @@ class CmisDetailsContainer : public DetailsContainer
ListBox* m_pLBRepository;
Button* m_pBTRepoRefresh;
ListBox* m_pLBServerType;
+ Edit* m_pEDPath;
public:
CmisDetailsContainer( VclBuilderContainer* pBuilder );