summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpcontent.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-21 09:15:32 +0200
committerNoel Grandin <noel@peralex.com>2015-08-21 10:19:44 +0200
commit3d614a639e8b46f9197cd0d74c306fcfa9bb7e45 (patch)
tree687e94210ff83940f2d8313f76e9a0fde1e556e4 /ucb/source/ucp/ftp/ftpcontent.cxx
parentfa12df37f42994cd172ec62be936e84ab01a6cf7 (diff)
loplugin: defaultparams
Change-Id: If1d183f32079548645b4974a16161dc997c026b7
Diffstat (limited to 'ucb/source/ucp/ftp/ftpcontent.cxx')
-rw-r--r--ucb/source/ucp/ftp/ftpcontent.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/ftp/ftpcontent.cxx b/ucb/source/ucp/ftp/ftpcontent.cxx
index 09a59ca431a2..442fe1ddf434 100644
--- a/ucb/source/ucp/ftp/ftpcontent.cxx
+++ b/ucb/source/ucp/ftp/ftpcontent.cxx
@@ -694,7 +694,7 @@ FTPContent::getParent( )
throw (RuntimeException, std::exception)
{
Reference<XContentIdentifier>
- xIdent(new FTPContentIdentifier(m_aFTPURL.parent(false)));
+ xIdent(new FTPContentIdentifier(m_aFTPURL.parent()));
return Reference<XInterface>( m_xProvider->queryContent(xIdent), UNO_QUERY );
}