From bdc3053067175eea4d30d5ca6d304366174c9316 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 18 Aug 2015 14:50:11 +0100 Subject: rBaseURL argument now unused Change-Id: I02cacfeaf26788ed024fa9753af132f0d5822e6f --- unotools/source/ucbhelper/localfilehelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unotools') 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; -- cgit