summaryrefslogtreecommitdiff
path: root/vcl/workben/mtfdemo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/workben/mtfdemo.cxx')
-rw-r--r--vcl/workben/mtfdemo.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/workben/mtfdemo.cxx b/vcl/workben/mtfdemo.cxx
index 9829c5b711f7..eb81c3363b16 100644
--- a/vcl/workben/mtfdemo.cxx
+++ b/vcl/workben/mtfdemo.cxx
@@ -154,8 +154,8 @@ private:
OUString sWorkingDir, sFileUrl;
osl_getProcessWorkingDir(&sWorkingDir.pData);
- osl::FileBase::getFileURLFromSystemPath(aFilename, sFileUrl);
- osl::FileBase::getAbsoluteFileURL(sWorkingDir, sFileUrl, maFileName);
+ (void)osl::FileBase::getFileURLFromSystemPath(aFilename, sFileUrl);
+ (void)osl::FileBase::getAbsoluteFileURL(sWorkingDir, sFileUrl, maFileName);
uno::Reference<uno::XComponentContext> xComponentContext
= ::cppu::defaultBootstrap_InitialComponentContext();