summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2015-08-10 16:07:40 +0200
committerSzymon Kłos <eszkadev@gmail.com>2015-08-14 08:45:45 +0200
commit98a5c264b79998b6ec83e3fb18c4c33a1512a7ca (patch)
treeb91d28b1d78e86ff15cf3e0edcdf83263cc83f23 /fpicker
parentbd277973b2e3e467b665e30c0ba56ad372d3d233 (diff)
added password field in the Add service dialog
Change-Id: I1074a3a2980e939de3f578cb566bab1e0ed96aed
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/RemoteFilesDialog.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/fpicker/source/office/RemoteFilesDialog.cxx b/fpicker/source/office/RemoteFilesDialog.cxx
index 7b90ae07b8ae..37c95351179a 100644
--- a/fpicker/source/office/RemoteFilesDialog.cxx
+++ b/fpicker/source/office/RemoteFilesDialog.cxx
@@ -655,6 +655,7 @@ void RemoteFilesDialog::DisableControls()
IMPL_LINK_NOARG ( RemoteFilesDialog, AddServiceHdl )
{
ScopedVclPtrInstance< PlaceEditDialog > aDlg( this );
+ aDlg->ShowPasswordControl();
short aRetCode = aDlg->Execute();
switch( aRetCode )