summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-08-18 14:50:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-08-18 16:40:09 +0100
commitbdc3053067175eea4d30d5ca6d304366174c9316 (patch)
tree2c1b8d858561c500d02432591f3ac028dea26bd4 /fpicker
parentc89207eaa4ea1b55be46ea083cce174a373035b2 (diff)
rBaseURL argument now unused
Change-Id: I02cacfeaf26788ed024fa9753af132f0d5822e6f
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/iodlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx
index 123f96f39d4b..496fd8a5cb69 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -935,7 +935,7 @@ IMPL_LINK( SvtFileDialog, OpenHdl_Impl, void*, pVoid )
INetURLObject aFileObject( aFileName );
if ( ( aFileObject.GetProtocol() == INetProtocol::NotValid ) && !aFileName.isEmpty() )
{
- OUString sCompleted = SvtURLBox::ParseSmart( aFileName, _pFileView->GetViewURL(), SvtPathOptions().GetWorkPath() );
+ OUString sCompleted = SvtURLBox::ParseSmart( aFileName, _pFileView->GetViewURL() );
if ( !sCompleted.isEmpty() )
aFileName = sCompleted;
}