diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-08-18 14:50:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-08-18 16:40:09 +0100 |
commit | bdc3053067175eea4d30d5ca6d304366174c9316 (patch) | |
tree | 2c1b8d858561c500d02432591f3ac028dea26bd4 /unotools | |
parent | c89207eaa4ea1b55be46ea083cce174a373035b2 (diff) |
rBaseURL argument now unused
Change-Id: I02cacfeaf26788ed024fa9753af132f0d5822e6f
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/ucbhelper/localfilehelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/ucbhelper/localfilehelper.cxx b/unotools/source/ucbhelper/localfilehelper.cxx index d1897a352c48..e8d82f21a623 100644 --- a/unotools/source/ucbhelper/localfilehelper.cxx +++ b/unotools/source/ucbhelper/localfilehelper.cxx @@ -36,7 +36,7 @@ using namespace ::com::sun::star::ucb; namespace utl { -bool LocalFileHelper::ConvertSystemPathToURL( const OUString& rName, const OUString&, OUString& rReturn ) +bool LocalFileHelper::ConvertSystemPathToURL( const OUString& rName, OUString& rReturn ) { bool ok = osl::FileBase::getFileURLFromSystemPath(rName, rReturn) == osl::FileBase::E_None; |