summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/source/tools/lngconvex/lngconvex.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/tools/lngconvex/lngconvex.cxx b/shell/source/tools/lngconvex/lngconvex.cxx
index ff8126285ff6..452e88e29147 100644
--- a/shell/source/tools/lngconvex/lngconvex.cxx
+++ b/shell/source/tools/lngconvex/lngconvex.cxx
@@ -108,7 +108,7 @@ OUString get_absolute_path(
osl::FileBase::getFileURLFromSystemPath(RelDir, rel_url);
OUString abs_url;
- osl::FileBase::getAbsoluteFileURL(base_url, rel_url, abs_url);
+ (void)osl::FileBase::getAbsoluteFileURL(base_url, rel_url, abs_url);
OUString abs_sys_path;
osl::FileBase::getSystemPathFromFileURL(abs_url, abs_sys_path);