summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2015-08-11 11:26:24 +0200
committerSzymon Kłos <eszkadev@gmail.com>2015-08-14 08:45:49 +0200
commita38e2ff72079a392a0f1c419ee9cfce472dca6e1 (patch)
tree5be336384d98470330d079c96efd57df258e1485 /include
parentb5be942585db167aae58a4b820e9786f80a84096 (diff)
store password for service if filled
Change-Id: I99ce30516a3d8859c060c8e85f8f8ea5e5217d61
Diffstat (limited to 'include')
-rw-r--r--include/svtools/PlaceEditDialog.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svtools/PlaceEditDialog.hxx b/include/svtools/PlaceEditDialog.hxx
index cfcfe67c4dc4..79ec3487a28e 100644
--- a/include/svtools/PlaceEditDialog.hxx
+++ b/include/svtools/PlaceEditDialog.hxx
@@ -70,6 +70,7 @@ public :
OUString GetServerName() { return m_pEDServerName->GetText(); }
OUString GetServerUrl();
OUString GetPassword() { return m_pEDPassword->GetText(); };
+ OUString GetUser() { return m_pEDUsername->GetText(); };
void ShowPasswordControl( bool bShow = true ) { m_pEDPassword->Show( bShow ); m_pFTPasswordLabel->Show( bShow ); }