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:32:46 +0100
commit75353e716720f8c83b985b60545586f9a9e616c7 (patch)
tree828ccc82f0c1106e5fa8364554d3105fc5287286 /svtools/inc
parent315b9b4a5c53eed5fd283bc329e05d7d8fbc9ebc (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 );