diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-01-20 11:53:46 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-01-20 12:14:45 +0100 |
commit | b149b0433d28b89b187f04455bcb242b8b17a48c (patch) | |
tree | d5fd388600387938feba558903ed977c9e462d00 /ucb/workben | |
parent | 6cd581f240f9be985e92365f9da0c919142005b4 (diff) |
ucbhelper::GetLocalFileURL does not use its arg.
Diffstat (limited to 'ucb/workben')
-rw-r--r-- | ucb/workben/ucb/ucbdemo.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/workben/ucb/ucbdemo.cxx b/ucb/workben/ucb/ucbdemo.cxx index 7ebc94a821ba..0a61f75fabda 100644 --- a/ucb/workben/ucb/ucbdemo.cxx +++ b/ucb/workben/ucb/ucbdemo.cxx @@ -2346,7 +2346,7 @@ IMPL_LINK( MyWin, ToolBarHandler, ToolBox*, pToolBox ) DBG_ASSERT(xManager.is(), "MyWin::ToolBarHandler(): Service lacks interface"); - rtl::OUString aURL(getLocalFileURL(xManager)); + rtl::OUString aURL(getLocalFileURL()); String aText(RTL_CONSTASCII_USTRINGPARAM("Local file URL: ")); aText += String(aURL); |