summaryrefslogtreecommitdiff
path: root/include/unotools/localfilehelper.hxx
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 /include/unotools/localfilehelper.hxx
parentc89207eaa4ea1b55be46ea083cce174a373035b2 (diff)
rBaseURL argument now unused
Change-Id: I02cacfeaf26788ed024fa9753af132f0d5822e6f
Diffstat (limited to 'include/unotools/localfilehelper.hxx')
-rw-r--r--include/unotools/localfilehelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/localfilehelper.hxx b/include/unotools/localfilehelper.hxx
index 3530dc4981ad..a8f37c36b5c3 100644
--- a/include/unotools/localfilehelper.hxx
+++ b/include/unotools/localfilehelper.hxx
@@ -35,7 +35,7 @@ namespace utl
Returning sal_True and an empty URL means that the URL doesn't point to a local file.
*/
static bool ConvertPhysicalNameToURL(const OUString& rName, OUString& rReturn);
- static bool ConvertSystemPathToURL( const OUString& rName, const OUString& rBaseURL, OUString& rReturn );
+ static bool ConvertSystemPathToURL( const OUString& rName, OUString& rReturn );
/**
Converts a "UCB compatible" URL into a "physical" file name.