diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2015-06-12 19:04:24 +0200 |
---|---|---|
committer | Szymon Kłos <eszkadev@gmail.com> | 2015-07-16 09:52:57 +0200 |
commit | fb67496f857719d56ebac7b0247b50cae786f3da (patch) | |
tree | cbe5137c363c315ea6e67f7ce165792b40f61fe0 /include | |
parent | c4ab27c5eba8732927b76f66e91f8978e5b3b65e (diff) |
select the default repository (GDrive, OneDrive, Alfresco Cloud)
Change-Id: I436512807ba4d83aeb767585cd27d4df2c1bfb61
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/PlaceEditDialog.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svtools/PlaceEditDialog.hxx b/include/svtools/PlaceEditDialog.hxx index dc8840ae0423..de321a21abe2 100644 --- a/include/svtools/PlaceEditDialog.hxx +++ b/include/svtools/PlaceEditDialog.hxx @@ -39,6 +39,8 @@ private : VclPtr<PushButton> m_pBTDelete; + VclPtr<Button> m_pBTRepoRefresh; + VclPtr<VclGrid> m_pTypeGrid; /** Vector holding the details UI control for each server type. |