summaryrefslogtreecommitdiff
path: root/include/svtools/ServerDetailsControls.hxx
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2015-06-02 20:20:47 +0200
committerSzymon Kłos <eszkadev@gmail.com>2015-07-16 09:52:42 +0200
commit4f354a2e1fcbfa960b848f94f4b5dc652e451a6c (patch)
treee55a3c291096190e419eea1b0869bc71c63eca71 /include/svtools/ServerDetailsControls.hxx
parent1cf19ed4103fc1a700fc6c40e17fb7323c3f631d (diff)
services reordering, changed PlaceEditDialog UI
Change-Id: I261986286f036816b9b6f05d521c560b0247791d
Diffstat (limited to 'include/svtools/ServerDetailsControls.hxx')
-rw-r--r--include/svtools/ServerDetailsControls.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/ServerDetailsControls.hxx b/include/svtools/ServerDetailsControls.hxx
index 2c7f1b2ab64e..e56f3e712f32 100644
--- a/include/svtools/ServerDetailsControls.hxx
+++ b/include/svtools/ServerDetailsControls.hxx
@@ -25,7 +25,7 @@ class DetailsContainer
{
private:
Link<> m_aChangeHdl;
- VclPtr<VclFrame> m_pFrame;
+ VclPtr<VclGrid> m_pFrame;
public:
DetailsContainer( VclBuilderContainer* pBuilder, const OString& rFrame );
@@ -123,7 +123,7 @@ class CmisDetailsContainer : public DetailsContainer
VclPtr<Edit> m_pEDBinding;
VclPtr<ListBox> m_pLBRepository;
VclPtr<Button> m_pBTRepoRefresh;
- VclPtr<Edit> m_pEDPath;
+ VclPtr<Edit> m_pEDRoot;
public:
CmisDetailsContainer( VclBuilderContainer* pBuilder, OUString sBinding );