summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2015-07-01 15:36:37 +0200
committerSzymon Kłos <eszkadev@gmail.com>2015-07-16 09:53:20 +0200
commitd309823debb36e41a650f706e040841aade1dd40 (patch)
treefe4debb2ebc0af84d73ef43d082431d1225d726e /svtools
parentcebe8132f92bd3a0b49352bf0a957067fad3ee12 (diff)
RemoteFilesDialog: StandardDir getter and setter
Change-Id: Idf6cfc274c827064eacbda072e618562ecdd11c8
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/dialogs/RemoteFilesDialog.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/svtools/source/dialogs/RemoteFilesDialog.cxx b/svtools/source/dialogs/RemoteFilesDialog.cxx
index 821b99cfdfe9..28c34dd9c5bc 100644
--- a/svtools/source/dialogs/RemoteFilesDialog.cxx
+++ b/svtools/source/dialogs/RemoteFilesDialog.cxx
@@ -766,13 +766,12 @@ const ::com::sun::star::uno::Sequence< OUString >& RemoteFilesDialog::GetBlackLi
void RemoteFilesDialog::SetStandardDir( const OUString& rStdDir )
{
- // TODO
+ m_sStdDir = rStdDir;
}
const OUString& RemoteFilesDialog::GetStandardDir() const
{
- // TODO
- return OUString( "" );
+ return m_sStdDir;
}
void RemoteFilesDialog::SetPath( const OUString& rNewURL )